| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-05-08 | sched, timer: Use the atomic task_cputime in thread_group_cputimer | Jason Low | 2 | -7/+3 |
| 2015-05-08 | sched, timer: Provide an atomic 'struct task_cputime' data structure | Jason Low | 1 | -0/+17 |
| 2015-05-08 | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low | 2 | -10/+7 |
| 2015-05-08 | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()... | Jason Low | 1 | -2/+2 |
| 2015-05-08 | signals, ptrace, sched: Fix a misaligned load inside ptrace_attach() | Palmer Dabbelt | 1 | -1/+1 |
| 2015-05-08 | sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void * | Palmer Dabbelt | 1 | -7/+10 |
| 2015-05-08 | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' | Palmer Dabbelt | 1 | -9/+9 |
| 2015-05-08 | sched: Move the loadavg code to a more obvious location | Peter Zijlstra | 1 | -0/+5 |
| 2015-05-08 | sched: Handle priority boosted tasks proper in setscheduler() | Thomas Gleixner | 1 | -3/+4 |
| 2015-05-08 | dmaengine: Remove Renesas Audio DMAC peri peri platform data | Geert Uytterhoeven | 1 | -34/+0 |
| 2015-05-07 | PCI/MSI: Remove unused pci_msi_off() | Bjorn Helgaas | 1 | -1/+0 |
| 2015-05-07 | nohz: Add tick_nohz_full_add_cpus_to() API | Chris Metcalf | 1 | -0/+7 |
| 2015-05-07 | context_tracking: Inherit TIF_NOHZ through forks instead of context switches | Frederic Weisbecker | 2 | -10/+3 |
| 2015-05-07 | context_tracking: Protect against recursion | Frederic Weisbecker | 1 | -0/+1 |
| 2015-05-07 | kvm,x86: load guest FPU context more eagerly | Rik van Riel | 1 | -0/+1 |
| 2015-05-07 | KVM: provide irq_unsafe kvm_guest_{enter|exit} | Christian Borntraeger | 1 | -9/+18 |
| 2015-05-07 | tracing: Make ftrace_print_array_seq compute buf_len | Alex Bennée | 1 | -1/+1 |
| 2015-05-07 | mtd: nand_bbt: make nand_scan_bbt() static | Brian Norris | 1 | -1/+0 |
| 2015-05-06 | serial: core: Fix unused variable warnings from uart_console() | Peter Hurley | 1 | -1/+1 |
| 2015-05-06 | tty: remove buf parameter from tty_name() | Rasmus Villemoes | 1 | -1/+1 |
| 2015-05-06 | tty: constify return type of tty_name | Rasmus Villemoes | 1 | -1/+1 |
| 2015-05-06 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+0 |
| 2015-05-06 | pinctrl: use ERR_CAST instead of ERR_PTR/PTR_ERR | Fabian Frederick | 1 | -1/+1 |
| 2015-05-06 | gpio: omap: Allow building as a loadable module | Tony Lindgren | 1 | -2/+10 |
| 2015-05-06 | pinctrl: move strict option to pinmux_ops | Linus Walleij | 2 | -3/+4 |
| 2015-05-06 | pinctrl: allow exlusive GPIO/mux pin allocation | Sonic Zhang | 1 | -0/+3 |
| 2015-05-06 | pwm: Add support to remove registered consumer lookup tables | Shobhit Kumar | 1 | -0/+5 |
| 2015-05-06 | clkdev: add clkdev_create() helper | Russell King | 1 | -0/+3 |
| 2015-05-06 | clkdev: const-ify connection id to clk_add_alias() | Russell King | 1 | -1/+1 |
| 2015-05-06 | clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h | Russell King | 1 | -13/+0 |
| 2015-05-06 | clk: update clk API documentation to clarify clk_round_rate() | Russell King | 1 | -0/+14 |
| 2015-05-06 | clkdev: use clk_hw internally | Russell King | 1 | -0/+1 |
| 2015-05-06 | clk: make strings in parent name arrays const | Sascha Hauer | 1 | -4/+6 |
| 2015-05-06 | nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() | Ryusuke Konishi | 1 | -1/+1 |
| 2015-05-06 | util_macros.h: have array pointer point to array of constants | Guenter Roeck | 1 | -1/+1 |
| 2015-05-06 | vlan: Use eth_proto_is_802_3 | Alexander Duyck | 1 | -1/+1 |
| 2015-05-06 | etherdev: Fix sparse error, make test usable by other functions | Alexander Duyck | 1 | -0/+18 |
| 2015-05-05 | tcp: provide SYN headers for passive connections | Eric Dumazet | 1 | -0/+8 |
| 2015-05-05 | block: move PM request support to IDE | Christoph Hellwig | 2 | -20/+20 |
| 2015-05-05 | block: remove REQ_TYPE_PM_SHUTDOWN | Christoph Hellwig | 1 | -1/+0 |
| 2015-05-05 | block: move REQ_TYPE_SENSE to the ide driver | Christoph Hellwig | 2 | -1/+1 |
| 2015-05-05 | block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h | Christoph Hellwig | 2 | -9/+9 |
| 2015-05-05 | block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV | Christoph Hellwig | 1 | -2/+2 |
| 2015-05-05 | remove <asm/scatterlist.h> | Christoph Hellwig | 3 | -10/+34 |
| 2015-05-05 | bio: skip atomic inc/dec of ->bi_cnt for most use cases | Jens Axboe | 2 | -2/+17 |
| 2015-05-05 | bio: skip atomic inc/dec of ->bi_remaining for non-chains | Jens Axboe | 2 | -1/+13 |
| 2015-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 3 | -1/+22 |
| 2015-05-05 | libata: Fall back to unqueued READ LOG EXT if the DMA variant fails | Martin K. Petersen | 1 | -0/+1 |
| 2015-05-05 | libata: READ LOG DMA EXT support can be in either page 119 or 120 | Martin K. Petersen | 1 | -1/+11 |
| 2015-05-05 | irqchip: irqc: Remove platform data support | Geert Uytterhoeven | 1 | -27/+0 |