Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | x86/entry/32: Remove unused 'restore_all_notrace' local label | Borislav Petkov | 2019-11-27 | 1 | -1/+0 | |
| * | | | | | | | | | | | | x86/ptrace: Document FSBASE and GSBASE ABI oddities | Andy Lutomirski | 2019-11-26 | 1 | -0/+17 | |
| * | | | | | | | | | | | | x86/ptrace: Remove set_segment_reg() implementations for current | Andy Lutomirski | 2019-11-26 | 1 | -12/+7 | |
| * | | | | | | | | | | | | x86/traps: die() instead of panicking on a double fault | Andy Lutomirski | 2019-11-26 | 1 | -1/+1 | |
| * | | | | | | | | | | | | x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bit | Andy Lutomirski | 2019-11-26 | 4 | -33/+138 | |
| * | | | | | | | | | | | | x86/doublefault/32: Move #DF stack and TSS to cpu_entry_area | Andy Lutomirski | 2019-11-26 | 8 | -34/+113 | |
| * | | | | | | | | | | | | x86/doublefault/32: Rename doublefault.c to doublefault_32.c | Andy Lutomirski | 2019-11-26 | 2 | -5/+3 | |
| * | | | | | | | | | | | | x86/traps: Disentangle the 32-bit and 64-bit doublefault code | Andy Lutomirski | 2019-11-26 | 4 | -22/+4 | |
| * | | | | | | | | | | | | x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all() | Joerg Roedel | 2019-11-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-12-02 | 3 | -19/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'perf-core-for-mingo-5.5-20191128' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 2019-11-29 | 1 | -12/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | x86/insn: Add some more Intel instructions to the opcode map | Adrian Hunter | 2019-11-26 | 1 | -12/+32 | |
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2019-11-26 | 63 | -857/+5365 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | perf/x86: Implement immediate enforcement of /sys/devices/cpu/rdpmc value of 0 | Anthony Steinhauser | 2019-11-27 | 2 | -7/+15 | |
* | | | | | | | | | | | | | | | | Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds | 2019-12-02 | 2 | -14/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | x86: olpc-xo1-sci: Remove invocation of MFD's .enable()/.disable() call-backs | Lee Jones | 2019-11-11 | 1 | -6/+0 | |
| * | | | | | | | | | | | | | | | | x86: olpc-xo1-pm: Remove invocation of MFD's .enable()/.disable() call-backs | Lee Jones | 2019-11-11 | 1 | -8/+0 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/... | Linus Torvalds | 2019-12-01 | 6 | -19/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | y2038: ipc: fix x32 ABI breakage | Arnd Bergmann | 2019-11-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | y2038: ipc: remove __kernel_time_t reference from headers | Arnd Bergmann | 2019-11-15 | 3 | -8/+8 | |
| * | | | | | | | | | | | | | | | | y2038: vdso: change time_t to __kernel_old_time_t | Arnd Bergmann | 2019-11-15 | 3 | -6/+6 | |
| * | | | | | | | | | | | | | | | | y2038: vdso: change timespec to __kernel_old_timespec | Arnd Bergmann | 2019-11-15 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | y2038: vdso: change timeval to __kernel_old_timeval | Arnd Bergmann | 2019-11-15 | 2 | -3/+3 | |
* | | | | | | | | | | | | | | | | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-12-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | seccomp: simplify secure_computing() | Christian Brauner | 2019-10-10 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-11-30 | 2 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | x86/hyperv: Implement hv_is_hibernation_supported() | Dexuan Cui | 2019-11-22 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | | | x86: hv: Add function to allocate zeroed page for Hyper-V | Himadri Pandya | 2019-11-22 | 2 | -0/+9 | |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-11-30 | 1 | -5/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | x86/mce/therm_throt: Mask out read-only and reserved MSR bits | Srinivas Pandruvada | 2019-11-29 | 1 | -5/+12 | |
* | | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 2019-11-28 | 7 | -126/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | dma-mapping: treat dev->bus_dma_mask as a DMA limit | Nicolas Saenz Julienne | 2019-11-21 | 3 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | dma-direct: exclude dma_direct_map_resource from the min_low_pfn check | Christoph Hellwig | 2019-11-20 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | x86/PCI: sta2x11: use default DMA address translation | Nicolas Saenz Julienne | 2019-11-11 | 4 | -122/+26 | |
* | | | | | | | | | | | | | | | | | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 2019-11-28 | 3 | -12/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 2019-11-11 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | x86: Clean up ioremap() | Christoph Hellwig | 2019-11-11 | 3 | -12/+8 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2019-11-27 | 5 | -6/+72 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layout | Josh Poimboeuf | 2019-11-13 | 2 | -1/+19 | |
| * | | | | | | | | | | | | | | | | ftrace/x86: Add a counter to test function_graph with direct | Steven Rostedt (VMware) | 2019-11-13 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | | | | ftrace/x86: Add register_ftrace_direct() for custom trampolines | Steven Rostedt (VMware) | 2019-11-13 | 4 | -7/+53 | |
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2019-11-27 | 8 | -25/+139 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'acpi-mm' | Rafael J. Wysocki | 2019-11-26 | 8 | -25/+139 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP | Dan Williams | 2019-11-07 | 3 | -7/+45 | |
| | * | | | | | | | | | | | | | | x86/efi: EFI soft reservation to E820 enumeration | Dan Williams | 2019-11-07 | 5 | -7/+72 | |
| | * | | | | | | | | | | | | | | x86/efi: Push EFI_MEMMAP check into leaf routines | Dan Williams | 2019-11-07 | 4 | -11/+22 | |
| | |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-11-27 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | x86/iopl: Make 'struct tss_struct' constant size again | Ingo Molnar | 2019-11-26 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-11-27 | 4 | -182/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | locking/refcount: Consolidate implementations of refcount_t | Will Deacon | 2019-11-25 | 4 | -182/+0 |