| Commit message (Expand) | Author | Files | Lines |
2020-07-23 | irqdomain/treewide: Free firmware node after domain removal | Jon Derrick | 5 | -0/+25 |
2020-07-20 | Linux 5.8-rc6v5.8-rc6 | Linus Torvalds | 1 | -1/+1 |
2020-07-19 | x86/boot: Don't add the EFI stub to targets | Arvind Sankar | 1 | -2/+2 |
2020-07-19 | x86/entry: Actually disable stack protector | Kees Cook | 1 | -3/+11 |
2020-07-18 | hwmon: (drivetemp) Avoid SCT usage on Toshiba DT01ACA family drives | Maciej S. Szmigiero | 1 | -0/+43 |
2020-07-18 | x86/ioperm: Fix io bitmap invalidation on Xen PV | Andy Lutomirski | 6 | -17/+38 |
2020-07-17 | genirq/affinity: Handle affinity setting on inactive interrupts correctly | Thomas Gleixner | 2 | -19/+40 |
2020-07-17 | timer: Fix wheel index calculation on last level | Frederic Weisbecker | 1 | -2/+2 |
2020-07-17 | SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com... | Olga Kornievskaia | 2 | -10/+4 |
2020-07-17 | RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorw | Palmer Dabbelt | 1 | -1/+9 |
2020-07-17 | tools arch kvm: Sync kvm headers with the kernel sources | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2020-07-17 | perf tools: Sync hashmap.h with libbpf's | Arnaldo Carvalho de Melo | 1 | -4/+8 |
2020-07-17 | libsubcmd: Fix OPT_CALLBACK_SET() | Ravi Bangoria | 1 | -0/+3 |
2020-07-17 | drivers/perf: Prevent forced unbinding of PMU drivers | Qi Liu | 13 | -0/+13 |
2020-07-17 | asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible() | Will Deacon | 1 | -2/+4 |
2020-07-16 | sched/fair: handle case of task_h_load() returning 0 | Vincent Guittot | 1 | -2/+13 |
2020-07-16 | regmap: debugfs: Don't sleep while atomic for fast_io regmaps | Douglas Anderson | 1 | -23/+29 |
2020-07-16 | x86: math-emu: Fix up 'cmp' insn for clang ias | Arnd Bergmann | 1 | -1/+1 |
2020-07-16 | x86/entry: Fix vectors to IDTENTRY_SYSVEC for CONFIG_HYPERV | Sedat Dilek | 1 | -2/+2 |
2020-07-16 | x86/entry: Add compatibility with IAS | Jian Cai | 1 | -8/+6 |
2020-07-16 | nvme: explicitly update mpath disk capacity on revalidation | Anthony Iliopoulos | 2 | -0/+14 |
2020-07-16 | arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEP | Will Deacon | 1 | -2/+2 |
2020-07-16 | arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter() | Will Deacon | 1 | -2/+2 |
2020-07-16 | arm64: syscall: Expand the comment about ptrace and syscall(-1) | Will Deacon | 1 | -1/+15 |
2020-07-16 | arm64: ptrace: Add a comment describing our syscall entry/exit trap ABI | Will Deacon | 1 | -2/+14 |
2020-07-16 | arm64: compat: Ensure upper 32 bits of x0 are zero on syscall return | Will Deacon | 2 | -1/+14 |
2020-07-16 | arm64: ptrace: Override SPSR.SS when single-stepping is enabled | Will Deacon | 3 | -6/+20 |
2020-07-16 | arm64: ptrace: Consistently use pseudo-singlestep exceptions | Will Deacon | 4 | -16/+23 |
2020-07-16 | drivers/perf: Fix kernel panic when rmmod PMU modules during perf sampling | Qi Liu | 5 | -0/+5 |
2020-07-16 | ALSA: hda/realtek - fixup for yet another Intel reference board | PeiSen Hou | 1 | -0/+1 |
2020-07-16 | USB: serial: iuu_phoenix: fix memory corruption | Johan Hovold | 1 | -3/+5 |
2020-07-16 | ALSA: hda/realtek - Enable Speaker for ASUS UX563 | Kailang Yang | 1 | -0/+1 |
2020-07-16 | ALSA: hda/realtek - Enable Speaker for ASUS UX533 and UX534 | Kailang Yang | 1 | -0/+2 |
2020-07-16 | ovl: fix lookup of indexed hardlinks with metacopy | Amir Goldstein | 1 | -0/+4 |
2020-07-16 | ovl: fix unneeded call to ovl_change_flags() | Amir Goldstein | 1 | -4/+6 |
2020-07-16 | opp: Increase parsed_static_opps in _of_add_opp_table_v1() | Walter Lozano | 1 | -0/+4 |
2020-07-16 | keys: asymmetric: fix error return code in software_key_query() | Wei Yongjun | 1 | -0/+1 |
2020-07-16 | afs: Fix interruption of operations | David Howells | 2 | -2/+3 |
2020-07-16 | ovl: fix mount option checks for nfs_export with no upperdir | Amir Goldstein | 2 | -15/+20 |
2020-07-16 | ovl: force read-only sb on failure to create index dir | Amir Goldstein | 1 | -5/+6 |
2020-07-16 | ovl: fix regression with re-formatted lower squashfs | Amir Goldstein | 1 | -0/+12 |
2020-07-16 | ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=on | Amir Goldstein | 1 | -9/+7 |
2020-07-16 | ovl: relax WARN_ON() when decoding lower directory file handle | Amir Goldstein | 1 | -1/+1 |
2020-07-16 | ovl: remove not used argument in ovl_check_origin | youngjun | 1 | -9/+2 |
2020-07-16 | ovl: change ovl_copy_up_flags static | youngjun | 2 | -2/+1 |
2020-07-16 | ovl: inode reference leak in ovl_is_inuse true case. | youngjun | 1 | -1/+10 |
2020-07-15 | scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macro | Chandrakanth Patil | 1 | -2/+0 |
2020-07-15 | io_uring: fix recvmsg memory leak with buffer selection | Pavel Begunkov | 1 | -2/+8 |
2020-07-15 | arm64: dts: spcfpga: Align GIC, NAND and UART nodenames with dtschema | Krzysztof Kozlowski | 1 | -4/+4 |
2020-07-15 | ARM: dts: socfpga: Align L2 cache-controller nodename with dtschema | Krzysztof Kozlowski | 2 | -2/+2 |