summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* serial: Create uart_xmit_advance()Ilpo Järvinen2022-09-281-0/+17
* iomap: iomap that extends beyond EOF should be marked dirtyChandan Babu R2022-09-281-0/+2
* task_stack, x86/cea: Force-inline stack helpersBorislav Petkov2022-09-281-1/+1
* debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-151-0/+6
* USB: core: Prevent nested device-reset callsAlan Stern2022-09-151-0/+2
* usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun2022-09-151-0/+5
* platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko2022-09-151-2/+4
* fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds2022-09-151-0/+11
* io_uring: disable polling pollfree filesPavel Begunkov2022-09-051-0/+1
* mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-09-051-2/+5
* bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-09-051-0/+8
* asm-generic: sections: refactor memory_intersectsQuanyang Wang2022-09-051-2/+5
* net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima2022-09-051-1/+1
* netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-09-051-4/+0
* kernel/sched: Remove dl_boosted flag commentHui Su2022-09-051-4/+0
* sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2022-09-051-1/+9
* ALSA: core: Add async signal helpersTakashi Iwai2022-08-251-0/+8
* watchdog: export lockup_detector_reconfigureLaurent Dufour2022-08-251-0/+2
* locking/atomic: Make test_and_*_bit() ordered on failureHector Martin2022-08-251-6/+0
* KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson2022-08-251-1/+27
* ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki2022-08-251-1/+1
* tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCHHuacai Chen2022-08-251-1/+1
* spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins2022-08-251-6/+6
* mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König2022-08-251-1/+0
* kfifo: fix kfifo_to_user() return typeDan Carpenter2022-08-251-1/+1
* can: error: specify the values of data[5..7] of CAN error framesVincent Mailhol2022-08-251-1/+4
* wait: Fix __wait_event_hrtimeout for RT/DL tasksJuri Lelli2022-08-251-4/+5
* USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang2022-08-251-0/+1
* PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-08-251-0/+2
* add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka2022-08-251-1/+24
* ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan2022-08-031-0/+3
* tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima2022-08-031-1/+1
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-08-031-0/+1
* tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby2022-07-291-0/+3
* tty: drop tty_schedule_flip()Jiri Slaby2022-07-291-1/+0
* Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz2022-07-291-2/+1
* Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2022-07-291-1/+1
* Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz2022-07-291-0/+38
* Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz2022-07-291-0/+28
* bitfield.h: Fix "type of reg too small for mask" testPeter Zijlstra2022-07-291-1/+18
* mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse2022-07-292-0/+55
* locking/refcount: Consolidate implementations of refcount_tWill Deacon2022-07-291-100/+58
* locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsWill Deacon2022-07-291-7/+2
* locking/refcount: Move saturation warnings out of lineWill Deacon2022-07-291-19/+20
* locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon2022-07-291-56/+75
* locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon2022-07-291-9/+228
* locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon2022-07-291-18/+7
* locking/refcount: Ensure integer operands are treated as signedWill Deacon2022-07-291-7/+7
* locking/refcount: Define constants for saturation and max refcount valuesWill Deacon2022-07-291-1/+9
* tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-291-2/+2