summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-04-01softlockup: Stop spurious softlockup messages due to overflowColin Ian King
2010-04-01cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie
2010-04-01perf_event: Fix oops triggered by cpu offline/onlinePaul Mackerras
2010-04-01sched: Fix SCHED_MC regression caused by change in sched cpu_powerSuresh Siddha
2010-04-01hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner
2010-04-01tracing: Do not record user stack trace from NMI contextSteven Rostedt
2010-04-01tracing: Disable buffer switching when starting or stopping traceSteven Rostedt
2010-04-01tracing: Use same local variable when resetting the ring bufferSteven Rostedt
2010-04-01function-graph: Init curr_ret_stack with ret_stackSteven Rostedt
2010-04-01ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan
2010-04-01timekeeping: Prevent oops when GENERIC_TIME=njohn stultz
2010-03-15sched: Don't use possibly stale sched_classThomas Gleixner
2010-03-15sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha
2010-03-15x86: Avoid race condition in pci_enable_msix()Brandon Phiilps
2010-03-15PM / Hibernate: Fix preallocating of memoryRafael J. Wysocki
2010-02-23Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang
2010-02-23futex: Handle futex value corruption gracefullyThomas Gleixner
2010-02-23futex: Handle user space corruption gracefullyThomas Gleixner
2010-02-23futex_lock_pi() key refcnt fixMikael Pettersson
2010-02-09NET: fix oops at bootime in sysctl codejamal
2010-02-09kernel/cred.c: use kmem_cache_freeJulia Lawall
2010-02-09clocksource: fix compilation if no GENERIC_TIMEAaro Koskinen
2010-01-28timers, init: Limit the number of per cpu calibration bootup messagesMike Travis
2010-01-28nohz: Prevent clocksource wrapping during idleJon Hunter
2010-01-28sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt
2010-01-28sched: Fix isolcpus boot optionRusty Russell
2010-01-28clockevents: Add missing include to pacify sparseH Hartley Sweeten
2010-01-28clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng
2010-01-25perf: Honour event state for aux stream dataPeter Zijlstra
2010-01-25perf events: Dont report side-band events on each cpu for per-task-per-cpu ev...Peter Zijlstra
2010-01-22sched: Fix task priority bugPeter Zijlstra
2010-01-22sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCKDavid Miller
2010-01-22futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro
2010-01-18module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell
2010-01-18fix more leaks in audit_tree.c tag_chunk()Al Viro
2010-01-18fix braindamage in audit_tree.c untag_chunk()Al Viro
2010-01-18kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addrMike Frysinger
2010-01-18kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen
2010-01-18cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson
2010-01-18modules: Skip empty sections when exporting section notesBen Hutchings
2010-01-06sched: Sched_rt_periodic_timer vs cpu hotplugPeter Zijlstra
2010-01-06sched: Fix balance vs hotplug racePeter Zijlstra
2010-01-06kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...WANG Cong
2010-01-06'sysctl_max_map_count' should be non-negativeAmerigo Wang
2010-01-06NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells
2010-01-06clockevents: Prevent clockevent_devices list corruption on cpu hotplugThomas Gleixner
2010-01-06sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra
2010-01-06sched: Fix task_hot() test orderPeter Zijlstra
2009-12-18perf_event: Fix incorrect range check on cpu numberPaul Mackerras
2009-12-18futex: Take mmap_sem for get_user_pages in fault_in_user_writeableAndi Kleen