aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-30nohz: Drop generic vtime obsolete dependency on CONFIG_64BITKevin Hilman1-1/+0
2013-09-30vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigKevin Hilman1-0/+1
2013-09-29Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman7-15/+107
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds1-0/+12
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-28Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar1-0/+12
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker1-0/+12
2013-09-26pmu_bus: convert bus code to use dev_groupsGreg Kroah-Hartman1-5/+8
2013-09-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+5
2013-09-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+21
2013-09-25KEYS: Make the system 'trusted' keyring viewable by userspaceMimi Zohar1-3/+3
2013-09-25KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells1-1/+3
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingDavid Howells6-115/+119
2013-09-25KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicateDavid Howells1-3/+9
2013-09-25KEYS: Load *.x509 files into kernel keyringDavid Howells2-8/+30
2013-09-25KEYS: Rename public key parameter name arraysDavid Howells1-2/+2
2013-09-25rcu: Consistent rcu_is_watching() namingPaul E. McKenney4-24/+24
2013-09-25rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()Paul E. McKenney1-1/+1
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney2-2/+15
2013-09-25rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney1-0/+2
2013-09-25rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney2-3/+11
2013-09-25rcu: Remove redundant code from rcu_cleanup_after_idle()Paul E. McKenney1-8/+2
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra1-2/+0
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra3-25/+20
2013-09-25sched: Create more preempt_count accessorsPeter Zijlstra1-4/+3
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra2-5/+22
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra3-8/+8
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra1-5/+4
2013-09-25sched, rcu: Make RCU use resched_cpu()Peter Zijlstra2-9/+16
2013-09-25sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin2-25/+27
2013-09-24kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu1-1/+8
2013-09-24audit: fix endless wait in audit_log_start()Konstantin Khlebnikov1-2/+3
2013-09-24watchdog: update watchdog_thresh properlyMichal Hocko1-3/+50
2013-09-24watchdog: update watchdog attributes atomicallyMichal Hocko1-2/+5
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells2-0/+10
2013-09-23cgroup: kill css_idLi Zefan1-247/+1
2013-09-23rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU maskKirill Tkhai1-1/+6
2013-09-23rcu: Avoid sparse warnings in rcu_nocb_wake trace eventPaul E. McKenney1-1/+1
2013-09-23rcu: Track rcu_nocb_kthread()'s sleeping and awakeningPaul E. McKenney1-1/+14
2013-09-23rcu: Distinguish between NOCB and non-NOCB rcu_callback trace eventsPaul E. McKenney1-2/+4
2013-09-23rcu: Add tracing for rcuo no-CBs CPU wakeup handshakePaul E. McKenney1-1/+13
2013-09-23rcu: Add tracing of normal (non-NOCB) grace-period requestsPaul E. McKenney1-1/+7
2013-09-23rcu: Add tracing to rcu_gp_kthread()Paul E. McKenney1-0/+18
2013-09-23rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()Paul E. McKenney1-1/+1
2013-09-23rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()Paul E. McKenney1-3/+8
2013-09-23rcu: Improve grace-period start logicPaul E. McKenney1-5/+12
2013-09-23rcu: Have rcutiny tracepoints use tracepoint_string()Paul E. McKenney3-14/+17
2013-09-23rcu: Reject memory-order-induced stall-warning false positivesPaul E. McKenney1-5/+40
2013-09-23rcu: Micro-optimize rcu_cpu_has_callbacks()Paul E. McKenney1-4/+7
2013-09-23rcu: Silence unused-variable warningsPaul E. McKenney1-2/+4