summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-10-05[kernel-cgroups] Fix cgroups soft lockup issue.Dave Anderson
2010-07-28mutex: Don't spin when the owner CPU is offline or other weird casesBharat Nihalani
2010-05-23sched: Add a generic notifier when a task struct is about to be freedSan Mehat
2010-05-17nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter
2010-05-17clockevents: Use u32 for mult and shift factorsThomas Gleixner
2010-04-08kernel: Mapped irq chip default_disable to chip->mask.Alex Frid
2010-04-08sched: Fix set_cpu_active() in cpu_down()Xiaotian Feng
2010-03-10Merge commit 'v2.6.32.9' into android-2.6.32Arve Hjønnevåg
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-19power: wakelock: Print active wakelocks when has_wake_lock() is calledMike Chan
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-02-08kernel: printk: Add non exported function for clearing the log ring bufferSan Mehat
2010-02-08printk: Fix log_buf_copy termination.Arve Hjønnevåg
2010-02-08Revert "printk: remove unused code from kernel/printk.c"Arve Hjønnevåg
2010-02-08cgroup: Add generic cgroup subsystem permission checks.San Mehat
2010-02-03PM: earlysuspend: Removing dependence on console.Rebecca Schultz
2010-02-03consoleearlysuspend: Fix for 2.6.32Arve Hjønnevåg
2010-02-03PM: earlysuspend: Add console switch when user requested sleep state changes.Arve Hjønnevåg
2010-02-03PM: wakelock: Don't dump unfrozen task list when aborting try_to_freeze_tasks...Arve Hjønnevåg
2010-02-03PM: wakelock: Abort task freezing if a wake lock is held.Arve Hjønnevåg
2010-02-03PM: Add user-space wake lock api.Arve Hjønnevåg
2010-02-03PM: Enable early suspend through /sys/power/stateArve Hjønnevåg
2010-02-03PM: Implement early suspend apiArve Hjønnevåg
2010-02-03PM: wakelocks: Use seq_file for /proc/wakelocks so we can get more than 3K of...Arve Hjønnevåg
2010-02-03power: wakelocks: fix buffer overflow in print_wake_locksErik Gilling
2010-02-03power: Prevent spinlock recursion when wake_unlock() is calledMike Chan
2010-02-03PM: Implement wakelock api.Arve Hjønnevåg
2010-02-03sched: make task dump print all 15 chars of proc commErik Gilling
2010-02-03sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg
2010-02-03Add build option to to set the default panic timeout.Arve Hjønnevåg
2010-02-03futex: Restore one of the fast paths eliminated by 38d47c1b7075bd7ec3881141bb...Arve Hjønnevåg
2010-02-03mm: Add min_free_order_shift tunable.Arve Hjønnevåg
2010-02-03ARM: Make low-level printk workTony Lindgren
2010-02-03sched: Fix task priority bugPeter Zijlstra
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