summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-05-21tick: Clear broadcast active bit when switching to oneshotThomas Gleixner1-1/+11
2011-05-21clocksource: Install completely before selectingjohn stultz1-2/+2
2011-05-21PM / Hibernate: Fix ioctl SNAPSHOT_S2RAMRafael J. Wysocki1-0/+1
2011-05-21PM / Hibernate: Make snapshot_release() restore GFP maskRafael J. Wysocki1-1/+3
2011-05-21PM: Fix warning in pm_restrict_gfp_mask() during SNAPSHOT_S2RAM ioctlRafael J. Wysocki1-2/+2
2011-05-21ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker2-1/+18
2011-05-09workqueue: fix deadlock in worker_maybe_bind_and_lock()Tejun Heo1-1/+7
2011-04-21next_pidmap: fix overflow conditionLinus Torvalds1-1/+4
2011-04-21sched: Fix erroneous all_pinned logicKen Chen1-7/+4
2011-04-21futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setupDarren Hart1-1/+1
2011-04-14perf: Rebase max unprivileged mlock threshold on top of page sizeFrederic Weisbecker1-2/+2
2011-04-14perf: Fix task_struct reference leakPeter Zijlstra1-0/+5
2011-04-14Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier1-2/+2
2011-04-14perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker1-1/+2
2011-03-27perf: Fix tear-down of inherited group eventsPeter Zijlstra1-5/+8
2011-03-27sysctl: restrict write access to dmesg_restrictRichard Weinberger1-1/+17
2011-03-27Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes1-4/+12
2011-03-27cgroups: if you list_empty() a head then don't list_del() itPhil Carmody1-8/+6
2011-03-23smp_call_function_many: handle concurrent clearing of maskMilton Miller1-3/+10
2011-03-23call_function_many: add missing orderingMilton Miller1-13/+33
2011-03-23call_function_many: fix list delete vs add raceMilton Miller1-7/+13
2011-03-23perf: Handle stopped state with tracepointsFrederic Weisbecker1-0/+2
2011-03-23perf: Fix the software events state checkFrederic Weisbecker1-1/+1
2011-03-23ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2-8/+46
2011-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+1
2011-03-10Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+9
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust1-0/+1
2011-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+10
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro1-5/+10
2011-03-04cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan1-2/+5
2011-03-04Mark ptrace_{traceme,attach,detach} staticLinus Torvalds1-3/+3
2011-03-04sched: Fix sched rt group scheduling when hierachy is enabledBalbir Singh1-5/+9
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma1-16/+0
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner3-1/+18
2011-02-22Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-3/+18
2011-02-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+15
2011-02-19genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner1-1/+1
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner3-2/+17
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-17/+28
2011-02-16PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka1-5/+2
2011-02-16workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies longTejun Heo1-1/+3
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo3-16/+16
2011-02-16perf: Fix throttle logicPeter Zijlstra1-4/+15
2011-02-15Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://g...Linus Torvalds2-7/+5
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+8
2011-02-14workqueue: wake up a worker when a rescuer is leaving a gcwqTejun Heo1-0/+9
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook1-2/+2
2011-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+1
2011-02-11ptrace: use safer wake up on ptrace_detach()Tejun Heo1-1/+1
2011-02-11security: add cred argument to security_capable()Chris Wright1-1/+1