summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-07-17workqueue: simplify CPU hotplug codeTejun Heo
2012-07-17workqueue: remove CPU offline trusteeTejun Heo
2012-07-17workqueue: don't butcher idle workers on an offline CPUTejun Heo
2012-07-17workqueue: reimplement CPU online rebinding to handle idle workersTejun Heo
2012-07-17workqueue: drop @bind from create_worker()Tejun Heo
2012-07-17workqueue: use mutex for global_cwq manager exclusionTejun Heo
2012-07-17workqueue: ROGUE workers are UNBOUND workersTejun Heo
2012-07-17workqueue: drop CPU_DYING notifier operationTejun Heo
2012-07-17workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo
2012-07-17tracing/function: Convert func_set_flag() to a switch statementAnton Vorontsov
2012-07-17tracing/function: Introduce persistent trace optionAnton Vorontsov
2012-07-17tracing: Fix initialization failure path in tracing_set_tracer()Anton Vorontsov
2012-07-16kmsg - do not flush partial lines when the console is busyKay Sievers
2012-07-16kmsg - export "continuation record" flag to /dev/kmsgKay Sievers
2012-07-16kmsg - avoid warning for CONFIG_PRINTK=n compilationsKay Sievers
2012-07-16kmsg - properly print over-long continuation linesKay Sievers
2012-07-16timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner
2012-07-15time: Rework timekeeping functions to take timekeeper ptr as argumentJohn Stultz
2012-07-15time: Move xtime_nsec adjustment underflow handling timekeeping_adjustJohn Stultz
2012-07-15time: Move arch_gettimeoffset() usage into timekeeping_get_ns()John Stultz
2012-07-15time: Refactor accumulation of nsecs to secsJohn Stultz
2012-07-15time: Condense timekeeper.xtime into xtime_secJohn Stultz
2012-07-15time: Explicitly use u32 instead of int for shift valuesJohn Stultz
2012-07-15time: Whitespace cleanups per Ingo%27s requestsJohn Stultz
2012-07-15Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2012-07-15ntp: Fix STA_INS/DEL clearing bugJohn Stultz
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells
2012-07-14get rid of kern_path_parent()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-13workqueue: reimplement WQ_HIGHPRI using a separate worker_poolTejun Heo
2012-07-13workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()Tejun Heo
2012-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-07-12workqueue: separate out worker_pool flagsTejun Heo
2012-07-12workqueue: use @pool instead of @gcwq or @cpu where applicableTejun Heo
2012-07-12workqueue: factor out worker_pool from global_cwqTejun Heo
2012-07-12workqueue: don't use WQ_HIGHPRI for unbound workqueuesTejun Heo
2012-07-11tracing: Check for allocation failure in __tracing_open()Dan Carpenter
2012-07-11Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-11c/r: prctl: less paranoid prctl_set_mm_exe_file()Konstantin Khlebnikov
2012-07-11hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz
2012-07-11timekeeping: Provide hrtimer update functionThomas Gleixner
2012-07-11hrtimers: Move lock held region in hrtimer_interrupt()Thomas Gleixner
2012-07-11timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner
2012-07-11timekeeping: Fix leapsecond triggered load spike issueJohn Stultz
2012-07-11hrtimer: Provide clock_was_set_delayed()John Stultz
2012-07-11Merge tag 'driver-core-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-07-09kmsg: merge continuation records while printingKay Sievers
2012-07-09cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inodeTejun Heo