summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix too early release of tcx_entryDaniel Borkmann2024-07-081-4/+9
* Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-045-3/+20
|\
| * Merge tag 'wireless-2024-07-04' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-07-041-1/+1
| |\
| | * wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESPJohannes Berg2024-06-281-1/+1
| * | Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz2024-06-281-0/+2
| * | Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter2024-06-281-0/+11
| * | net/mlx5: IFC updates for changing max EQsDaniel Jurgens2024-06-281-1/+5
| * | net: phy: phy_device: Fix PHY LED blinking code commentMarek Vasut2024-06-281-1/+1
* | | Merge tag 'trace-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-031-1/+1
|\ \ \
| * | | tracing: Have memmapped ring buffer use ioctl of "R" range 0x20-2FSteven Rostedt (Google)2024-07-031-1/+1
* | | | Merge tag 'asm-generic-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-011-0/+6
|\ \ \ \
| * | | | syscalls: fix sys_fanotify_mark prototypeArnd Bergmann2024-07-011-0/+6
* | | | | Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-011-1/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fsnotify: Do not generate events for O_PATH file descriptorsJan Kara2024-06-181-1/+7
* | | | | Merge tag 'ata-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-06-301-0/+1
|\ \ \ \ \
| * | | | | ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel2024-06-301-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'tty-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-06-302-5/+19
|\ \ \ \ \
| * | | | | Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman2024-06-251-3/+0
| * | | | | serial: core: introduce uart_port_tx_limited_flags()Jonas Gorski2024-06-241-0/+18
| * | | | | Revert "serial: core: only stop transmit when HW fifo is empty"Doug Brown2024-06-241-2/+1
* | | | | | Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-06-281-0/+23
|\ \ \ \ \ \
| * | | | | | closures: closure_get_not_zero(), closure_return_sync()Kent Overstreet2024-06-231-0/+23
| |/ / / / /
* | | | | | Merge tag 'block-6.10-20240628' of git://git.kernel.dk/linuxLinus Torvalds2024-06-281-2/+4
|\ \ \ \ \ \
| * | | | | | nvmet: make 'tsas' attribute idempotent for RDMAHannes Reinecke2024-06-211-0/+2
| * | | | | | nvme: fixup comment for nvme RDMA Provider TypeHannes Reinecke2024-06-211-2/+2
* | | | | | | Merge tag 'io_uring-6.10-20240627' of git://git.kernel.dk/linuxLinus Torvalds2024-06-271-1/+0
|\ \ \ \ \ \ \
| * | | | | | | io_uring: remove dead struct io_submit_state memberJens Axboe2024-06-251-1/+0
* | | | | | | | Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-06-277-30/+30
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | kallsyms: rework symbol lookup return codesArnd Bergmann2024-06-273-17/+17
| * | | | | | linux/syscalls.h: add missing __user annotationsArnd Bergmann2024-06-251-9/+9
| * | | | | | syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann2024-06-251-1/+1
| * | | | | | syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2024-06-251-1/+1
| * | | | | | ftruncate: pass a signed offsetArnd Bergmann2024-06-242-2/+2
* | | | | | | Merge tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-273-2/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'nf-24-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-06-271-0/+5
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso2024-06-271-0/+5
| * | | | | | | | tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()Yunseong Kim2024-06-271-1/+1
| * | | | | | | | Fix race for duplicate reqsk on identical SYNluoxuanqiang2024-06-251-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'sound-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-06-271-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ALSA: dmaengine: Synchronize dma channel after drop()Jai Luthra2024-06-111-0/+1
* | | | | | | | | Merge tag 'mm-hotfixes-stable-2024-06-26-17-28' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-273-14/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge2024-06-251-5/+4
| * | | | | | | | | mm: convert page type macros to enumStephen Brennan2024-06-251-9/+12
| * | | | | | | | | /proc/pid/smaps: add mseal info for vmaJeff Xu2024-06-251-0/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'wq-for-6.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-271-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | workqueue: Increase worker desc's length to 32Wenchao Hao2024-06-071-1/+1
* | | | | | | | | Merge tag 'i2c-for-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-231-2/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | i2c: Add nop fwnode operationsSakari Ailus2024-06-211-2/+22
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-231-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | memblock: use numa_valid_node() helper to check for invalid node IDMike Rapoport (IBM)2024-06-161-0/+5
| | |_|_|_|_|_|/ / | |/| | | | | | |