summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-07-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-70/+148
2015-07-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+21
2015-07-12genirq: Remove the irq argument from setup_affinity()Jiang Liu1-8/+7
2015-07-12genirq: Provide and use __irq_can_set_affinity()Jiang Liu1-8/+10
2015-07-12genirq: Remove the irq argument from note_interrupt()Jiang Liu3-4/+6
2015-07-12genirq: Remove irq argument from try_one_irq()Jiang Liu1-3/+3
2015-07-12genirq: Remove irq argument from report_bad_irq()Jiang Liu1-8/+6
2015-07-12genirq: Remove irq argument from suspend/resume_irq()Jiang Liu1-4/+4
2015-07-12genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu3-10/+11
2015-07-12genirq: Remove irq arg from __irq_set_trigger()Jiang Liu3-10/+9
2015-07-12genirq: Remove the irq argument from check_irq_resend()Jiang Liu4-4/+6
2015-07-12genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu4-11/+11
2015-07-11tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner1-8/+10
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-2/+1
2015-07-09module: Fix load_module() error pathPeter Zijlstra1-0/+1
2015-07-08Fix broken audit tests for exec arg lenLinus Torvalds1-2/+1
2015-07-08tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2-7/+11
2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner2-5/+21
2015-07-07tick/broadcast: Handle spurious interrupts gracefullyThomas Gleixner1-0/+7
2015-07-07tick/broadcast: Check for hrtimer broadcast active earlyThomas Gleixner1-10/+26
2015-07-07tick/broadcast: Return busy when IPI is pendingThomas Gleixner1-3/+7
2015-07-07tick/broadcast: Return busy if periodic mode and hrtimer broadcastThomas Gleixner1-1/+5
2015-07-07tick/broadcast: Move the check for periodic mode inside state handlingThomas Gleixner1-14/+8
2015-07-07tick/broadcast: Prevent deep idle if no broadcast device availableThomas Gleixner1-0/+7
2015-07-07tick/broadcast: Make idle check independent from mode and configThomas Gleixner3-15/+42
2015-07-07tick/broadcast: Sanity check the shutdown of the local clock_eventThomas Gleixner1-7/+16
2015-07-07tick/broadcast: Prevent hrtimer recursionThomas Gleixner1-1/+15
2015-07-07notifiers, RCU: Assert that RCU is watching in notify_die()Andy Lutomirski1-0/+2
2015-07-07clockevents: Allow set-state callbacks to be optionalViresh Kumar1-15/+9
2015-07-07sched/fair: Fix a comment reflecting function name changeByungchul Park1-1/+1
2015-07-07sched/fair: Clean up the __sched_period() codeBoqun Feng1-9/+4
2015-07-07sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()Srikar Dronamraju1-2/+3
2015-07-07sched/numa: Prefer NUMA hotness over cache hotnessSrikar Dronamraju2-77/+30
2015-07-07sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()bsegall@google.com1-2/+2
2015-07-06rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney2-6/+4
2015-07-06sched/fair: Test list head instead of list entry in throttle_cfs_rq()Cong Wang1-1/+1
2015-07-06locking/qrwlock: Better optimization for interrupt context readersWaiman Long1-6/+7
2015-07-06locking/qrwlock: Rename functions to queued_*()Waiman Long1-6/+6
2015-07-06perf: Fix AUX buffer refcountingPeter Zijlstra3-10/+35
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+15
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-26/+55
2015-07-04sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju3-23/+47
2015-07-04sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju1-1/+1
2015-07-04sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju1-0/+5
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao2-3/+3
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-13/+5
2015-07-03sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra1-2/+15
2015-07-03make certificate list change message more usefulLinus Torvalds1-1/+1
2015-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-11/+28