summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-02-08Revert "Revert "console: implement lockdep support for console_lock""Dave Airlie
2013-02-08timeconst.pl: Eliminate Perl warningH. Peter Anvin
2013-02-07srcu: use ACCESS_ONCE() to access sp->completed in srcu_read_lock()Lai Jiangshan
2013-02-07srcu: Update synchronize_srcu_expedited()'s commentsLai Jiangshan
2013-02-07srcu: Update synchronize_srcu()'s commentsLai Jiangshan
2013-02-07srcu: Simple cleanup for cleanup_srcu_struct()Lai Jiangshan
2013-02-07srcu: Add might_sleep() annotation to synchronize_srcu()Lai Jiangshan
2013-02-07srcu: Simplify __srcu_read_unlock() via this_cpu_dec()Lai Jiangshan
2013-02-07workqueue: pick cwq instead of pool in __queue_work()Lai Jiangshan
2013-02-07workqueue: make get_work_pool_id() cheaperLai Jiangshan
2013-02-07workqueue: move nr_running into worker_poolTejun Heo
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-02-07sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2013-02-07workqueue: cosmetic update in try_to_grab_pending()Tejun Heo
2013-02-07workqueue: simplify is-work-item-queued-here testLai Jiangshan
2013-02-07workqueue: make work->data point to pool after try_to_grab_pending()Lai Jiangshan
2013-02-07workqueue: add delayed_work->wq to simplify reentrancy handlingLai Jiangshan
2013-02-07workqueue: make work_busy() test WORK_STRUCT_PENDING firstLai Jiangshan
2013-02-07workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_ENDLai Jiangshan
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2013-02-06Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2013-02-05sched: Fix signedness bug in yield_to()Dan Carpenter
2013-02-05hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz
2013-02-04Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman
2013-02-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-04Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-04rcu: Allow rcutorture to be built at low optimization levelsSteven Rostedt
2013-02-04sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith
2013-02-04Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-02-04irq_work: Remove return value from the irq_work_queue() functionanish kumar
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2013-02-03switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro
2013-02-03new helper: signal_setup_done()Al Viro
2013-02-03convert futex compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Al Viro
2013-02-03generic sys_compat_rt_sigaction()Al Viro
2013-02-03switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-03switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-03switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-03switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-03old sigsuspend variants in kernel/signal.cAl Viro
2013-02-03generic compat_sys_rt_sigqueueinfo()Al Viro
2013-02-03generic compat_sys_rt_sigpending()Al Viro
2013-02-03generic compat_sys_rt_sigprocmask()Al Viro
2013-02-03consolidate rt_sigsuspend()Al Viro