summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-05-07exit_signal: fix the "parent has changed security domain" logicOleg Nesterov2-14/+9
2012-05-07exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov1-6/+1
2012-05-07sched: Fix nohz load accounting -- again!Peter Zijlstra1-27/+26
2012-05-07PM / Hibernate: fix the number of pages used for hibernate/thaw bufferingBojan Smojver1-6/+22
2012-05-07tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt1-0/+5
2012-05-07sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo1-6/+16
2012-04-22futex: Do not leak robust list to unprivileged processKees Cook2-46/+26
2012-04-22nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell1-2/+2
2012-04-22panic: fix stack dump print on direct call to panic()Jason Wessel1-1/+1
2012-04-13cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov1-0/+2
2012-04-13sysctl: fix write access to dmesg_restrict/kptr_restrictKees Cook1-4/+4
2012-04-13kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel1-29/+24
2012-04-13PM / Sleep: Mitigate race between the freezer and request_firmware()Rafael J. Wysocki2-11/+39
2012-04-13PM / Sleep: Move disabling of usermode helpers to the freezerRafael J. Wysocki4-27/+8
2012-04-13PM / Hibernate: Disable usermode helpers right before freezing tasksRafael J. Wysocki1-13/+10
2012-04-13firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki1-13/+45
2012-04-13firmware_class: Rework usermodehelper checkRafael J. Wysocki1-13/+11
2012-04-13tracing: Fix ent_size in trace outputSteven Rostedt1-0/+4
2012-04-13tracing: Fix ftrace stack trace entriesWolfgang Mauerer2-5/+13
2012-04-13genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu1-3/+7
2012-04-02module: Remove module size limitSasha Levin1-2/+1
2012-04-02PM / Hibernate: Enable usermodehelpers in hibernate() error pathSrivatsa S. Bhat1-3/+4
2012-04-02genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev1-1/+1
2012-04-02genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King1-2/+1
2012-04-02ntp: Fix integer overflow when setting timeSasha Levin1-1/+1
2012-04-02futex: Cover all PI opcodes with cmpxchg enabled checkThomas Gleixner1-6/+13
2012-03-15prctl: use CAP_SYS_RESOURCE for PR_SET_MM optionCyrill Gorcunov1-1/+1
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2012-03-07Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...Linus Torvalds1-2/+2
2012-03-06genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner1-6/+38
2012-03-05hung_task: fix the broken rcu_lock_break() logicOleg Nesterov1-4/+7
2012-03-05vfork: kill PF_STARTINGOleg Nesterov1-9/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-1/+1
2012-03-05vfork: make it killableOleg Nesterov1-8/+32
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov1-7/+10
2012-03-05kprobes: return proper error code from register_kprobe()Prashanth Nageshappa1-5/+7
2012-03-05kmsg_dump: don't run on non-error paths by defaultMatthew Garrett1-0/+6
2012-03-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2-4/+4
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-1/+6
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim1-2/+2
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+2
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+37
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat1-2/+2
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2-1/+2
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner4-11/+14
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner1-2/+23
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-2/+2
2012-02-13Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+2