aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-06-10rcu: Eliminate check_for_new_grace_period() wrapper functionPaul E. McKenney1-22/+3
2013-06-10rcu: Merge __rcu_process_gp_end() into __note_gp_changes()Paul E. McKenney1-42/+6
2013-06-10rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney2-29/+4
2013-06-10rcu: Convert rcutree_plugin.h printk callsPaul E. McKenney1-23/+22
2013-06-10rcu: Rename note_new_gpnum() to note_gp_changes()Paul E. McKenney1-6/+7
2013-06-10rcu: Make __note_new_gpnum() check for ends of prior grace periodsPaul E. McKenney1-0/+3
2013-06-10rcu: Move code to apply callback-numbering simplificationsPaul E. McKenney1-59/+59
2013-06-10rcu: Convert rcutree.c printk callsPaul E. McKenney1-3/+3
2013-06-10rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migrationPaul E. McKenney1-2/+2
2013-06-10rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt2-2/+17
2013-06-10irqdomain: Beef up debugfs outputGrant Likely1-5/+30
2013-06-10irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely1-91/+36
2013-06-10irqdomain: Eliminate revmap typeGrant Likely2-37/+23
2013-06-10irqdomain: merge linear and tree reverse mappings.Grant Likely1-78/+29
2013-06-10irqdomain: Add a name fieldGrant Likely2-13/+7
2013-06-10irqdomain: Replace LEGACY mapping with LINEARGrant Likely1-78/+6
2013-06-10irqdomain: Relax failure path on setting up mappingsGrant Likely1-12/+4
2013-06-10Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/nextGrant Likely2-49/+258
2013-06-09cpuset: remove async hotplug propagation workLi Zefan1-53/+16
2013-06-09cpuset: let hotplug propagation work wait for task attachingLi Zefan1-12/+17
2013-06-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-2/+15
2013-06-08Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+7
2013-06-08irqdomain: document the simple domain first_irqLinus Walleij1-1/+4
2013-06-08kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.Chen Gang1-1/+2
2013-06-08irqdomain: export irq_domain_add_simpleArnd Bergmann1-0/+1
2013-06-07Merge tag 'trace-fixes-v3.10-rc3-v3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+19
2013-06-06ACPI/APEI: Add parameter check before error injectionChen Gong1-0/+1
2013-06-06tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)1-1/+9
2013-06-05cpuset: re-structure update_cpumask() a bitLi Zefan1-3/+4
2013-06-05cpuset: remove cpuset_test_cpumask()Li Zefan1-18/+1
2013-06-05cpuset: remove unnecessary variable in cpuset_attach()Li Zefan1-4/+2
2013-06-05cpuset: cleanup guarantee_online_{cpus|mems}()Li Zefan1-22/+7
2013-06-05cpuset: remove redundant check in cpuset_cpus_allowed_fallback()Li Zefan1-2/+1
2013-06-05cgroup: clean up the cftype array for the base cgroup filesTejun Heo1-23/+24
2013-06-05cgroup: mark "notify_on_release" and "release_agent" cgroup files insaneTejun Heo1-1/+2
2013-06-05cgroup: mark "tasks" cgroup file as insaneTejun Heo1-0/+1
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+0
2013-06-03PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas1-2/+3
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-31sched/fair: Remove unused variable from expire_cfs_rq_runtime()Kamalesh Babulal1-1/+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
2013-05-31vtime: Use consistent clocks among nohz accountingFrederic Weisbecker2-4/+4
2013-05-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+5
2013-05-29tracing: Fix bad parameter passed in branch selftestSteven Rostedt (Red Hat)1-1/+1
2013-05-29power: Add option to log time spent in suspendColin Cross4-0/+89
2013-05-29alarmtimer: Add functions for timerfd supportTodd Poynor1-1/+38
2013-05-29genirq: Add kerneldoc for irq_disable.Andreas Fenkart1-0/+13
2013-05-29genirq: irqchip: Add mask to block out invalid irqsGrant Likely1-0/+3