aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-08-07execve: must clear current->clear_child_tidEric Dumazet1-11/+11
2009-08-07generic-ipi: fix hotplug_cfd()Xiao Guangrong1-1/+1
2009-08-07ring-buffer: Fix memleak in ring_buffer_free()Eric Dumazet1-0/+1
2009-08-07lockdep: Fix file mode of lock_statLi Zefan1-1/+2
2009-08-06perf_counter: Fix double list iteration in per task precise statsPeter Zijlstra1-1/+1
2009-08-06ring-buffer: Fix advance of reader in rb_buffer_peek()Robert Richter1-6/+4
2009-08-06tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULESFrederic Weisbecker1-26/+26
2009-08-06tracing/function-graph-tracer: Move graph event insertion helpers in the grap...Frederic Weisbecker4-113/+121
2009-08-06tracing: Move sched event insertion helpers in the sched switch tracer fileFrederic Weisbecker2-56/+57
2009-08-06tracing/core: Make the stack entry helpers globalFrederic Weisbecker2-19/+33
2009-08-06tracing/core: Turn ftrace_cpu_disabled into a global varFrederic Weisbecker2-1/+2
2009-08-06tracing: Simplify print_graph_cpu()Lai Jiangshan1-26/+4
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra2-2/+2
2009-08-06rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock()Darren Hart1-3/+1
2009-08-05ring-buffer: do not disable ring buffer on oops_in_progressSteven Rostedt1-1/+1
2009-08-05ring-buffer: fix check of try_to_discard resultSteven Rostedt1-1/+1
2009-08-06Security/SELinux: seperate lsm specific mmap_min_addrEric Paris1-3/+4
2009-08-06Merge branch 'master' into nextJames Morris33-323/+652
2009-08-04Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-33/+72
2009-08-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-14/+33
2009-08-04Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+7
2009-08-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-10/+22
2009-08-04timers: Cache __next_timer_interrupt resultMartin Schwidefsky1-1/+23
2009-08-04irq: Clean up by removing irqfixup MODULE_PARM_DESC()Jiri Slaby1-1/+0
2009-08-04futex: Correct futex_wait_requeue_pi() commentaryDarren Hart1-13/+10
2009-08-04workqueues: Improve schedule_work() documentationBart Van Assche1-1/+6
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar15-126/+252
2009-08-04posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAWHiroshi Shimamoto1-0/+7
2009-08-03cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka3-10/+9
2009-08-03itimers: Simplify arm_timer() code a bitStanislaw Gruszka1-21/+23
2009-08-03itimers: Fix periodic tics precisionStanislaw Gruszka2-6/+38
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka3-134/+119
2009-08-02lockdep: Fix memory usage info of BFSMing Lei1-1/+2
2009-08-02lockdep: Reintroduce generation count to make BFS fasterMing Lei1-5/+6
2009-08-02lockdep: Deal with many similar locksPeter Zijlstra1-12/+77
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra2-0/+35
2009-08-02lockdep: Fix style nitsPeter Zijlstra1-3/+8
2009-08-02lockdep: Fix backtracesPeter Zijlstra1-1/+11
2009-08-02sched: Fix cpupri build on !CONFIG_SMPIngo Molnar1-5/+7
2009-08-02lockdep: Fix BFS buildIngo Molnar1-0/+2
2009-08-02sched: Ensure the migration task doesn't go away during usePeter Zijlstra1-0/+4
2009-08-02sched: Add debug check to task_of()Peter Zijlstra2-10/+26
2009-08-02sched: Fully integrate cpus_active_map and root-domain codeGregory Haskins3-11/+8
2009-08-02sched: Enhance the pre/post scheduling logicGregory Haskins2-52/+61
2009-08-02sched: Add new prio to cpupri before removing old prioSteven Rostedt1-14/+16
2009-08-02sched: Check for pushing rt tasks after all schedulingSteven Rostedt1-11/+27
2009-08-02sched: Optimize unused cgroup configurationPeter Zijlstra1-2/+14
2009-08-02sched: Fix cgroup smp fairnessPeter Zijlstra1-8/+20
2009-08-02Merge branch 'sched/urgent' into sched/coreIngo Molnar21-200/+421
2009-08-02sched: Fix race in cpupri introduced by cpumask_var changesGregory Haskins1-1/+14