summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | rcu: Fix tracing formattingPaul E. McKenney2012-11-082-11/+14
| | | | | | * | | | rcu: Remove the interface "rcudata.csv"Michael Wang2012-11-081-76/+0
| | | | | | * | | | rcu: Replace the old interface with the new oneMichael Wang2012-11-081-124/+24
| | | | | | * | | | rcu: Optimize the 'rcu_pending' for RCU traceMichael Wang2012-11-081-6/+35
| | | | | | * | | | rcu: Optimize the 'rcudata.csv' for RCU traceMichael Wang2012-11-081-0/+42
| | | | | | * | | | rcu: Optimize the 'rcudata' for RCU traceMichael Wang2012-11-081-0/+31
| | | | | | * | | | rcu: Fundamental facility for 'CPU units sequence reading'Michael Wang2012-11-081-0/+30
| | | | | | * | | | rcu: Create directory for each flavor of rcuMichael Wang2012-11-081-0/+8
| | | | | | * | | | rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney2012-11-082-3/+24
| | | | | | * | | | rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney2012-11-082-11/+12
| | | | | | * | | | rcu: Avoid counter wrap in synchronize_sched_expedited()Paul E. McKenney2012-11-081-18/+44
| | | | | | * | | | rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney2012-11-083-11/+11
| | | | | | * | | | rcu: Make rcutorture give diagnostics if CPU offline failsPaul E. McKenney2012-10-231-1/+8
| | | | | | * | | | rcu: Fix comment about _rcu_barrier()/orphanage exclusionPaul E. McKenney2012-10-231-2/+2
| | | |_|_|/ / / / | | |/| | | | | |
| | | | | * | | | rcu: Dump number of callbacks in stall warning messagesPaul E. McKenney2012-10-231-4/+11
| | | | | * | | | rcu: Add grace-period information to RCU CPU stall warningsPaul E. McKenney2012-10-231-3/+5
| | | | | * | | | rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney2012-10-232-1/+30
| | | |_|/ / / / | | |/| | | | |
| | | | * | | | rcutorture: Use DEFINE_STATIC_SRCU()Lai Jiangshan2012-10-271-35/+6
| | | | * | | | srcu: Export process_srcu()Lai Jiangshan2012-10-231-4/+2
| | | | * | | | srcu: Credit Lai Jiangshan with SRCU rewriteLai Jiangshan2012-10-231-0/+2
| | | |/ / / / | | |/| | | |
| | | * | | | rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle checkPaul E. McKenney2012-11-131-1/+1
| | | * | | | rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney2012-11-132-4/+33
| | | * | | | rcu: Add new rcutorture module parameters to start/end test messagesPaul E. McKenney2012-11-131-0/+4
| | | * | | | rcu: Fix batch-limit size problemEric Dumazet2012-11-131-7/+8
| | | * | | | rcu: Accelerate callbacks for CPU initiating a grace periodPaul E. McKenney2012-10-201-2/+24
| | |/ / / /
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2012-12-112-2/+2
|\ \ \ \ \ \ \
| | * | | | | | timers, sched: Correct the comments for tick_sched_timer()Chuansheng Liu2012-10-241-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | lockdep: Use KSYM_NAME_LEN'ed buffer for __get_key_name()Cyrill Gorcunov2012-10-241-1/+1
| |/ / / / /
* | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-112-2/+12
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2012-11-161-19/+22
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman2012-11-141-11/+16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman2012-10-297-221/+191
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | audit: remove bogus tty name checkAlan Cox2012-10-241-1/+1
| * | | | | | | | console: use might_sleep in console_lockDaniel Vetter2012-10-231-1/+2
| * | | | | | | | console: implement lockdep support for console_lockDaniel Vetter2012-10-221-0/+9
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-112-6/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel/ksysfs.c: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-4/+1
| * | | | | | | | sysctl: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-115-6/+75
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2012-11-293-3/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PM / Hibernate: use rb_entryDavidlohr Bueso2012-11-151-1/+1
| | * | | | | | | | PM / sysfs: replace strict_str* with kstrto*Daniel Walter2012-11-152-2/+2
| | |/ / / / / / /
| * | | | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-11-291-0/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cpuidle: Quickly notice prediction failure for repeat modeYouquan Song2012-11-151-0/+4
| | |/ / / / / / /
| * | | | | | | | Merge branch 'acpi-general'Rafael J. Wysocki2012-11-291-3/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu2012-11-151-3/+5
| | |/ / / / / / /
| * | | | | | | | Merge branch 'pm-qos'Rafael J. Wysocki2012-11-291-0/+63
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | PM / QoS: Introduce request and constraint data types for PM QoS flagsRafael J. Wysocki2012-10-231-0/+63
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | irqdomain: stop screaming about preallocated irqdescsLinus Walleij2012-11-301-2/+2
| |/ / / / / /
OpenPOWER on IntegriCloud