Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-04-15 | 2 | -2/+0 | |
|\ | ||||||
| * | Merge branch 'iocb' into for-davem | Al Viro | 2015-04-09 | 1 | -1/+1 | |
| |\ | ||||||
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-02 | 4 | -19/+62 | |
| |\ \ | ||||||
| * | | | s390: fix /proc/interrupts output | Sebastian Ott | 2015-03-25 | 1 | -1/+0 | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-20 | 1 | -1/+0 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-09 | 11 | -82/+76 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-03 | 12 | -177/+174 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | s390: remove claw driver | Ursula Braun | 2015-02-28 | 1 | -1/+0 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-04-14 | 106 | -7095/+1328 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | s390/smp: wait until secondaries are active & online | Heiko Carstens | 2015-04-13 | 1 | -1/+2 | |
| * | | | | | | | s390/hibernate: fix save and restore of kernel text section | Heiko Carstens | 2015-04-13 | 1 | -0/+4 | |
| * | | | | | | | s390/cacheinfo: add missing facility check | Heiko Carstens | 2015-04-13 | 1 | -0/+4 | |
| * | | | | | | | s390/syscalls: simplify syscall_get_arch() | Heiko Carstens | 2015-03-30 | 1 | -1/+1 | |
| * | | | | | | | s390/irq: enforce correct irqclass_sub_desc array size | Heiko Carstens | 2015-03-25 | 1 | -1/+2 | |
| * | | | | | | | s390: remove "64" suffix from mem64.S and swsusp_asm64.S | Heiko Carstens | 2015-03-25 | 4 | -2/+2 | |
| * | | | | | | | s390/ipl: cleanup macro usage | Sebastian Ott | 2015-03-25 | 1 | -19/+11 | |
| * | | | | | | | s390/ipl: cleanup shutdown_action attributes | Sebastian Ott | 2015-03-25 | 1 | -31/+20 | |
| * | | | | | | | s390/ipl: cleanup bin attr usage | Sebastian Ott | 2015-03-25 | 1 | -56/+18 | |
| * | | | | | | | s390/uprobes: fix address space annotation | Heiko Carstens | 2015-03-25 | 1 | -1/+3 | |
| * | | | | | | | s390: add missing arch_release_task_struct() declaration | Heiko Carstens | 2015-03-25 | 1 | -0/+2 | |
| * | | | | | | | s390: make couple of functions and variables static | Heiko Carstens | 2015-03-25 | 2 | -2/+2 | |
| * | | | | | | | s390/maccess: improve s390_kernel_write() | Heiko Carstens | 2015-03-25 | 1 | -25/+20 | |
| * | | | | | | | s390/maccess: remove potentially broken probe_kernel_write() | Heiko Carstens | 2015-03-25 | 5 | -18/+28 | |
| * | | | | | | | s390/traps: panic() instead of die() on translation exception | Heiko Carstens | 2015-03-25 | 1 | -1/+1 | |
| * | | | | | | | s390: remove test_facility(2) (== z/Architecture mode active) checks | Heiko Carstens | 2015-03-25 | 2 | -8/+3 | |
| * | | | | | | | s390/cmpxchg: simplify cmpxchg_double | Heiko Carstens | 2015-03-25 | 1 | -6/+1 | |
| * | | | | | | | s390: remove 31 bit syscalls | Heiko Carstens | 2015-03-25 | 2 | -361/+361 | |
| * | | | | | | | s390: remove "64" suffix from a couple of files | Heiko Carstens | 2015-03-25 | 6 | -7/+7 | |
| * | | | | | | | s390: remove 31 bit support | Heiko Carstens | 2015-03-25 | 85 | -5883/+169 | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-14 | 3 | -29/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE | Kees Cook | 2015-04-14 | 1 | -3/+0 | |
| * | | | | | | | | mm: split ET_DYN ASLR from mmap ASLR | Kees Cook | 2015-04-14 | 2 | -11/+2 | |
| * | | | | | | | | s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE | Kees Cook | 2015-04-14 | 2 | -12/+7 | |
| * | | | | | | | | mm: expose arch_mmap_rnd when available | Kees Cook | 2015-04-14 | 2 | -4/+5 | |
| * | | | | | | | | s390: standardize mmap_rnd() usage | Kees Cook | 2015-04-14 | 1 | -11/+23 | |
| * | | | | | | | | s390: expose number of page table levels | Kirill A. Shutemov | 2015-04-14 | 1 | -0/+5 | |
* | | | | | | | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-04-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'iocb' into for-next | Al Viro | 2015-04-11 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 | 1 | -1/+1 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
* | | | | | | | | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-04-14 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | tracing: Add TRACE_SYSTEM_VAR to kvm-s390 | Steven Rostedt (Red Hat) | 2015-04-07 | 1 | -0/+7 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-04-14 | 2 | -0/+46 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | livepatch: add support on s390 | Jiri Slaby | 2015-03-27 | 2 | -0/+46 | |
* | | | | | | | | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-04-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge branches 'pci/enumeration' and 'pci/virtualization' into next | Bjorn Helgaas | 2015-03-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) | Yijing Wang | 2015-03-19 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-04-13 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge tag 'v4.0-rc6' into timers/core, before applying new patches | Ingo Molnar | 2015-03-31 | 15 | -102/+138 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | time: Rename timekeeper::tkr to timekeeper::tkr_mono | Peter Zijlstra | 2015-03-27 | 1 | -9/+9 | |
| * | | | | | | | | | clocksource: Mostly kill clocksource_register() | John Stultz | 2015-03-13 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | |