| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -1/+0 |
* | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 2013-09-12 | 1 | -0/+2 |
* | s390/vmcore: use vmcore for zfcpdump | Michael Holzheu | 2013-09-11 | 3 | -19/+107 |
* | s390/vmcore: implement remap_oldmem_pfn_range for s390 | Jan Willeke | 2013-09-11 | 1 | -0/+26 |
* | s390/vmcore: use ELF header in new memory feature | Michael Holzheu | 2013-09-11 | 1 | -27/+54 |
* | s390/kprobes: add support for pc-relative long displacement instructions | Heiko Carstens | 2013-09-11 | 2 | -8/+140 |
* | mm: migrate: check movability of hugepage in unmap_and_move_huge_page() | Naoya Horiguchi | 2013-09-11 | 1 | -0/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-09-11 | 20 | -122/+117 |
|\ |
|
| * | s390/irq: reduce size of external interrupt handler hash array | Heiko Carstens | 2013-09-09 | 1 | -2/+4 |
| * | s390/compat,uid16: use current_cred() | Heiko Carstens | 2013-09-07 | 1 | -4/+5 |
| * | s390/ftrace: avoid pointer arithmetics with function pointers | Heiko Carstens | 2013-09-07 | 1 | -2/+2 |
| * | s390: make various functions static, add declarations to header files | Heiko Carstens | 2013-09-07 | 8 | -16/+13 |
| * | s390/compat signal: add couple of __force annotations | Heiko Carstens | 2013-09-07 | 1 | -5/+5 |
| * | s390/mm: add __releases()/__acquires() annotations to gmap_alloc_table() | Heiko Carstens | 2013-09-07 | 1 | -1/+3 |
| * | s390: keep Kconfig sorted | Heiko Carstens | 2013-09-07 | 1 | -3/+3 |
| * | s390/irq: rework irq subclass handling | Heiko Carstens | 2013-09-04 | 6 | -51/+32 |
| * | s390/irq: use hlists for external interrupt handler array | Heiko Carstens | 2013-09-04 | 1 | -12/+12 |
| * | s390/dumpstack: convert print_symbol to %pSR | Heiko Carstens | 2013-09-04 | 1 | -10/+10 |
| * | s390/perf: Remove print_hex_dump_bytes() debug output | Hendrik Brueckner | 2013-09-04 | 1 | -4/+1 |
| * | s390: update defconfig | Heiko Carstens | 2013-09-04 | 1 | -12/+27 |
| * | s390/bpf,jit: fix address randomization | Heiko Carstens | 2013-09-04 | 1 | -1/+1 |
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2013-09-06 | 2 | -5/+0 |
|\ \ |
|
| * \ | Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g... | Kevin Hilman | 2013-08-21 | 2 | -5/+0 |
| |\ \ |
|
| | * | | PCI: remove ARCH_SUPPORTS_MSI kconfig option | Thomas Petazzoni | 2013-08-12 | 1 | -1/+0 |
| | * | | PCI: use weak functions for MSI arch-specific functions | Thomas Petazzoni | 2013-08-12 | 1 | -4/+0 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-09-05 | 5 | -106/+93 |
|\ \ \ \ |
|
| * | | | | don't pass superblock to hypfs_{mkdir,create*} | Al Viro | 2013-09-03 | 4 | -46/+39 |
| * | | | | don't pass superblock to hypfs_diag_create_files | Al Viro | 2013-09-03 | 3 | -30/+26 |
| * | | | | don't pass superblock to hypfs_vm_create_files() | Al Viro | 2013-09-03 | 3 | -36/+35 |
| * | | | | oprofilefs_create_...() do not need superblock argument | Al Viro | 2013-09-03 | 1 | -13/+13 |
| * | | | | oprofilefs_mkdir() doesn't need superblock argument | Al Viro | 2013-09-03 | 1 | -3/+3 |
| * | | | | oprofile: don't bother with passing superblock to ->create_files() | Al Viro | 2013-09-03 | 1 | -18/+17 |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-09-04 | 10 | -116/+195 |
|\ \ \ \ \ |
|
| * | | | | | KVM: s390: Make KVM_HVA_ERR_BAD usable on s390 | Dominik Dingel | 2013-07-29 | 1 | -0/+8 |
| * | | | | | KVM: s390: Add helper function for setting condition code | Thomas Huth | 2013-07-29 | 2 | -9/+13 |
| * | | | | | KVM: s390: Fix sparse warnings in priv.c | Thomas Huth | 2013-07-29 | 1 | -3/+3 |
| * | | | | | KVM: s390: declare virtual HW facilities | Michael Mueller | 2013-07-29 | 3 | -15/+22 |
| * | | | | | KVM: s390: fix task size check | Martin Schwidefsky | 2013-07-29 | 2 | -1/+3 |
| * | | | | | KVM: s390: allow sie enablement for multi-threaded programs | Martin Schwidefsky | 2013-07-29 | 4 | -84/+129 |
| * | | | | | KVM: Introduce kvm_arch_memslots_updated() | Takuya Yoshikawa | 2013-07-18 | 1 | -0/+4 |
| * | | | | | KVM: s390: use cookies for ioeventfd | Cornelia Huck | 2013-07-18 | 1 | -4/+13 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-04 | 2 | -5/+9 |
|\ \ \ \ \ |
|
| * | | | | | s390: Replace weird use of PTR_RET. | Rusty Russell | 2013-07-15 | 1 | -4/+8 |
| * | | | | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 2013-07-15 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-09-04 | 3 | -3/+8 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2013-08-14 | 3 | -3/+8 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | vtime: Describe overriden functions in dedicated arch headers | Frederic Weisbecker | 2013-08-14 | 3 | -3/+8 |
* | | | | | s390/pci: use virtual memory for iommu bitmap | Sebastian Ott | 2013-08-30 | 1 | -9/+3 |
* | | | | | s390/pci: update function handle after resume from hibernate | Sebastian Ott | 2013-08-30 | 4 | -5/+45 |
* | | | | | s390/pci: try harder to modify a function | Sebastian Ott | 2013-08-30 | 1 | -2/+2 |