| Commit message (Expand) | Author | Age | Files | Lines |
* | kexec: support for kexec on panic using new system call | Vivek Goyal | 2014-08-08 | 6 | -16/+687 |
* | kexec-bzImage64: support for loading bzImage using 64bit entry | Vivek Goyal | 2014-08-08 | 5 | -2/+406 |
* | kexec: load and relocate purgatory at kernel load time | Vivek Goyal | 2014-08-08 | 2 | -0/+144 |
* | purgatory: core purgatory functionality | Vivek Goyal | 2014-08-08 | 8 | -0/+305 |
* | purgatory/sha256: provide implementation of sha256 in purgaotory context | Vivek Goyal | 2014-08-08 | 2 | -0/+305 |
* | kexec: implementation of new syscall kexec_file_load | Vivek Goyal | 2014-08-08 | 1 | -0/+45 |
* | kexec: new syscall kexec_file_load() declaration | Vivek Goyal | 2014-08-08 | 1 | -0/+1 |
* | kernel: build bin2c based on config option CONFIG_BUILD_BIN2C | Vivek Goyal | 2014-08-08 | 1 | -0/+1 |
* | shm: add memfd_create() syscall | David Herrmann | 2014-08-08 | 2 | -0/+2 |
* | arch/x86: replace strict_strto calls | Daniel Walter | 2014-08-08 | 5 | -9/+9 |
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2014-08-08 | 5 | -35/+3 |
* | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 2014-08-08 | 3 | -9/+3 |
* | Merge branch 'akpm' (patchbomb from Andrew Morton) | Linus Torvalds | 2014-08-06 | 3 | -3/+6 |
|\ |
|
| * | memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLE | Wang Nan | 2014-08-06 | 1 | -1/+2 |
| * | memory-hotplug: x86_64: suitable memory should go to ZONE_MOVABLE | Wang Nan | 2014-08-06 | 1 | -1/+2 |
| * | mm: describe mmap_sem rules for __lock_page_or_retry() and callers | Paul Cassella | 2014-08-06 | 1 | -1/+2 |
* | | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-06 | 3 | -4/+7 |
|\ \ |
|
| * \ | Merge branch 'acpi-config' | Rafael J. Wysocki | 2014-07-27 | 2 | -0/+7 |
| |\ \ |
|
| | * | | ACPI / processor: Introduce ARCH_MIGHT_HAVE_ACPI_PDC | Hanjun Guo | 2014-07-21 | 1 | -0/+1 |
| | * | | ACPI: Don't use acpi_lapic in ACPI core code | Graeme Gregory | 2014-07-21 | 1 | -0/+5 |
| | * | | ACPI: add config for BIOS table scan | Graeme Gregory | 2014-07-21 | 1 | -0/+1 |
| * | | | Merge branch 'acpi-headers' | Rafael J. Wysocki | 2014-07-27 | 1 | -4/+0 |
| |\ \ \ |
|
| | * | | | ACPICA: Linux: Add support to exclude <asm/acenv.h> inclusion. | Lv Zheng | 2014-07-23 | 1 | -4/+0 |
* | | | | | Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-08-06 | 1 | -0/+78 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge remote-tracking branches 'asoc/topic/intel', 'asoc/topic/kirkwood', 'as... | Mark Brown | 2014-08-04 | 1 | -0/+78 |
| |\ \ \ \ \ |
|
| | * | | | | | ASoC: Intel: add mrfld pipelines | Vinod Koul | 2014-06-23 | 1 | -0/+78 |
| | |/ / / / |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-08-06 | 1 | -8/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | net: filter: split 'struct sk_filter' into socket and bpf parts | Alexei Starovoitov | 2014-08-02 | 1 | -6/+6 |
| * | | | | | | net: filter: rename sk_convert_filter() -> bpf_convert_filter() | Alexei Starovoitov | 2014-08-02 | 1 | -1/+1 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-07-30 | 11 | -89/+216 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' | Alexei Starovoitov | 2014-07-24 | 1 | -1/+1 |
* | | | | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-06 | 2 | -0/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | random: introduce getrandom(2) system call | Theodore Ts'o | 2014-08-05 | 2 | -0/+2 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2014-08-06 | 2 | -0/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | seccomp: add "seccomp" syscall | Kees Cook | 2014-07-18 | 2 | -0/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-08-05 | 4 | -65/+43 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | timekeeping: Create struct tk_read_base and use it in struct timekeeper | Thomas Gleixner | 2014-07-23 | 2 | -18/+19 |
| * | | | | | | | | clocksource: Get rid of cycle_last | Thomas Gleixner | 2014-07-23 | 2 | -2/+2 |
| * | | | | | | | | clocksource: Move cycle_last validation to core code | Thomas Gleixner | 2014-07-23 | 2 | -12/+10 |
| * | | | | | | | | x86: kvm: Make kvm_get_time_and_clockread() nanoseconds based | Thomas Gleixner | 2014-07-23 | 1 | -30/+14 |
| * | | | | | | | | x86: kvm: Use ktime_get_boot_ns() | Thomas Gleixner | 2014-07-23 | 1 | -5/+1 |
| * | | | | | | | | ktime: Kill non-scalar ktime_t implementation for 2038 | John Stultz | 2014-07-23 | 1 | -1/+0 |
| |/ / / / / / / |
|
* | | | | | | | | x86: MCE: Add raw_lock conversion again | Thomas Gleixner | 2014-08-05 | 1 | -9/+9 |
* | | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-08-04 | 8 | -291/+193 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86_64/vsyscall: Fix warn_bad_vsyscall log output | Andy Lutomirski | 2014-07-25 | 1 | -4/+4 |
| * | | | | | | | | x86/vdso: Set VM_MAYREAD for the vvar vma | Andy Lutomirski | 2014-07-25 | 1 | -1/+1 |
| * | | | | | | | | x86, vdso: Get rid of the fake section mechanism | Andy Lutomirski | 2014-07-11 | 4 | -229/+126 |
| * | | | | | | | | x86, vdso: Move the vvar area before the vdso text | Andy Lutomirski | 2014-07-11 | 5 | -57/+62 |
* | | | | | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-08-04 | 2 | -39/+49 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86/uv: Update the UV3 TLB shootdown logic | Cliff Wickman | 2014-06-05 | 2 | -39/+49 |