| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 5 | -177/+2 |
|\ |
|
| * | locking/rwlock, x86: Delete unused asm/rwlock.h and rwlock.S | Waiman Long | 2014-09-10 | 3 | -94/+0 |
| * | locking/rwlock, x86: Clean up asm/spinlock*.h to remove old rwlock code | Waiman Long | 2014-09-10 | 2 | -83/+2 |
* | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 30 | -2172/+1462 |
|\ \ |
|
| * | | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 2014-10-03 | 17 | -23/+23 |
| * | | locking, mips: Fix atomics | Peter Zijlstra | 2014-09-10 | 1 | -3/+3 |
| * | | locking, sparc64: Fix atomics | Peter Zijlstra | 2014-09-10 | 1 | -2/+2 |
| * | | locking,arch,xtensa: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -151/+82 |
| * | | locking,arch,sparc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 6 | -148/+133 |
| * | | locking,arch,sh: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 3 | -170/+112 |
| * | | locking,arch,powerpc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -121/+77 |
| * | | locking,arch,parisc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -44/+69 |
| * | | locking,arch,mn10300: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -83/+42 |
| * | | locking,arch,mips: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -370/+187 |
| * | | locking,arch,metag: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 2 | -120/+77 |
| * | | locking,arch,m68k: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -62/+47 |
| * | | locking,arch,m32r: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -86/+57 |
| * | | locking,arch,ia64: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -102/+86 |
| * | | locking,arch,hexagon: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -31/+37 |
| * | | locking,arch,cris: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -32/+25 |
| * | | locking,arch,avr32: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -61/+62 |
| * | | locking,arch,arm64: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -117/+80 |
| * | | locking,arch,arm: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -182/+123 |
| * | | locking,arch,arc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -121/+63 |
| * | | locking,arch,alpha: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -133/+80 |
| * | | locking,x86: Kill atomic_or_long() | Peter Zijlstra | 2014-08-14 | 1 | -15/+0 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-10-13 | 2 | -29/+15 |
|\ \ |
|
| * | | vfs: move getname() from callers to do_mount() | Seunghun Lee | 2014-10-09 | 1 | -13/+10 |
| * | | handle suicide on late failure exits in execve() in search_binary_handler() | Al Viro | 2014-10-09 | 1 | -16/+5 |
* | | | parisc: Reduce SIGRTMIN from 37 to 32 to behave like other Linux architectures | Helge Deller | 2014-10-12 | 1 | -10/+6 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-10-11 | 2 | -2/+31 |
|\ \ \ |
|
| * | | | dtb: Add 10GbE node to APM X-Gene SoC device tree | Iyappan Subramanian | 2014-10-10 | 2 | -2/+31 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2014-10-11 | 39 | -754/+1117 |
|\ \ \ \ |
|
| * | | | | sparc64: Fix lockdep warnings on reboot on Ultra-5 | David S. Miller | 2014-10-10 | 1 | -3/+4 |
| * | | | | sparc64: Increase size of boot string to 1024 bytes | Dave Kleikamp | 2014-10-07 | 1 | -1/+4 |
| * | | | | sparc64: Kill unnecessary tables and increase MAX_BANKS. | David S. Miller | 2014-10-05 | 3 | -26/+5 |
| * | | | | sparc64: sparse irq | bob picco | 2014-10-05 | 3 | -174/+341 |
| * | | | | sparc64: Adjust vmalloc region size based upon available virtual address bits. | David S. Miller | 2014-10-05 | 4 | -20/+28 |
| * | | | | sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53. | David S. Miller | 2014-10-05 | 3 | -5/+16 |
| * | | | | sparc64: Use kernel page tables for vmemmap. | David S. Miller | 2014-10-05 | 3 | -56/+36 |
| * | | | | sparc64: Fix physical memory management regressions with large max_phys_bits. | David S. Miller | 2014-10-05 | 7 | -374/+244 |
| * | | | | sparc64: Adjust KTSB assembler to support larger physical addresses. | David S. Miller | 2014-10-05 | 2 | -21/+37 |
| * | | | | sparc64: Define VA hole at run time, rather than at compile time. | David S. Miller | 2014-10-05 | 2 | -11/+25 |
| * | | | | sparc64: Switch to 4-level page tables. | David S. Miller | 2014-10-05 | 6 | -10/+109 |
| * | | | | sparc64: Fix reversed start/end in flush_tlb_kernel_range() | David S. Miller | 2014-10-04 | 1 | -2/+2 |
| * | | | | sparc64: Add vio_set_intr() to enable/disable Rx interrupts | Sowmini Varadhan | 2014-09-30 | 2 | -1/+14 |
| * | | | | vio: fix reuse of vio_dring slot | Dwight Engen | 2014-09-30 | 1 | -1/+1 |
| * | | | | sunvdc: add cdrom and v1.1 protocol support | Allen Pais | 2014-09-30 | 1 | -3/+9 |
| * | | | | sparc: VIO protocol version 1.6 | David L Stevens | 2014-09-30 | 2 | -4/+54 |
| * | | | | sparc64: Fix hibernation code refrence to PAGE_OFFSET. | David S. Miller | 2014-09-26 | 1 | -2/+2 |