summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-06-13Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds5-77/+101
2013-06-13kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()Chen Gang1-0/+1
2013-06-13audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov1-1/+1
2013-06-13kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook1-41/+50
2013-06-13reboot: rigrate shutdown/reboot to boot cpuRobin Holt1-3/+26
2013-06-13CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat1-32/+23
2013-06-12Merge tag 'trace-fixes-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+3
2013-06-12idle: Add the stack canary init to cpu_startup_entry()Thomas Gleixner1-0/+16
2013-06-11tracing: Fix outputting formats of x86-tsc and counter when use trace_clockYoshihiro YUNOMAE2-7/+3
2013-06-11genirq: Set irq thread to RT priority on creationIvo Sieben1-5/+6
2013-06-11Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear1-3/+10
2013-06-11Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Paul E. McKenney7-1063/+104
2013-06-11rcu: Shrink TINY_RCU by reworking CPU-stall ifdefsPaul E. McKenney2-6/+4
2013-06-11rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney2-25/+27
2013-06-11rcu: Consolidate rcutiny_plugin.h ifdefsPaul E. McKenney1-46/+40
2013-06-11rcu: Remove check_cpu_stall_preempt()Paul E. McKenney1-7/+0
2013-06-11rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney2-38/+9
2013-06-11rcu: Remove rcu_preempt_process_callbacks()Paul E. McKenney2-9/+0
2013-06-11rcu: Remove rcu_preempt_remove_callbacks()Paul E. McKenney2-9/+0
2013-06-11rcu: Remove rcu_preempt_check_callbacks()Paul E. McKenney2-9/+0
2013-06-11rcu: Remove show_tiny_preempt_stats()Paul E. McKenney1-13/+0
2013-06-11rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney1-854/+0
2013-06-11rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw().Paul E. McKenney1-39/+0
2013-06-11rcu: Merge adjacent identical ifdefsPaul E. McKenney1-3/+0
2013-06-11rcu: Drive quiescent-state-forcing delay from HZPaul E. McKenney2-7/+26
2013-06-11rcu: Remove "Experimental" flagsPaul E. McKenney1-5/+5
2013-06-11rcu: Move redundant call to note_gp_changes() into called functionPaul E. McKenney1-8/+2
2013-06-11rcu: Inline trivial wrapper function rcu_start_gp_per_cpu()Paul E. McKenney1-13/+1
2013-06-11rcu: Eliminate check_for_new_grace_period() wrapper functionPaul E. McKenney1-22/+3
2013-06-11rcu: Merge __rcu_process_gp_end() into __note_gp_changes()Paul E. McKenney1-42/+6
2013-06-11rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney2-29/+4
2013-06-11rcu: Convert rcutree_plugin.h printk callsPaul E. McKenney1-23/+22
2013-06-11rcu: Rename note_new_gpnum() to note_gp_changes()Paul E. McKenney1-6/+7
2013-06-11rcu: Make __note_new_gpnum() check for ends of prior grace periodsPaul E. McKenney1-0/+3
2013-06-11rcu: Move code to apply callback-numbering simplificationsPaul E. McKenney1-59/+59
2013-06-11rcu: Convert rcutree.c printk callsPaul E. McKenney1-3/+3
2013-06-11rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migrationPaul E. McKenney1-2/+2
2013-06-11rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt2-2/+17
2013-06-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-2/+15
2013-06-09Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+7
2013-06-09irqdomain: document the simple domain first_irqLinus Walleij1-1/+4
2013-06-09kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.Chen Gang1-1/+2
2013-06-09irqdomain: export irq_domain_add_simpleArnd Bergmann1-0/+1
2013-06-08Merge tag 'trace-fixes-v3.10-rc3-v3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+19
2013-06-06tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)1-1/+9
2013-06-04Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+0
2013-06-03Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+16
2013-05-31tick: Remove useless timekeeping duty attribution to broadcast sourceJiri Bohac1-4/+0
2013-05-31nohz: Fix notifier return val that enforce timekeepingLi Zhong1-1/+1
2013-05-31kvm: Move guest entry/exit APIs to context_trackingFrederic Weisbecker1-1/+0