aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-17sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker1-1/+1
2009-12-17kprobe-tracer: Check new event/group nameMasami Hiramatsu1-6/+25
2009-12-17sched: Make warning less noisyIngo Molnar1-1/+1
2009-12-17cpumask: avoid dereferencing struct cpumaskRusty Russell1-2/+2
2009-12-17cpumask: use cpu_online in kernel/perf_event.cRusty Russell1-1/+1
2009-12-17timers: Remove duplicate setting of new_base in __mod_timer()Simon Horman1-2/+0
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells1-0/+2
2009-12-16[sysctl] Fix breakage on systems with older glibcAndi Kleen1-0/+7
2009-12-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+9
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds12-219/+183
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-7/+21
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-0/+122
2009-12-16sched: Simplify set_task_cpu()Peter Zijlstra1-8/+5
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra2-11/+45
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra2-6/+10
2009-12-16sched: Move kthread_bind() back to kthread.cPeter Zijlstra2-26/+23
2009-12-16sched: Fix select_task_rq() vs hotplug issuesPeter Zijlstra1-35/+40
2009-12-16sched: Fix sched_exec() balancingPeter Zijlstra1-22/+23
2009-12-16sched: Ensure set_task_cpu() is never called on blocked tasksPeter Zijlstra1-19/+66
2009-12-16sched: Use TASK_WAKING for fork wakupsPeter Zijlstra1-9/+9
2009-12-16sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra1-0/+3
2009-12-16sched: Fix task_hot() test orderPeter Zijlstra1-3/+3
2009-12-16sched: Fix set_cpu_active() in cpu_down()Xiaotian Feng1-21/+3
2009-12-16Merge branch 'linus' into sched/urgentIngo Molnar53-957/+824
2009-12-16perf events: Allow per-task-per-cpu countersPeter Zijlstra1-4/+7
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang2-0/+80
2009-12-16pid: reduce code size by using a pointer to iterate over arrayAndré Goddard Rosa1-3/+2
2009-12-16pid: tighten pidmap spinlock critical section by removing kfree()André Goddard Rosa1-3/+4
2009-12-16signals: check ->group_stop_count after tracehook_get_signal()Oleg Nesterov1-5/+4
2009-12-16signals: kill force_sig_specific()Oleg Nesterov1-6/+0
2009-12-16signals: cosmetic, collect_signal: use SI_USEROleg Nesterov1-1/+1
2009-12-16signals: send_signal: use si_fromuser() to detect from_ancestor_nsOleg Nesterov1-3/+2
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov1-3/+13
2009-12-16ptrace: copy_process() should disable steppingOleg Nesterov1-2/+3
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki1-0/+4
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan2-3/+3
2009-12-16timecompare: fix half-Y2K38 problem in timecompare_update while calculating offsetBarry Song1-1/+1
2009-12-15perf_events: Fix perf_event_attr layoutPeter Zijlstra1-1/+1
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds41-712/+717
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-5/+3
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle1-4/+3
2009-12-15kernel/sys.c: fix "warning: do-while statement is not a compound statement" noiseH Hartley Sweeten1-4/+4
2009-12-15generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong1-2/+1
2009-12-15'sysctl_max_map_count' should be non-negativeAmerigo Wang1-1/+2
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn1-2/+13
2009-12-15bsdacct: fix uid/gid misreportingAlexey Dobriyan1-1/+2
2009-12-15perf_event: Fix incorrect range check on cpu numberPaul Mackerras1-1/+1
2009-12-15sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCKDavid Miller1-8/+15
2009-12-15tracing: Fix return of trace_dump_stack()Steven Rostedt1-1/+1
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell1-7/+21