platform/kernel/linux-rpi.git
2017-12-25 Josh Poimboeufx86/unwinder: Handle stack overflows more gracefully
2017-12-25 Andy Lutomirskix86/unwinder/orc: Dont bail on stack overflow
2017-12-25 Boris Ostrovskyx86/entry/64/paravirt: Use paravirt-safe macro to acces...
2017-12-25 Andrey Ryabininx86/mm/kasan: Don't use vmemmap_populate() to initializ...
2017-12-25 Will Deaconlocking/barriers: Convert users of lockless_dereference...
2017-12-25 Will Deaconlocking/barriers: Add implicit smp_read_barrier_depends...
2017-12-25 Daniel Borkmannbpf: fix build issues on um due to mising bpf_perf_event.h
2017-12-25 Andi Kleenperf/x86: Enable free running PEBS for REGS_USER/INTR
2017-12-25 Rudolf Marekx86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
2017-12-25 Ricardo Nerix86/cpufeature: Add User-Mode Instruction Prevention...
2017-12-25 Ingo Molnardrivers/misc/intel/pti: Rename the header file to free...
2017-12-25 Juergen Grossx86/virt: Add enum for hypervisors to replace x86_hyper
2017-12-25 Juergen Grossx86/virt, x86/platform: Merge 'struct x86_hyper' into...
2017-12-25 James MorseACPI / APEI: Replace ioremap_page_range() with fixmap
2017-12-25 Andy Lutomirskiselftests/x86/ldt_gdt: Run most existing LDT test cases...
2017-12-25 Andy Lutomirskiselftests/x86/ldt_gdt: Add infrastructure to test set_t...
2017-12-25 Ingo Molnarx86/cpufeatures: Fix various details in the feature...
2017-12-25 Ingo Molnarx86/cpufeatures: Re-tabulate the X86_FEATURE definitions
2017-12-25 Borislav Petkovx86/mm: Define _PAGE_TABLE using _KERNPG_TABLE
2017-12-25 Thomas Gleixnerbitops: Revert cbe96375025e ("bitops: Add clear/set_bit...
2017-12-25 Thomas Gleixnerx86/cpuid: Replace set/clear_bit32()
2017-12-25 Borislav Petkovx86/entry/64: Shorten TEST instructions
2017-12-25 Andy Lutomirskix86/traps: Use a new on_thread_stack() helper to clean...
2017-12-25 Andy Lutomirskix86/entry/64: Remove thread_struct::sp0
2017-12-25 Andy Lutomirskix86/entry/32: Fix cpu_current_top_of_stack initializati...
2017-12-25 Andy Lutomirskix86/entry/64: Remove all remaining direct thread_struct...
2017-12-25 Andy Lutomirskix86/entry/64: Stop initializing TSS.sp0 at boot
2017-12-25 Andy Lutomirskix86/xen/64, x86/entry/64: Clean up SP code in cpu_initi...
2017-12-25 Andy Lutomirskix86/entry: Add task_top_of_stack() to find the top...
2017-12-25 Andy Lutomirskix86/entry/64: Pass SP0 directly to load_sp0()
2017-12-25 Andy Lutomirskix86/entry/32: Pull the MSR_IA32_SYSENTER_CS update...
2017-12-25 Andy Lutomirskix86/entry/64: De-Xen-ify our NMI code
2017-12-25 Juergen Grossxen, x86/entry/64: Add xen NMI trap entry
2017-12-25 Andy Lutomirskix86/entry/64: Remove the RESTORE_..._REGS infrastructure
2017-12-25 Andy Lutomirskix86/entry/64: Use POP instead of MOV to restore regs...
2017-12-25 Andy Lutomirskix86/entry/64: Merge the fast and slow SYSRET paths
2017-12-25 Andy Lutomirskix86/entry/64: Use pop instead of movq in syscall_return...
2017-12-25 Andy Lutomirskix86/entry/64: Shrink paranoid_exit_restore and make...
2017-12-25 Andy Lutomirskix86/entry/64: Simplify reg restore code in the standard...
2017-12-25 Andy Lutomirskix86/entry/64: Move SWAPGS into the common IRET-to-userm...
2017-12-25 Andy Lutomirskix86/entry/64: Split the IRET-to-user and IRET-to-kernel...
2017-12-25 Andy Lutomirskix86/entry/64: Remove the restore_c_regs_and_iret label
2017-12-25 Ricardo Neriptrace,x86: Make user_64bit_mode() available to 32...
2017-12-25 Ricardo Nerix86/boot: Relocate definition of the initial state...
2017-12-25 Ricardo Nerix86/mm: Relocate page fault error codes to traps.h
2017-12-25 Gayatri Kammelax86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features
2017-12-25 Baoquan Hex86/mm/64: Rename the register_page_bootmem_memmap...
2017-12-25 Masahiro Yamadax86/build: Beautify build log of syscall headers
2017-12-25 Josh Poimboeufx86/asm: Don't use the confusing '.ifeq' directive
2017-12-25 Dongjiu GengACPI / APEI: remove the unused dead-code for SEA/NMI...
2017-12-25 Kirill A. Shutemovx86/xen: Drop 5-level paging support code from the...
2017-12-25 Kirill A. Shutemovx86/xen: Provide pre-built page tables only for CONFIG_...
2017-12-25 Andrey Ryabininx86/kasan: Use the same shadow offset for 4- and 5...
2017-12-25 Kirill A. Shutemovmm/sparsemem: Allocate mem_section at runtime for CONFI...
2017-12-25 Thomas Gleixnerx86/cpuid: Prevent out of bound access in do_clear_cpu_...
2017-12-25 Kamalesh Babulalobjtool: Print top level commands on incorrect usage
2017-12-25 Kees Cookx86/platform/UV: Convert timers to use timer_setup()
2017-12-25 Andi Kleenx86/fpu: Remove the explicit clearing of XSAVE dependen...
2017-12-25 Andi Kleenx86/fpu: Make XSAVE check the base CPUID features befor...
2017-12-25 Andi Kleenx86/fpu: Parse clearcpuid= as early XSAVE argument
2017-12-25 Andi Kleenx86/cpuid: Add generic table for CPUID dependencies
2017-12-25 Andi Kleenbitops: Add clear/set_bit32() to linux/bitops.h
2017-12-25 Josh Poimboeufx86/unwind: Make CONFIG_UNWINDER_ORC=y the default...
2017-12-25 Josh Poimboeufx86/unwind: Rename unwinder config options to 'CONFIG_U...
2017-12-25 Steven Rostedt... x86/fpu/debug: Remove unused 'x86_fpu_state' and 'x86_f...
2017-12-25 Ingo Molnarx86/unwinder: Make CONFIG_UNWINDER_ORC=y the default...
2017-12-25 Jan BeulichACPI / APEI: adjust a local variable type in ghes_iorem...
2017-12-25 Josh Poimboeufx86/head: Add unwind hint annotations
2017-12-25 Josh Poimboeufx86/xen: Add unwind hint annotations
2017-12-25 Josh Poimboeufx86/xen: Fix xen head ELF annotations
2017-12-25 Josh Poimboeufx86/boot: Annotate verify_cpu() as a callable function
2017-12-25 Josh Poimboeufx86/head: Fix head ELF function annotations
2017-12-25 Josh Poimboeufx86/head: Remove unused 'bad_address' code
2017-12-25 Josh Poimboeufx86/head: Remove confusing comment
2017-12-25 Josh Poimboeufobjtool: Don't report end of section error after an...
2017-12-25 Uros Bizjakx86/asm: Remove unnecessary \n\t in front of CC_SET...
2017-12-20 Greg Kroah... Linux 4.14.8 v4.14.8
2017-12-20 Bin Liuusb: musb: da8xx: fix babble condition handling
2017-12-20 Brian Norrisath10k: fix build errors with !CONFIG_PM
2017-12-20 Brian Norrisath10k: fix core PCI suspend when WoWLAN is supported...
2017-12-20 Miaoqing Panath9k: fix tx99 potential info leak
2017-12-20 Rakesh Panditlightnvm: pblk: protect line bitmap while submitting...
2017-12-20 Javier Gonzálezlightnvm: pblk: fix min size for page mempool
2017-12-20 Javier Gonzálezlightnvm: pblk: initialize debug stat counter
2017-12-20 Javier Gonzálezlightnvm: pblk: use right flag for GC allocation
2017-12-20 Rakesh Panditlightnvm: pblk: fix changing GC group list for a line
2017-12-20 Hans Holmberglightnvm: pblk: prevent gc kicks when gc is not operational
2017-12-20 Matteo Croceicmp: don't fail on fragment reassembly time exceeded
2017-12-20 Alex VeskerIB/ipoib: Grab rtnl lock on heavy flush when calling...
2017-12-20 Bart Van AsscheRDMA/cma: Avoid triggering undefined behavior
2017-12-20 Bart Van AsscheIB/core: Fix endianness annotation in rdma_is_multicast...
2017-12-20 Alexander Duyckmacvlan: Only deliver one copy of the frame to the...
2017-12-20 Jan Karaudf: Avoid overflow when session starts at large offset
2017-12-20 Chuck Leverxprtrdma: Don't defer fencing an async RPC's chunks
2017-12-20 Guoqing Jiangmd-cluster: fix wrong condition check in raid1_write_re...
2017-12-20 Artur Paszkiewiczraid5-ppl: check recovery_offset when performing ppl...
2017-12-20 Dan Carpenterscsi: bfa: integer overflow in debugfs
2017-12-20 weiping zhangscsi: sd: change allow_restart to bool in sysfs interface
2017-12-20 weiping zhangscsi: sd: change manage_start_stop to bool in sysfs...
2017-12-20 Wei Yongjunnullb: fix error return code in null_init()
next