summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski2019-11-251-3/+18
* x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar2019-11-253-10/+14
* selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernelAndy Lutomirski2019-11-211-0/+13
* selftests/x86/mov_ss_trap: Fix the SYSENTER testAndy Lutomirski2019-11-211-1/+2
* x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra2019-11-211-12/+41
* x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski2019-11-211-14/+16
* x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski2019-11-211-31/+35
* x86/entry/32: Use %ss segment where requiredAndy Lutomirski2019-11-211-5/+14
* x86/entry/32: Fix IRET exceptionPeter Zijlstra2019-11-211-1/+1
* x86/cpu_entry_area: Add guard page for entry stack on 32bitThomas Gleixner2019-11-211-1/+5
* x86/pti/32: Size initial_page_table correctlyThomas Gleixner2019-11-211-0/+10
* x86/doublefault/32: Fix stack canaries in the double fault handlerAndy Lutomirski2019-11-211-0/+3
* x86/xen/32: Simplify ring check in xen_iret_crit_fixup()Jan Beulich2019-11-191-11/+4
* x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich2019-11-192-55/+33
* x86/stackframe/32: Repair 32-bit Xen PVJan Beulich2019-11-192-2/+14
* Linux 5.4-rc8v5.4-rc8Linus Torvalds2019-11-171-1/+1
* Merge tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-172-4/+9
|\
| * iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macrosEric Auger2019-11-111-2/+4
| * MAINTAINERS: Update for INTEL IOMMU (VT-d) entryLu Baolu2019-11-111-2/+5
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-172-11/+23
|\ \
| * | sched/uclamp: Fix incorrect conditionQais Yousef2019-11-151-1/+1
| * | sched/pelt: Fix update of blocked PELT orderingVincent Guittot2019-11-131-9/+20
| * | sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-11-131-1/+2
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-172-3/+29
|\ \ \
| * | | i2c: core: fix use after free in of_i2c_notifyWen Yang2019-11-151-2/+2
| * | | i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is presentHans de Goede2019-11-151-1/+27
| | |/ | |/|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-11-172-7/+2
|\ \ \
| * | | Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu2019-11-172-7/+2
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-172-4/+2
|\ \ \ \
| * | | | x86/resctrl: Fix potential lockdep warningXiaochen Shen2019-11-131-4/+0
| * | | | x86/quirks: Disable HPET on Intel Coffe Lake platformsKai-Heng Feng2019-11-121-0/+2
| | |/ / | |/| |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-11-171-1/+1
|\ \ \ \
| * | | | ntp/y2038: Remove incorrect time_t truncationArnd Bergmann2019-11-121-1/+1
| |/ / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-11-171-4/+19
|\ \ \ \
| * | | | perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)2019-11-131-1/+1
| * | | | perf/core: Consistently fail fork on allocation failuresAlexander Shishkin2019-11-131-1/+1
| * | | | perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin2019-11-131-0/+7
| * | | | perf/core: Reattach a misplaced commentAlexander Shishkin2019-11-131-4/+3
| * | | | perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin2019-11-131-1/+1
| * | | | perf/core: Disallow uncore-cgroup eventsPeter Zijlstra2019-11-131-0/+9
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-1762-125/+482
|\ \ \ \ \
| * | | | | ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault2019-11-161-1/+2
| * | | | | net: hns3: cleanup of stray struct hns3_link_mode_mappingSalil Mehta2019-11-161-5/+0
| * | | | | net/smc: fix fastopen for non-blocking connect()Ursula Braun2019-11-161-1/+1
| * | | | | rds: ib: update WR sizes when bringing up connectionDag Moxnes2019-11-161-8/+15
| * | | | | net: gemini: add missed free_netdevChuhong Yuan2019-11-161-0/+1
| * | | | | net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvidVladimir Oltean2019-11-161-1/+1
| * | | | | Merge branch 'seg6-fixes-to-Segment-Routing-in-IPv6'David S. Miller2019-11-161-0/+11
| |\ \ \ \ \
| | * | | | | seg6: fix skb transport_header after decap_and_validate()Andrea Mayer2019-11-161-0/+6
| | * | | | | seg6: fix srh pointer in get_srh()Andrea Mayer2019-11-161-0/+5
| |/ / / / /