summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-191-28/+23
|\
| * futex: Simplify return logicThomas Gleixner2012-02-151-25/+13
| * futex: Cover all PI opcodes with cmpxchg enabled checkThomas Gleixner2012-02-151-6/+13
* | prctl: use CAP_SYS_RESOURCE for PR_SET_MM optionCyrill Gorcunov2012-03-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-03-141-1/+6
|\ \
| * | Block: use a freezable workqueue for disk-event pollingAlan Stern2012-03-021-1/+6
* | | Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...Linus Torvalds2012-03-071-2/+2
* | | genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner2012-03-061-6/+38
* | | hung_task: fix the broken rcu_lock_break() logicOleg Nesterov2012-03-051-4/+7
* | | vfork: kill PF_STARTINGOleg Nesterov2012-03-051-9/+0
* | | coredump_wait: don't call complete_vfork_done()Oleg Nesterov2012-03-051-1/+1
* | | vfork: make it killableOleg Nesterov2012-03-051-8/+32
* | | vfork: introduce complete_vfork_done()Oleg Nesterov2012-03-051-7/+10
* | | kprobes: return proper error code from register_kprobe()Prashanth Nageshappa2012-03-051-5/+7
* | | kmsg_dump: don't run on non-error paths by defaultMatthew Garrett2012-03-051-0/+6
| | |
| \ \
*-. \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2012-03-022-4/+4
|\ \ \ \
| | * | | CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat2012-02-271-2/+2
| * | | | perf/hwbp: Fix a possible memory leakNamhyung Kim2012-02-281-2/+2
|/ / / /
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-02-272-1/+2
|\ \ \ \ | |/ / /
| * | | sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2012-02-222-1/+2
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-13/+37
|\ \ \ \
| * | | | genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-154-11/+14
| * | | | genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner2012-02-151-2/+23
| | |/ / | |/| |
* | | | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-241-1/+4
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-02-201-2/+2
|\ \ \ | |/ / |/| |
| * | vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich2012-02-131-2/+2
* | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-02-131-1/+2
|\ \ \ | |/ / |/| |
| * | module: make module param bint handle nul valueDave Young2012-02-141-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-02-112-3/+9
|\ \ \
| * | | relay: prevent integer overflow in relay_open()Dan Carpenter2012-02-101-2/+8
| * | | block: strip out locking optimization in put_io_context()Tejun Heo2012-02-071-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-02-101-5/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | perf: Fix double start/stop in x86_pmu_start()Stephane Eranian2012-02-071-5/+14
* | | | Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-02-043-6/+31
|\ \ \ \
| * | | | PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat2012-02-042-4/+27
| * | | | PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat2012-02-011-2/+4
* | | | | kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu2012-02-031-1/+5
| |/ / / |/| | |
* | | | Fix race in process_vm_rw_coreChristopher Yeoh2012-02-021-0/+20
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds2012-02-026-56/+124
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| | | * | | | sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min2012-01-271-0/+5
| | | * | | | sched: Fix ancient race in do_exit()Yasunori Goto2012-01-271-0/+16
| | | * | | | sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha2012-01-261-5/+29
| | | * | | | sched/s390: Fix compile error in sched/core.cChristian Borntraeger2012-01-261-0/+1
| | | * | | | sched: Fix rq->nr_uninterruptible update racePeter Zijlstra2012-01-261-12/+6
| | | |/ / /
| | * | | | perf: Fix broken interrupt rate throttlingStephane Eranian2012-01-271-38/+66
| * | | | | bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-261-1/+1
* | | | | | PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2012-01-292-0/+28
| |/ / / / |/| | | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-262-3/+1
|\ \ \ \ \
| * | | | | perf: Call perf_cgroup_event_time() directlyNamhyung Kim2012-01-211-1/+1
| * | | | | perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim2012-01-211-2/+0
OpenPOWER on IntegriCloud