summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-25x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov1-99/+60
2017-12-25x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov1-5/+6
2017-12-25x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin4-24/+83
2017-12-25mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov3-7/+26
2017-12-25x86/cpuid: Prevent out of bound access in do_clear_cpu_cap()Thomas Gleixner1-2/+8
2017-12-25objtool: Print top level commands on incorrect usageKamalesh Babulal1-4/+2
2017-12-25x86/platform/UV: Convert timers to use timer_setup()Kees Cook1-3/+2
2017-12-25x86/fpu: Remove the explicit clearing of XSAVE dependent featuresAndi Kleen1-20/+0
2017-12-25x86/fpu: Make XSAVE check the base CPUID features before enablingAndi Kleen1-0/+23
2017-12-25x86/fpu: Parse clearcpuid= as early XSAVE argumentAndi Kleen2-9/+18
2017-12-25x86/cpuid: Add generic table for CPUID dependenciesAndi Kleen4-5/+123
2017-12-25bitops: Add clear/set_bit32() to linux/bitops.hAndi Kleen1-0/+26
2017-12-25x86/unwind: Make CONFIG_UNWINDER_ORC=y the default in kconfig for 64-bitJosh Poimboeuf1-16/+17
2017-12-25x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf12-23/+23
2017-12-25x86/fpu/debug: Remove unused 'x86_fpu_state' and 'x86_fpu_deactivate_state' t...Steven Rostedt (VMware)1-10/+0
2017-12-25x86/unwinder: Make CONFIG_UNWINDER_ORC=y the default in the 64-bit defconfigIngo Molnar1-0/+1
2017-12-25ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq()Jan Beulich1-1/+2
2017-12-25x86/head: Add unwind hint annotationsJosh Poimboeuf2-3/+12
2017-12-25x86/xen: Add unwind hint annotationsJosh Poimboeuf1-1/+6
2017-12-25x86/xen: Fix xen head ELF annotationsJosh Poimboeuf1-2/+2
2017-12-25x86/boot: Annotate verify_cpu() as a callable functionJosh Poimboeuf1-1/+2
2017-12-25x86/head: Fix head ELF function annotationsJosh Poimboeuf1-3/+3
2017-12-25x86/head: Remove unused 'bad_address' codeJosh Poimboeuf1-3/+0
2017-12-25x86/head: Remove confusing commentJosh Poimboeuf1-4/+0
2017-12-25objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf1-2/+5
2017-12-25x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templatesUros Bizjak4-11/+11
2017-12-20Linux 4.14.8v4.14.8Greg Kroah-Hartman1-1/+1
2017-12-20usb: musb: da8xx: fix babble condition handlingBin Liu1-1/+9
2017-12-20ath10k: fix build errors with !CONFIG_PMBrian Norris1-5/+0
2017-12-20ath10k: fix core PCI suspend when WoWLAN is supported but disabledBrian Norris1-10/+14
2017-12-20ath9k: fix tx99 potential info leakMiaoqing Pan1-0/+5
2017-12-20lightnvm: pblk: protect line bitmap while submitting meta ioRakesh Pandit1-0/+2
2017-12-20lightnvm: pblk: fix min size for page mempoolJavier González4-12/+13
2017-12-20lightnvm: pblk: initialize debug stat counterJavier González1-0/+1
2017-12-20lightnvm: pblk: use right flag for GC allocationJavier González1-2/+5
2017-12-20lightnvm: pblk: fix changing GC group list for a lineRakesh Pandit1-2/+2
2017-12-20lightnvm: pblk: prevent gc kicks when gc is not operationalHans Holmberg2-4/+6
2017-12-20icmp: don't fail on fragment reassembly time exceededMatteo Croce1-3/+12
2017-12-20IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker1-1/+6
2017-12-20RDMA/cma: Avoid triggering undefined behaviorBart Van Assche1-4/+7
2017-12-20IB/core: Fix endianness annotation in rdma_is_multicast_addr()Bart Van Assche1-2/+2
2017-12-20macvlan: Only deliver one copy of the frame to the macvlan interfaceAlexander Duyck1-1/+1
2017-12-20udf: Avoid overflow when session starts at large offsetJan Kara1-1/+1
2017-12-20xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever1-1/+1
2017-12-20md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang1-5/+5
2017-12-20raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz1-1/+2
2017-12-20scsi: bfa: integer overflow in debugfsDan Carpenter1-2/+3
2017-12-20scsi: sd: change allow_restart to bool in sysfs interfaceweiping zhang1-1/+5
2017-12-20scsi: sd: change manage_start_stop to bool in sysfs interfaceweiping zhang1-1/+5
2017-12-20nullb: fix error return code in null_init()Wei Yongjun1-1/+3