summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-06-29jump_label: Fix jump_label update for modulesXiao Guangrong
2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov
2011-06-25Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz
2011-06-21PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Linus Torvalds
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney
2011-06-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-06-15gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett
2011-06-15memcg: clear mm->owner when last possible owner leavesKAMEZAWA Hiroyuki
2011-06-15sched: Check if lowest_mask is initialized in find_lowest_rq()Steven Rostedt
2011-06-15sched: Fix need_resched() when checking peemptHillf Danton
2011-06-14signal.c: fix kernel-doc notationRandy Dunlap
2011-06-14rcu: Use softirq to address performance regressionShaohua Li
2011-06-14rcu: Simplify curing of load woesPaul E. McKenney
2011-06-14HACK: time: Disable alarmtimerColin Cross
2011-06-14printk: do not handle non-sleepable notification in console_cpu_notifymhban
2011-06-14power: wakelock: use get_xtime_and_monotonic_and_sleep_offset in get_expired_...Colin Cross
2011-06-14Print pending wakeup IRQ preventing suspend to dmesgTodd Poynor
2011-06-14cgroup: Remove call to synchronize_rcu in cgroup_attach_taskColin Cross
2011-06-14cgroup: Set CGRP_RELEASABLE when adding to a cgroupColin Cross
2011-06-14power: wakelock: call __get_wall_to_monotonic() instead of using wall_to_mono...Erik Gilling
2011-06-14wakelock: Fix operator precedence bugColin Cross
2011-06-14scheduler: cpuacct: Enable platform callbacks for cpuacct power trackingMike Chan
2011-06-14scheduler: cpuacct: Enable platform hooks to track cpuusage for CPU frequenciesMike Chan
2011-06-14sched: Add a generic notifier when a task struct is about to be freedSan Mehat
2011-06-14power: wakelock: Print active wakelocks when has_wake_lock() is calledMike Chan
2011-06-14kernel: printk: Add non exported function for clearing the log ring bufferSan Mehat
2011-06-14printk: Fix log_buf_copy termination.Arve Hjønnevåg
2011-06-14Revert "printk: remove unused code from kernel/printk.c"Arve Hjønnevåg
2011-06-14cgroup: Add generic cgroup subsystem permission checks.San Mehat
2011-06-14PM: earlysuspend: Removing dependence on console.Rebecca Schultz
2011-06-14consoleearlysuspend: Fix for 2.6.32Arve Hjønnevåg
2011-06-14PM: earlysuspend: Add console switch when user requested sleep state changes.Arve Hjønnevåg
2011-06-14PM: wakelock: Don't dump unfrozen task list when aborting try_to_freeze_tasks...Arve Hjønnevåg
2011-06-14PM: wakelock: Abort task freezing if a wake lock is held.Arve Hjønnevåg
2011-06-14PM: Add user-space wake lock api.Arve Hjønnevåg
2011-06-14PM: Enable early suspend through /sys/power/stateArve Hjønnevåg
2011-06-14PM: Implement early suspend apiArve Hjønnevåg
2011-06-14PM: wakelocks: Use seq_file for /proc/wakelocks so we can get more than 3K of...Arve Hjønnevåg
2011-06-14power: wakelocks: fix buffer overflow in print_wake_locksErik Gilling
2011-06-14power: Prevent spinlock recursion when wake_unlock() is calledMike Chan
2011-06-14PM: Implement wakelock api.Arve Hjønnevåg
2011-06-14sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg