| Commit message (Expand) | Author | Files | Lines |
2014-08-09 | Documentation: freefall: simplify pathnames | Pavel Machek | 1 | -5/+1 |
2014-08-09 | Documentation: add How to avoid botching up ioctls | Michael Ellerman | 2 | -0/+221 |
2014-08-09 | ARM: wire up memfd_create syscall | Russell King | 2 | -0/+2 |
2014-08-09 | ARM: wire up getrandom syscall | Russell King | 3 | -1/+3 |
2014-08-09 | ARM: 8114/1: LPAE: load upper bits of early TTBR0/TTBR1 | Konstantin Khlebnikov | 1 | -4/+3 |
2014-08-09 | MAINTAINERS: update nomadik patterns | Joe Perches | 1 | -1/+3 |
2014-08-09 | MAINTAINERS: update usb/gadget patterns | Joe Perches | 1 | -6/+6 |
2014-08-09 | MAINTAINERS: update DMA BUFFER SHARING patterns | Joe Perches | 1 | -1/+3 |
2014-08-09 | kexec: verify the signature of signed PE bzImage | Vivek Goyal | 5 | -0/+72 |
2014-08-09 | kexec: support kexec/kdump on EFI systems | Vivek Goyal | 3 | -12/+174 |
2014-08-09 | kexec: support for kexec on panic using new system call | Vivek Goyal | 7 | -25/+724 |
2014-08-09 | kexec-bzImage64: support for loading bzImage using 64bit entry | Vivek Goyal | 7 | -6/+415 |
2014-08-09 | kexec: load and relocate purgatory at kernel load time | Vivek Goyal | 12 | -1/+736 |
2014-08-09 | purgatory: core purgatory functionality | Vivek Goyal | 8 | -0/+305 |
2014-08-09 | purgatory/sha256: provide implementation of sha256 in purgaotory context | Vivek Goyal | 2 | -0/+305 |
2014-08-09 | kexec: implementation of new syscall kexec_file_load | Vivek Goyal | 4 | -5/+587 |
2014-08-09 | kexec: new syscall kexec_file_load() declaration | Vivek Goyal | 4 | -0/+13 |
2014-08-09 | kexec: make kexec_segment user buffer pointer a union | Vivek Goyal | 1 | -1/+12 |
2014-08-09 | resource: provide new functions to walk through resources | Vivek Goyal | 2 | -9/+98 |
2014-08-09 | kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc() | Vivek Goyal | 1 | -71/+34 |
2014-08-09 | kexec: move segment verification code in a separate function | Vivek Goyal | 1 | -82/+100 |
2014-08-09 | kexec: rename unusebale_pages to unusable_pages | Vivek Goyal | 2 | -4/+4 |
2014-08-09 | kernel: build bin2c based on config option CONFIG_BUILD_BIN2C | Vivek Goyal | 3 | -1/+7 |
2014-08-09 | bin2c: move bin2c in scripts/basic | Vivek Goyal | 6 | -7/+6 |
2014-08-09 | shm: wait for pins to be released when sealing | David Herrmann | 1 | -1/+109 |
2014-08-09 | selftests: add memfd/sealing page-pinning tests | David Herrmann | 5 | -1/+450 |
2014-08-09 | selftests: add memfd_create() + sealing tests | David Herrmann | 4 | -0/+945 |
2014-08-09 | shm: add memfd_create() syscall | David Herrmann | 6 | -0/+85 |
2014-08-09 | shm: add sealing API | David Herrmann | 4 | -0/+180 |
2014-08-09 | mm: allow drivers to prevent new writable mappings | David Herrmann | 5 | -9/+54 |
2014-08-09 | MAINTAINERS: remove unused NFSD pattern | Joe Perches | 1 | -1/+0 |
2014-08-09 | MAINTAINERS: remove unusd ARM/QUALCOMM MSM pattern | Joe Perches | 1 | -1/+0 |
2014-08-09 | MAINTAINERS: remove unused radeon drm pattern | Joe Perches | 1 | -1/+0 |
2014-08-09 | MAINTAINERS: remove METAG imgdafs pattern | Joe Perches | 1 | -1/+0 |
2014-08-09 | MAINTAINERS: remove section CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER | Joe Perches | 1 | -6/+0 |
2014-08-09 | MAINTAINERS: update picoxcell patterns | Joe Perches | 1 | -2/+2 |
2014-08-09 | MAINTAINERS: fix PXA3xx NAND FLASH DRIVER pattern | Joe Perches | 1 | -1/+1 |
2014-08-09 | MAINTAINERS: use correct filename for sdhci-bcm-kona | Joe Perches | 1 | -1/+1 |
2014-08-09 | MAINTAINERS: fix ssbi pattern | Joe Perches | 1 | -1/+1 |
2014-08-09 | MAINTAINERS: update clk/sirf patterns | Joe Perches | 1 | -1/+1 |
2014-08-09 | MAINTAINERS: use the correct efi-stub location | Joe Perches | 1 | -1/+1 |
2014-08-09 | MAINTAINERS: update cifs location | Joe Perches | 1 | -1/+1 |
2014-08-09 | MAINTAINERS: update microcode patterns | Joe Perches | 1 | -3/+3 |
2014-08-09 | drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messages | Joe Perches | 1 | -25/+18 |
2014-08-09 | vme: bridges: use pci_zalloc_consistent | Joe Perches | 2 | -8/+4 |
2014-08-09 | synclink_gt: use pci_zalloc_consistent | Joe Perches | 1 | -3/+2 |
2014-08-09 | staging: use pci_zalloc_consistent | Joe Perches | 5 | -93/+44 |
2014-08-09 | scsi: use pci_zalloc_consistent | Joe Perches | 12 | -59/+32 |
2014-08-09 | rtlwifi: use pci_zalloc_consistent | Joe Perches | 1 | -12/+5 |
2014-08-09 | rtl818x: use pci_zalloc_consistent | Joe Perches | 1 | -7/+4 |