Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | sched/wait: Change timeout logic | Peter Zijlstra | 2013-10-04 | 1 | -13/+11 | |
| * | | | | sched/wait: Make the signal_pending() checks consistent | Peter Zijlstra | 2013-10-04 | 2 | -26/+22 | |
| * | | | | sched: Revert need_resched() to look at TIF_NEED_RESCHED | Peter Zijlstra | 2013-09-28 | 2 | -8/+5 | |
| * | | | | sched, x86: Optimize the preempt_schedule() call | Peter Zijlstra | 2013-09-25 | 2 | -8/+15 | |
| * | | | | sched: Prepare for per-cpu preempt_count | Peter Zijlstra | 2013-09-25 | 1 | -3/+9 | |
| * | | | | sched: Extract the basic add/sub preempt_count modifiers | Peter Zijlstra | 2013-09-25 | 5 | -73/+89 | |
| * | | | | sched: Create more preempt_count accessors | Peter Zijlstra | 2013-09-25 | 2 | -1/+15 | |
| * | | | | sched, arch: Create asm/preempt.h | Peter Zijlstra | 2013-09-25 | 2 | -48/+55 | |
| * | | | | sched: Add NEED_RESCHED to the preempt_count | Peter Zijlstra | 2013-09-25 | 2 | -7/+47 | |
| * | | | | sched: Introduce preempt_count accessor functions | Peter Zijlstra | 2013-09-25 | 1 | -6/+19 | |
| * | | | | sched, idle: Fix the idle polling state logic | Peter Zijlstra | 2013-09-25 | 2 | -7/+73 | |
| * | | | | sched: Remove {set,clear}_need_resched | Peter Zijlstra | 2013-09-25 | 1 | -2/+13 | |
| * | | | | sched/balancing: Periodically decay max cost of idle balance | Jason Low | 2013-09-20 | 2 | -0/+6 | |
| * | | | | sched/balancing: Consider max cost of idle balance per sched domain | Jason Low | 2013-09-20 | 2 | -0/+4 | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-11-12 | 3 | -4/+41 | |
|\ \ \ \ \ | ||||||
| * | | | | | uprobes: Export write_opcode() as uprobe_write_opcode() | Oleg Nesterov | 2013-11-06 | 1 | -0/+1 | |
| * | | | | | uprobes: Move function declarations out of arch | David A. Long | 2013-11-06 | 1 | -0/+8 | |
| * | | | | | Merge branch 'perf/urgent' into perf/core to fix conflicts | Ingo Molnar | 2013-11-04 | 3 | -12/+14 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK | Oleg Nesterov | 2013-10-29 | 1 | -2/+2 | |
| * | | | | | | uprobes: Remove the wrong __weak attribute | Ralf Baechle | 2013-10-29 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2013-10-29 | 22 | -93/+71 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge tag 'v3.12-rc5' into perf/core | Ingo Molnar | 2013-10-15 | 25 | -25/+100 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | perf: Add generic transaction flags | Andi Kleen | 2013-10-04 | 2 | -1/+29 | |
* | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-11-12 | 2 | -29/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | irqchip: bcm2835: Convert to use IRQCHIP_DECLARE macro | Axel Lin | 2013-11-07 | 1 | -29/+0 | |
| * | | | | | | | | | irq: Consolidate do_softirq() arch overriden implementations | Frederic Weisbecker | 2013-10-01 | 1 | -0/+11 | |
* | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-11-12 | 5 | -28/+118 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2013-10-18 | 5 | -28/+118 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'idle.2013.09.25a' into HEAD | Paul E. McKenney | 2013-10-15 | 3 | -12/+31 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | rcu: Consistent rcu_is_watching() naming | Paul E. McKenney | 2013-09-25 | 3 | -14/+22 | |
| | | * | | | | | | | | | | rcu: Is it safe to enter an RCU read-side critical section? | Paul E. McKenney | 2013-09-25 | 3 | -4/+15 | |
| | * | | | | | | | | | | | Merge branch 'gp.2013.09.25a' into HEAD | Paul E. McKenney | 2013-10-15 | 1 | -14/+66 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | rcu: Avoid sparse warnings in rcu_nocb_wake trace event | Paul E. McKenney | 2013-09-23 | 1 | -5/+5 | |
| | | * | | | | | | | | | | | rcu: Track rcu_nocb_kthread()'s sleeping and awakening | Paul E. McKenney | 2013-09-23 | 1 | -0/+4 | |
| | | * | | | | | | | | | | | rcu: Add tracing for rcuo no-CBs CPU wakeup handshake | Paul E. McKenney | 2013-09-23 | 1 | -0/+37 | |
| | | * | | | | | | | | | | | rcu: Add tracing of normal (non-NOCB) grace-period requests | Paul E. McKenney | 2013-09-23 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | rcu: Add tracing to rcu_gp_kthread() | Paul E. McKenney | 2013-09-23 | 1 | -9/+19 | |
| | | |/ / / / / / / / / / | ||||||
| | * / / / / / / / / / / | rcu: Make list_splice_init_rcu() account for RCU readers | Paul E. McKenney | 2013-09-23 | 1 | -2/+21 | |
| | |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2013-11-11 | 6 | -68/+181 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'omap-for-v3.13/dt-late' of git://git.kernel.org/pub/scm/linux/kern... | Olof Johansson | 2013-10-28 | 1 | -0/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | ARM: dts: AM4372: Update Support for EPOS EVM | Mugunthan V N | 2013-10-20 | 1 | -0/+31 | |
| * | | | | | | | | | | | | | Merge tag 'omap-for-v3.13/board-removal-signed-take2' of git://git.kernel.org... | Kevin Hilman | 2013-10-18 | 7 | -11/+55 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'omap-for-v3.13/dt' and 'omap-for-v3.13/quirk' into omap-for-v... | Tony Lindgren | 2013-10-14 | 2 | -0/+62 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / | | | |/| | | | | / / / / / / / | | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge tag 'omap-for-v3.13/dt-signed' of git://git.kernel.org/pub/scm/linux/ke... | Kevin Hilman | 2013-10-15 | 1 | -0/+50 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | ARM: dts: DRA7: Add the dts files for dra7 SoC and dra7-evm board | R Sricharan | 2013-10-08 | 1 | -0/+50 | |
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge tag 'omap-for-v3.13/quirk-signed' of git://git.kernel.org/pub/scm/linux... | Kevin Hilman | 2013-10-15 | 27 | -81/+121 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | pinctrl: single: Add support for auxdata | Tony Lindgren | 2013-10-11 | 1 | -0/+12 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge tag 'ux500-dt-for-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel... | Olof Johansson | 2013-09-30 | 3 | -68/+88 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | clk: ux500: Copy u8500_clk_init() ready for DT enablement | Lee Jones | 2013-09-26 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | mfd: dbx500: Remove any mention of the BML8580CLK | Lee Jones | 2013-09-26 | 1 | -14/+13 |