summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-03-05BKL: That's all, folksArnd Bergmann1-8/+1
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-04rcu: add comment saying why DEBUG_OBJECTS_RCU_HEAD depends on PREEMPT.Paul E. McKenney1-0/+5
2011-03-04rcupdate: remove dead codeAmerigo Wang1-5/+0
2011-03-04rcutorture: Get rid of duplicate sched.h includeJesper Juhl1-1/+0
2011-03-04rcu: call __rcu_read_unlock() in exit_rcu for tiny RCULai Jiangshan1-1/+1
2011-03-04perf: Fix cgroup vs jump_label problemPeter Zijlstra1-13/+13
2011-03-04perf cgroup: Clean up perf_cgroup_create()Li Zefan1-10/+1
2011-03-04perf cgroup: Fix unmatched call to perf_detach_cgroup()Li Zefan1-3/+3
2011-03-04perf cgroup: Fix leak of file reference countLi Zefan1-2/+5
2011-03-04perf: Fix the missing event initialization when pmu is found in idrLin Ming1-2/+7
2011-03-04sched: Resched proper CPU on yield_to()Venkatesh Pallipadi2-5/+8
2011-03-04sched: Allow users with sufficient RLIMIT_NICE to change from SCHED_IDLE policyDarren Hart1-4/+7
2011-03-04sched: Allow SCHED_BATCH to preempt SCHED_IDLE tasksDarren Hart1-5/+7
2011-03-04Merge branch 'sched/urgent' into sched/coreIngo Molnar10-29/+60
2011-03-04sched: Fix sched rt group scheduling when hierachy is enabledBalbir Singh1-5/+9
2011-03-04Merge branch 'perf/urgent' into perf/coreIngo Molnar8-25/+48
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-24/+51
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2-6/+10
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma1-16/+0
2011-03-03Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/...Frederic Weisbecker2-169/+754
2011-03-02hrtimer: Update base[CLOCK_BOOTTIME].offset correctlyThomas Gleixner1-0/+2
2011-03-02genirq: Fixup fasteoi handler for oneshot modeThomas Gleixner1-0/+4
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner4-6/+82
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner3-1/+18
2011-02-26sched: Clean up the IRQ_TIME_ACCOUNTING codeVenkatesh Pallipadi1-33/+31
2011-02-25sched: Switch wait_task_inactive to schedule_hrtimeout()Thomas Gleixner1-1/+4
2011-02-25genirq: Allow shared oneshot interruptsThomas Gleixner1-6/+4
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2-19/+111
2011-02-25genirq: Make warning in handle_percpu_event usefulThomas Gleixner1-1/+2
2011-02-25sched: Add #ifdef around irq time accounting functionsHeiko Carstens1-0/+2
2011-02-23perf: Simplify task_clock_event_read()Peter Zijlstra1-10/+3
2011-02-23perf_events: Fix rcu and locking issues with cgroup supportStephane Eranian1-11/+29
2011-02-23sched, autogroup: Stop claiming ownership of the root task groupMike Galbraith1-5/+6
2011-02-23sched, autogroup: Stop going ahead if autogroup is disabledYong Zhang2-0/+9
2011-02-23sched, autogroup, sysctl: Use proc_dointvec_minmax() insteadYong Zhang1-1/+1
2011-02-23sched: Fix the group_imb logicPeter Zijlstra1-2/+10
2011-02-23sched: Clean up some f_b_g() commentsPeter Zijlstra1-15/+13
2011-02-23sched: Clean up remnants of sd_idlePeter Zijlstra1-13/+10
2011-02-23Merge commit 'v2.6.38-rc6' into sched/coreIngo Molnar4-22/+30
2011-02-22genirq: Streamline kernel/irq/KconfigJan Beulich1-10/+10
2011-02-22rtmutex: tester: Remove the remaining BKL leftoversThomas Gleixner1-3/+2
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-22genirq: Use the correct variable for note_interruptThomas Gleixner1-7/+9
2011-02-21timers: Export CLOCK_BOOTTIME via the posix timers interfaceJohn Stultz1-1/+20
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz1-4/+12
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz2-6/+11
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz1-1/+50