Age | Commit message (Expand) | Author | Files | Lines |
2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -70/+42 |
2014-08-09 | lib/scatterlist: clean up useless architecture versions of scatterlist.h | Laura Abbott | 2 | -6/+1 |
2014-08-06 | frv: Use sigsp() | Richard Weinberger | 1 | -13/+4 |
2014-08-06 | frv: Use get_signal() signal_setup_done() | Richard Weinberger | 1 | -59/+40 |
2014-06-05 | sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL | Fabian Frederick | 1 | -1/+0 |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -12/+1 |
2014-05-28 | PCI: Turn pcibios_penalize_isa_irq() into a weak function | Hanjun Guo | 2 | -6/+0 |
2014-04-18 | arch,frv: Convert smp_mb__*() | Peter Zijlstra | 2 | -12/+1 |
2014-04-02 | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2014-03-13 | arch: Remove stub cputime.h headers | Frederic Weisbecker | 2 | -6/+1 |
2014-02-20 | PCI: frv: replace now removed pci_bus_b() causing build failure | Paul Gortmaker | 1 | -1/+1 |
2014-02-10 | locking/mcs: Allow architecture specific asm files to be used for contended case | Tim Chen | 1 | -0/+1 |
2014-02-10 | locking/mcs: Order the header files in Kbuild of each architecture in alphabe... | Tim Chen | 1 | -2/+2 |
2014-01-31 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -7/+0 |
2014-01-28 | frv: Remove redundant debugging info flag | Geoff Levand | 1 | -7/+0 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -0/+3 |
2014-01-19 | net: introduce SO_BPF_EXTENSIONS | Michal Sekletar | 1 | -0/+2 |
2014-01-12 | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h | Peter Zijlstra | 1 | -7/+1 |
2013-12-18 | lib: Add missing arch generic-y entries for asm-generic/hash.h | David S. Miller | 1 | -0/+1 |
2013-11-19 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+0 |
2013-11-15 | frv: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 1 | -4/+8 |
2013-11-14 | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -37/+0 |
2013-11-13 | preempt: Make PREEMPT_ACTIVE generic | Thomas Gleixner | 1 | -2/+0 |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2013-10-30 | frv/PCI: Remove pcibios_last_bus | Bjorn Helgaas | 2 | -37/+0 |
2013-09-29 | net: introduce SO_MAX_PACING_RATE | Eric Dumazet | 1 | -0/+2 |
2013-09-25 | sched, arch: Create asm/preempt.h | Peter Zijlstra | 1 | -0/+1 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -1/+0 |
2013-09-13 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -4/+6 |
2013-07-25 | frv/PCI: Mark pcibios_fixup_bus() as non-init | Bjorn Helgaas | 1 | -1/+1 |
2013-07-15 | frv: delete __cpuinit usage from all frv files | Paul Gortmaker | 1 | -1/+1 |
2013-07-11 | net: rename busy poll socket op and globals | Eliezer Tamir | 1 | -1/+1 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -6/+6 |
2013-07-04 | Merge branch 'kconfig-diet' from Dave Hansen | Linus Torvalds | 2 | -4/+1 |
2013-07-04 | consolidate per-arch stack overflow debugging options | Dave Hansen | 2 | -4/+1 |
2013-07-04 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 3 | -47/+27 |
2013-07-04 | arch/frv/kernel/setup.c: use strncmp() instead of memcmp() | Chen Gang | 1 | -1/+1 |
2013-07-04 | arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf() | Chen Gang | 1 | -1/+1 |
2013-07-04 | mm/frv: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2 | -41/+21 |
2013-07-04 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -1/+1 |
2013-07-04 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -2/+2 |
2013-07-04 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -1/+1 |
2013-07-03 | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+0 |
2013-07-03 | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2013-06-29 | consolidate io_remap_pfn_range definitions | Al Viro | 1 | -3/+0 |
2013-06-18 | net: add socket option for low latency polling | Eliezer Tamir | 1 | -0/+2 |
2013-06-16 | frv: head.S - Remove commented-out initialization code | Geert Uytterhoeven | 1 | -5/+0 |
2013-06-14 | frv: Convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2 | -6/+6 |
2013-05-28 | frv: uaccess s/might_sleep/might_fault/ | Michael S. Tsirkin | 1 | -2/+2 |