summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach
2024-06-26media: v4l: subdev: Fix typo in documentationLaurent Pinchart
2024-06-26OPP: Introduce an OF helper function to inform if required-opps is usedUlf Hansson
2024-06-25Merge branch '20240602114439.1611-1-quic_jkona@quicinc.com' into arm64-for-6.11Bjorn Andersson
2024-06-25Merge branch '20240602114439.1611-1-quic_jkona@quicinc.com' into clk-for-6.11Bjorn Andersson
2024-06-25PCI: Add Edimax Vendor ID to pci_ids.hFUJITA Tomonori
2024-06-25dim: add new interfaces for initialization and getting resultsHeng Qi
2024-06-25ethtool: provide customized dim profile managementHeng Qi
2024-06-25linux/dim: move useful macros to .h fileHeng Qi
2024-06-25dt-bindings: clock: qcom: Add SM8650 camera clock controllerJagadeesh Kona
2024-06-25dt-bindings: clock: qcom: Add SM8650 video clock controllerJagadeesh Kona
2024-06-26netfilter: nf_tables: rise cap on SELinux secmark contextPablo Neira Ayuso
2024-06-25nsfs: add pid translation ioctlsChristian Brauner
2024-06-25Merge remote-tracking branch 'qcom/20240430-a750-raytracing-v3-2-7f57c5ac082d...Rob Clark
2024-06-25iio: imu: adis: remove legacy lock helpersNuno Sa
2024-06-25iio: imu: adis: add cleanup based lock helpersNuno Sa
2024-06-25iio: imu: adis: move to the cleanup magicNuno Sa
2024-06-25iio: adc: ad_sigma_delta: add disable_one callbackDumitru Ceclan
2024-06-25netfilter: nf_tables: do not store nft_ctx in transaction objectsFlorian Westphal
2024-06-25netfilter: nf_tables: store chain pointer in rule transactionFlorian Westphal
2024-06-25netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2024-06-25netfilter: nf_tables: compact chain+ft transaction objectsFlorian Westphal
2024-06-25netfilter: nf_tables: move bind list_head into relevant subtypesFlorian Westphal
2024-06-25netfilter: nf_tables: make struct nft_trans first member of derived subtypesFlorian Westphal
2024-06-25linux/syscalls.h: add missing __user annotationsArnd Bergmann
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-06-25firewire: ohci: add tracepoints event for hardIRQ eventTakashi Sakamoto
2024-06-25firewire: ohci: add support for Linux kernel tracepointsTakashi Sakamoto
2024-06-25fbdev: mmp: Constify struct mmp_overlay_opsChristophe JAILLET
2024-06-25drm/connector: hdmi: shorten too long function nameDmitry Baryshkov
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang
2024-06-25fs: Export in_group_or_capable()Youling Tang
2024-06-25af_unix: Remove U_LOCK_GC_LISTENER.Kuniyuki Iwashima
2024-06-25af_unix: Remove U_LOCK_DIAG.Kuniyuki Iwashima
2024-06-25af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect().Kuniyuki Iwashima
2024-06-25xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert
2024-06-25Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman
2024-06-24kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula
2024-06-24cpumask: make core headers including cpumask_types.h where possibleYury Norov
2024-06-24cpumask: cleanup core headers inclusionYury Norov
2024-06-24sched: drop sched.h dependency on cpumaskYury Norov
2024-06-24cpumask: split out include/linux/cpumask_types.hYury Norov
2024-06-24sched: avoid using ilog2() in sched.hYury Norov
2024-06-24lib min_heap: update min_heap_push() to use min_heap_sift_up()Kuan-Wei Chiu
2024-06-24lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu
2024-06-24lib min_heap: update min_heap_push() and min_heap_pop() to return bool valuesKuan-Wei Chiu
2024-06-24lib min_heap: add min_heap_del()Kuan-Wei Chiu
2024-06-24lib min_heap: add min_heap_sift_up()Kuan-Wei Chiu
2024-06-24lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu