summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-03-12cpumask: relax sanity checking constraintsLinus Torvalds
2023-03-12fork: allow kernel code to call copy_processMike Christie
2023-03-12fork: Add kernel_clone_args flag to ignore signalsMike Christie
2023-03-12fork: add kernel_clone_args flag to not dup/clone filesMike Christie
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie
2023-03-12kernel: Make io_thread and kthread bit fieldsMike Christie
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processMike Christie
2023-03-11Merge tag 'i2c-for-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait
2023-03-11iio: Improve the kernel-doc of iio_trigger_pollMehdi Djait
2023-03-11KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o
2023-03-10xdp: add xdp_set_features_flag utility routineLorenzo Bianconi
2023-03-10Merge tag 'pull-highmem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2023-03-10Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-03-10bpf: Support __kptr to local kptrsDave Marchevsky
2023-03-10security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu
2023-03-10kunit: fix bug of extra newline characters in debugfs logsRae Moar
2023-03-10kunit: fix bug in debugfs logs of parameterized testsRae Moar
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky
2023-03-10pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi headerThomas Huth
2023-03-10Move bp_type_idx to include/linux/hw_breakpoint.hPalmer Dabbelt
2023-03-10Move ep_take_care_of_epollwakeup() to fs/eventpoll.cPalmer Dabbelt
2023-03-10Move COMPAT_ATM_ADDPARTY to net/atm/svc.cPalmer Dabbelt
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau
2023-03-10kernel/module: add documentation for try_module_get()Luis Chamberlain
2023-03-10f2fs: Fix f2fs_truncate_partial_nodes ftrace eventDouglas Raillard
2023-03-10Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-10bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko
2023-03-10soc: renesas: rcar-sysc: Remove R-Car H3 ES1.* handlingWolfram Sang
2023-03-10HID: add KEY_CAMERA_FOCUS event in HIDfengqi
2023-03-10fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()Takashi Iwai
2023-03-10crypto: acomp - Be more careful with request flagsHerbert Xu
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko
2023-03-09Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Jakub Kicinski
2023-03-09neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky
2023-03-09net: sched: remove qdisc_watchdog->last_expiresEric Dumazet
2023-03-09netlink: remove unused 'compare' functionFlorian Westphal
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-09scsi: target: core: Add RTPI attribute for target portDmitry Bogdanov
2023-03-09scsi: target: core: Drop device-based RTPIRoman Bolshakov
2023-03-09scsi: target: core: Add RTPI field to target portDmitry Bogdanov
2023-03-09scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan
2023-03-09clk: Avoid invalid function names in CLK_OF_DECLARE()Nathan Chancellor
2023-03-09i2c: Switch .probe() to not take an id parameterUwe Kleine-König