summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-255-18/+28
|\ \ \ \ \ \ \
| * | | | | | | x86/dumpstack: Dump user space code correctly againThomas Gleixner2020-07-221-10/+17
| * | | | | | | x86/stacktrace: Fix reliable check for empty user task stacksJosh Poimboeuf2020-07-221-5/+0
| * | | | | | | x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf2020-07-221-2/+6
| * | | | | | | x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel2020-07-222-1/+5
* | | | | | | | Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-07-251-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-241-1/+1
* | | | | | | | | Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-07-252-10/+58
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'timers-v5.8-rc7' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner2020-07-212-10/+58
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | clocksource/drivers/timer-ti-dm: Fix suspend and resume for am3 and am4Tony Lindgren2020-07-212-10/+58
* | | | | | | | | | | Merge tag 'sched-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-251-10/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched: Warn if garbage is passed to default_wake_function()Chris Wilson2020-07-241-0/+1
| * | | | | | | | | | | sched: Fix race against ptrace_freeze_trace()Peter Zijlstra2020-07-221-10/+14
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-2512-40/+43
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'efi-urgent-for-v5.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Thomas Gleixner2020-07-2312-40/+43
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | efi: Revert "efi/x86: Fix build with gcc 4"Ard Biesheuvel2020-07-091-2/+1
| | * | | | | | | | | | | efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel2020-07-096-15/+20
| | * | | | | | | | | | | efi/libstub: Move the function prototypes to header fileAtish Patra2020-07-092-17/+16
| | * | | | | | | | | | | efi/libstub: Fix gcc error around __umoddi3 for 32 bit buildsAtish Patra2020-07-091-1/+1
| | * | | | | | | | | | | efi/libstub/arm64: link stub lib.a conditionallyMasahiro Yamada2020-07-091-1/+1
| | * | | | | | | | | | | efi/x86: Only copy upto the end of setup_headerArvind Sankar2020-06-251-2/+4
| | * | | | | | | | | | | efi/x86: Remove unused variablesArvind Sankar2020-06-251-2/+0
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds2020-07-251-8/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Revert "cifs: Fix the target file was deleted when rename failed."Steve French2020-07-231-8/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds2020-07-25127-676/+1022
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2020-07-242-4/+8
| * | | | | | | | | | | | dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-241-1/+1
| * | | | | | | | | | | | qrtr: orphan socket in qrtr_release()Cong Wang2020-07-241-0/+1
| * | | | | | | | | | | | Merge tag 'wireless-drivers-2020-07-24' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-07-244-43/+43
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ath10k: Fix NULL pointer dereference in AHB device probeHauke Mehrtens2020-07-202-42/+38
| | * | | | | | | | | | | | iwlwifi: Make some Killer Wireless-AC 1550 cards work againAlessio Bonfiglio2020-07-201-0/+2
| | * | | | | | | | | | | | ath9k: Fix regression with Atheros 9271Mark O'Donovan2020-07-201-1/+3
| * | | | | | | | | | | | | xen-netfront: fix potential deadlock in xennet_remove()Andrea Righi2020-07-241-22/+42
| * | | | | | | | | | | | | flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2020-07-243-2/+1
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-07-232-31/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | ipvs: fix the connection sync failed in some casesguodeqing2020-07-221-4/+8
| | * | | | | | | | | | | | | netfilter: nf_tables: fix nat hook table deletionFlorian Westphal2020-07-151-27/+14
| * | | | | | | | | | | | | | geneve: fix an uninitialized value in geneve_changelink()Cong Wang2020-07-231-1/+1
| * | | | | | | | | | | | | | bonding: check return value of register_netdevice() in bond_newlink()Cong Wang2020-07-231-2/+1
| * | | | | | | | | | | | | | tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-233-12/+18
| * | | | | | | | | | | | | | AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter2020-07-231-1/+4
| * | | | | | | | | | | | | | cxgb4: add missing release on skb in uld_send()Navid Emamdoost2020-07-221-0/+1
| * | | | | | | | | | | | | | net: atlantic: fix PTP on AQC10XEgor Pomozov2020-07-221-1/+6
| * | | | | | | | | | | | | | AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye2020-07-221-1/+2
| * | | | | | | | | | | | | | Merge branch 'sctp-shrink-stream-outq-in-the-right-place'David S. Miller2020-07-221-9/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | sctp: shrink stream outq when fails to do addstream reconfXin Long2020-07-221-2/+4
| | * | | | | | | | | | | | | | sctp: shrink stream outq only when new outcnt < old outcntXin Long2020-07-221-7/+14
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye2020-07-221-1/+3
| * | | | | | | | | | | | | | enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil2020-07-221-0/+1
| * | | | | | | | | | | | | | net: ethernet: ti: add NETIF_F_HW_TC hw feature flag for taprio offloadMurali Karicheri2020-07-211-1/+2