summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-05-09signal: sys_sigprocmask() needs retarget_shared_pending()Oleg Nesterov
2011-04-28signal: cleanup sys_sigprocmask()Oleg Nesterov
2011-04-28signal: rename signandsets() to sigandnsets()Oleg Nesterov
2011-04-28signal: do_sigtimedwait() needs retarget_shared_pending()Oleg Nesterov
2011-04-28signal: introduce do_sigtimedwait() to factor out compat/native codeOleg Nesterov
2011-04-28signal: sys_rt_sigtimedwait: simplify the timeout logicOleg Nesterov
2011-04-28signal: cleanup sys_rt_sigprocmask()Oleg Nesterov
2011-04-28signal: sigprocmask() should do retarget_shared_pending()Oleg Nesterov
2011-04-28signal: sigprocmask: narrow the scope of ->siglockOleg Nesterov
2011-04-28signal: retarget_shared_pending: optimize while_each_thread() loopOleg Nesterov
2011-04-28signal: retarget_shared_pending: consider shared/unblocked signals onlyOleg Nesterov
2011-04-28signal: introduce retarget_shared_pending()Oleg Nesterov
2011-04-07Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov
2011-04-04kernel/signal.c: add kernel-doc notation to syscallsRandy Dunlap
2011-04-04kernel/signal.c: fix typos and coding styleRandy Dunlap
2011-04-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-04-04ntp: fix non privileged system time shiftingRichard Cochran
2011-04-04ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/Oleg Nesterov
2011-04-04signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUEDOleg Nesterov
2011-04-04signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending()Oleg Nesterov
2011-04-04signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDINGOleg Nesterov
2011-04-01kdump: Allow shrinking of kdump region to be overriddenAnton Blanchard
2011-03-31perf: Fix task_struct reference leakPeter Zijlstra
2011-03-31perf: Rebase max unprivileged mlock threshold on top of page sizeFrederic Weisbecker
2011-03-31sched: Fix rebalance interval calculationSisir Koppaka
2011-03-31sched: Leave sched_setscheduler() earlier if possible, do not disturb SCHED_F...Dario Faggioli
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner
2011-03-29genirq: Fix misnamed label in handle_edge_eoi_irqThomas Gleixner
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner
2011-03-29genirq: Remove compat codeThomas Gleixner
2011-03-29alpha: Use generic show_interrupts()Thomas Gleixner
2011-03-29genirq: Fix harmless typoThomas Gleixner
2011-03-28Merge branches 'irq-cleanup-for-linus' and 'irq-fixes-for-linus' of git://git...Linus Torvalds
2011-03-29genirq; Fix cleanup falloutThomas Gleixner
2011-03-28Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier
2011-03-28genirq: Fix typo and remove unused variableThomas Gleixner
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner
2011-03-28genirq: Provide edge_eoi flow handlerThomas Gleixner
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney
2011-03-27genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner
2011-03-27genirq: Add chip hooks for taking CPUs on/off line.David Daney
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner
2011-03-27genirq: Reserve the irq when calling irq_set_chip()David Daney
2011-03-25Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds