Linux Documentation
[Prev Page][Next Page]
- [PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses",
Akshaykumar Gunari
- [robh:dt-convert 131/801] htmldocs: Warning: Documentation/devicetree/bindings/display/ti/ti,dra7-dss.yaml references a file that doesn't exist: Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt, kernel test robot
- [robh:dt-convert 125/801] htmldocs: Warning: Documentation/devicetree/bindings/display/tilcdc/ti,am33xx-tilcdc.yaml references a file that doesn't exist: Documentation/devicetree/bindings/display/tilcdc/panel.txt, kernel test robot
- [no subject], Unknown
- [RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues,
Zihuan Zhang
- [RFC PATCH v1 2/9] freezer: Introduce API to set per-task freeze priority, Zihuan Zhang
- [RFC PATCH v1 1/9] freezer: Introduce freeze_priority field in task_struct, Zihuan Zhang
- [RFC PATCH v1 3/9] freezer: Add per-priority layered freeze logic, Zihuan Zhang
- [RFC PATCH v1 4/9] freezer: Set default freeze priority for userspace tasks, Zihuan Zhang
- [RFC PATCH v1 5/9] freezer: set default freeze priority for PF_SUSPEND_TASK processes, Zihuan Zhang
- [RFC PATCH v1 9/9] proc: Add /proc/<pid>/freeze_priority interface, Zihuan Zhang
- [RFC PATCH v1 6/9] freezer: Set default freeze priority for zombie tasks, Zihuan Zhang
- [RFC PATCH v1 7/9] freezer: raise freeze priority of tasks failed to freeze last time, Zihuan Zhang
- [RFC PATCH v1 8/9] freezer: Add retry count statistics for freeze pass iterations, Zihuan Zhang
- Re: [RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues, Michal Hocko
- Re: [RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues, Peter Zijlstra
- [robh:dt-convert 93/801] htmldocs: Warning: Documentation/devicetree/bindings/clock/ti/ti,dra7-apll-clock.yaml references a file that doesn't exist: Documentation/devicetree/bindings/clock/ti/dpll.txt, kernel test robot
- [ceph-client:tls-tracing-only 14/14] htmldocs: Warning: Documentation/binary-logging/rtlog-api-reference.rst references a file that doesn't exist: Documentation/trace/rtlog.rst, kernel test robot
- [robh:dt-convert 84/801] htmldocs: Warning: Documentation/devicetree/bindings/clock/st/st,clkgen-c32.yaml references a file that doesn't exist: Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt, kernel test robot
- [PATCH] hwmon:Update EC Chip driver for Lenovo ThinkStation motherboards,
David Ober
- [robh:dt-convert 50/801] htmldocs: Warning: arch/arm/xen/enlighten.c references a file that doesn't exist: Documentation/devicetree/bindings/arm/xen.txt, kernel test robot
- [robh:dt-convert 20/801] htmldocs: Warning: Documentation/arch/arm/keystone/overview.rst references a file that doesn't exist: Documentation/devicetree/bindings/arm/keystone/keystone.txt, kernel test robot
- [robh:dt-convert 8/801] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/arc/axs10*, kernel test robot
- [PATCH] Documentation/printf: Use literal fwnode_handle,
Geert Uytterhoeven
- timers/migration: add 'notmigr' kernel parameter to disable timer migration,
Sehee Jeong
- [PATCH v3 00/30] Live Update Orchestrator,
Pasha Tatashin
- [PATCH v3 01/30] kho: init new_physxa->phys_bits to fix lockdep, Pasha Tatashin
- [PATCH v3 02/30] kho: mm: Don't allow deferred struct page with KHO, Pasha Tatashin
- [PATCH v3 03/30] kho: warn if KHO is disabled due to an error, Pasha Tatashin
- [PATCH v3 04/30] kho: allow to drive kho from within kernel, Pasha Tatashin
- [PATCH v3 05/30] kho: make debugfs interface optional, Pasha Tatashin
- [PATCH v3 06/30] kho: drop notifiers, Pasha Tatashin
- [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges, Pasha Tatashin
- [PATCH v3 08/30] kho: don't unpreserve memory during abort, Pasha Tatashin
- [PATCH v3 09/30] liveupdate: kho: move to kernel/liveupdate, Pasha Tatashin
- [PATCH v3 10/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator, Pasha Tatashin
- [PATCH v3 11/30] liveupdate: luo_core: integrate with KHO, Pasha Tatashin
- [PATCH v3 12/30] liveupdate: luo_subsystems: add subsystem registration, Pasha Tatashin
- [PATCH v3 13/30] liveupdate: luo_subsystems: implement subsystem callbacks, Pasha Tatashin
- [PATCH v3 15/30] liveupdate: luo_files: implement file systems callbacks, Pasha Tatashin
- [PATCH v3 14/30] liveupdate: luo_files: add infrastructure for FDs, Pasha Tatashin
- [PATCH v3 17/30] liveupdate: luo_files: luo_ioctl: Unregister all FDs on device close, Pasha Tatashin
- [PATCH v3 16/30] liveupdate: luo_ioctl: add userpsace interface, Pasha Tatashin
- [PATCH v3 18/30] liveupdate: luo_files: luo_ioctl: Add ioctls for per-file state management, Pasha Tatashin
- [PATCH v3 19/30] liveupdate: luo_sysfs: add sysfs state monitoring, Pasha Tatashin
- [PATCH v3 21/30] kho: move kho debugfs directory to liveupdate, Pasha Tatashin
- [PATCH v3 20/30] reboot: call liveupdate_reboot() before kexec, Pasha Tatashin
- [PATCH v3 22/30] liveupdate: add selftests for subsystems un/registration, Pasha Tatashin
- [PATCH v3 24/30] docs: add luo documentation, Pasha Tatashin
- [PATCH v3 25/30] MAINTAINERS: add liveupdate entry, Pasha Tatashin
- [PATCH v3 26/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags, Pasha Tatashin
- [PATCH v3 27/30] mm: shmem: allow freezing inode mapping, Pasha Tatashin
- [PATCH v3 23/30] selftests/liveupdate: add subsystem/state tests, Pasha Tatashin
- [PATCH v3 29/30] luo: allow preserving memfd, Pasha Tatashin
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pasha Tatashin
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Vipin Sharma
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Jason Gunthorpe
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Mike Rapoport
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Chris Li
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Mike Rapoport
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pratyush Yadav
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Jason Gunthorpe
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pratyush Yadav
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Jason Gunthorpe
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pratyush Yadav
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Jason Gunthorpe
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pratyush Yadav
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Jason Gunthorpe
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pratyush Yadav
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pasha Tatashin
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pratyush Yadav
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pasha Tatashin
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Jason Gunthorpe
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pasha Tatashin
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Jason Gunthorpe
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Pasha Tatashin
- Re: [PATCH v3 29/30] luo: allow preserving memfd, Chris Li
- [PATCH v3 28/30] mm: shmem: export some functions to internal.h, Pasha Tatashin
- [PATCH v3 30/30] docs: add documentation for memfd preservation via LUO, Pasha Tatashin
- Re: [PATCH v3 00/30] Live Update Orchestrator, David Hildenbrand
- Re: [PATCH v3 00/30] Live Update Orchestrator, Pratyush Yadav
- [PATCH v3 0/2] Add sq24905c support,
ChiShih Tsai
- [PATCH 0/2] KVM: Fault injection,
James Houghton
- [PATCH RFC v2 0/2] KVM: arm64: PMU: Use multiple host PMUs,
Akihiko Odaki
- [PATCH v2 2/2] openrisc: Add jump label support,
ChenMiao
- [PATCH v8 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE),
Babu Moger
- [PATCH v8 01/10] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement, Babu Moger
- [PATCH v8 02/10] x86/resctrl: Add SDCIAE feature in the command line options, Babu Moger
- [PATCH v8 03/10] x86,fs/resctrl: Detect io_alloc feature, Babu Moger
- [PATCH v8 04/10] x86,fs/resctrl: Implement "io_alloc" enable/disable handlers, Babu Moger
- [PATCH v8 05/10] fs/resctrl: Introduce interface to display "io_alloc" support, Babu Moger
- [PATCH v8 06/10] fs/resctrl: Add user interface to enable/disable io_alloc feature, Babu Moger
- [PATCH v8 07/10] fs/resctrl: Introduce interface to display io_alloc CBMs, Babu Moger
- [PATCH v8 08/10] fs/resctrl: Modify rdt_parse_data to pass mode and CLOSID, Babu Moger
- [PATCH v8 09/10] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks, Babu Moger
- [PATCH v8 10/10] fs/resctrl: Update bit_usage to reflect io_alloc, Babu Moger
- [PATCH v4 0/5] Fix issues with ARM Processor CPER records,
Daniel Ferguson
- [PATCH 0/5] mm/damon/sysfs: Add commands useful for using migration dests,
Bijan Tabatabai
- [PATCH v2 0/2] Add sq24905c support,
ChiShih Tsai
- [PATCH v5 0/3] hwmon: Add support for MPS mp2869,mp29608,mp29612,mp29816,mp29502 chip,
wenswang
- [PATCH 2/2] openrisc: Add jump label support, ChenMiao
- [PATCH v4 0/4] procfs: make reference pidns more user-visible,
Aleksa Sarai
- [RFC PATCH v3 0/2] cgroup: Track time in cgroup v2 freezer,
Tiffany Yang
- [RFC PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is,
SeongJae Park
- Fwd: Re: Update on this James, James
- [PATCH v4] vfio/pci: print vfio-device syspath to fdinfo,
Alex Mastro
- [PATCH v3 0/6] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised,
Usama Arif
- [PATCH] docs: aoe: Remove trailing whitespace,
Osama Albahrani
- [PATCH v2 00/11] HID: Implement haptic touchpad support,
Jonathan Denose
- [PATCH v2 02/11] Input: add FF_HID effect type, Jonathan Denose
- [PATCH v2 01/11] HID: add haptics page defines, Jonathan Denose
- [PATCH v2 03/11] Input: add INPUT_PROP_HAPTIC_TOUCHPAD, Jonathan Denose
- [PATCH v2 04/11] HID: haptic: introduce hid_haptic_device, Jonathan Denose
- [PATCH v2 05/11] HID: input: allow mapping of haptic output, Jonathan Denose
- [PATCH v2 07/11] HID: input: calculate resolution for pressure, Jonathan Denose
- [PATCH v2 06/11] HID: haptic: initialize haptic device, Jonathan Denose
- [PATCH v2 08/11] HID: haptic: add functions handling events, Jonathan Denose
- [PATCH v2 09/11] Input: MT - add INPUT_MT_TOTAL_FORCE flags, Jonathan Denose
- [PATCH v2 10/11] HID: haptic: add hid_haptic_switch_mode, Jonathan Denose
- [PATCH v2 11/11] HID: multitouch: add haptic multitouch support, Jonathan Denose
- <Possible follow-ups>
- [PATCH v2 00/11] HID: Implement haptic touchpad support, Jonathan Denose
- [PATCH v2 05/11] HID: input: allow mapping of haptic output, Jonathan Denose
- [PATCH v2 02/11] Input: add FF_HAPTIC effect type, Jonathan Denose
- [PATCH v2 03/11] Input: add INPUT_PROP_HAPTIC_TOUCHPAD, Jonathan Denose
- [PATCH v2 01/11] HID: add haptics page defines, Jonathan Denose
- [PATCH v2 09/11] Input: MT - add INPUT_MT_TOTAL_FORCE flags, Jonathan Denose
- [PATCH v2 10/11] HID: haptic: add hid_haptic_switch_mode, Jonathan Denose
- [PATCH v2 11/11] HID: multitouch: add haptic multitouch support, Jonathan Denose
- [PATCH v2 06/11] HID: haptic: initialize haptic device, Jonathan Denose
- [PATCH v2 07/11] HID: input: calculate resolution for pressure, Jonathan Denose
- [PATCH v2 08/11] HID: haptic: add functions handling events, Jonathan Denose
- [PATCH v2 04/11] HID: haptic: introduce hid_haptic_device, Jonathan Denose
- Re: [PATCH v2 00/11] HID: Implement haptic touchpad support, Jonathan Denose
- [PATCH 0/2] Add sq24905c support,
ChiShih Tsai
- [PATCH v1 00/16] dma-mapping: migrate to physical address-based API,
Leon Romanovsky
- [PATCH v1 02/16] iommu/dma: handle MMIO path in dma_iova_link, Leon Romanovsky
- [PATCH v1 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory, Leon Romanovsky
- [PATCH v1 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys, Leon Romanovsky
- [PATCH v1 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory, Leon Romanovsky
- [PATCH v1 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based, Leon Romanovsky
- [PATCH v1 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys, Leon Romanovsky
- [PATCH v1 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page, Leon Romanovsky
- [PATCH v1 12/16] mm/hmm: migrate to physical address-based DMA mapping API, Leon Romanovsky
- [PATCH v1 10/16] xen: swiotlb: Open code map_resource callback, Leon Romanovsky
- [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses, Leon Romanovsky
- [PATCH v1 11/16] dma-mapping: export new dma_*map_phys() interface, Leon Romanovsky
- [PATCH v1 13/16] mm/hmm: properly take MMIO path, Leon Romanovsky
- [PATCH v1 14/16] block-dma: migrate to dma_map_phys instead of map_page, Leon Romanovsky
- [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface, Leon Romanovsky
- [PATCH v1 15/16] block-dma: properly take MMIO path, Leon Romanovsky
- [PATCH v1 03/16] dma-debug: refactor to use physical addresses for page mapping, Leon Romanovsky
- Re: [PATCH v1 00/16] dma-mapping: migrate to physical address-based API, Jason Gunthorpe
- [PATCH v5] genirq: add support for warning on long-running IRQ handlers,
Wladislav Wiebe
- [PATCH v2 0/3] Add support for Uniwill laptop features,
Armin Wolf
- [PATCH v4 19/58] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP, Jim Cromie
- [PATCH v4 23/58] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API, Jim Cromie
- [PATCH v4 02/58] docs/dyndbg: explain flags parse 1st, Jim Cromie
- [PATCH v4 29/58] docs/dyndbg: add classmap info to howto,
Jim Cromie
- [PATCH] hwmon: (asus-ec-sensors) add Z790-I GAMING WIFI,
Eugene Shalygin
- [PATCH] [PATCH] docs: update physical memory documentation by adding N_GENERIC_INITIATOR to enum node_states,
Kim Tae Hyun
- [PATCH 00/65] media: Rationalise usage of v4l2_fh,
Jacopo Mondi
- [PATCH 01/65] media: pci: saa7164: Store v4l2_fh pointer in file->private_data, Jacopo Mondi
- [PATCH 02/65] media: imagination: Store v4l2_fh pointer in file->private_data, Jacopo Mondi
- [PATCH 03/65] media: ti: vpe: Store v4l2_fh pointer in file->private_data, Jacopo Mondi
- [PATCH 04/65] media: usb: hdpvr: Store v4l2_fh pointer in file->private_data, Jacopo Mondi
- [PATCH 05/65] media: usb: pvrusb2: Store v4l2_fh pointer in file->private_data, Jacopo Mondi
- [PATCH 06/65] media: usb: uvcvideo: Store v4l2_fh pointer in file->private_data, Jacopo Mondi
- [PATCH 07/65] media: staging: most: Store v4l2_fh pointer in file->private_data, Jacopo Mondi
- [PATCH 08/65] media: Wrap file->private_data access with a helper function, Jacopo Mondi
- [PATCH 09/65] media: Replace file->private_data access with file_to_v4l2_fh(), Jacopo Mondi
- [PATCH 10/65] media: nvidia: tegra-vde: Replace file->private_data access, Jacopo Mondi
- [PATCH 11/65] media: Replace file->private_data access with custom functions, Jacopo Mondi
- [PATCH 12/65] media: pci: ivtv: Don't create fake v4l2_fh, Jacopo Mondi
- [PATCH 13/65] media: amphion: Make some vpu_v4l2 functions static, Jacopo Mondi
- [PATCH 14/65] media: amphion: Delete v4l2_fh synchronously in .release(), Jacopo Mondi
- [PATCH 15/65] media: visl: Drop visl_v4l2fh_to_ctx() function, Jacopo Mondi
- [PATCH 16/65] media: v4l2-fh: Move piece of documentation to correct function, Jacopo Mondi
- [PATCH 17/65] media: rcar-vin: Do not set file->private_data, Jacopo Mondi
- [PATCH 18/65] media: rzg2l-cru: Do not set file->private_data, Jacopo Mondi
- [PATCH 19/65] media: camss: Replace .open() file operation with v4l2_fh_open(), Jacopo Mondi
- [PATCH 20/65] media: camss: Remove custom .release fop(), Jacopo Mondi
- [PATCH 21/65] media: chips-media: wave5: Pass file pointer to wave5_cleanup_instance(), Jacopo Mondi
- [PATCH 22/65] media: qcom: iris: Pass file pointer to iris_v4l2_fh_(de)init(), Jacopo Mondi
- [PATCH 23/65] media: qcom: iris: Set file->private_data in iris_v4l2_fh_(de)init(), Jacopo Mondi
- [PATCH 24/65] media: qcom: iris: Drop unused argument to iris_get_inst(), Jacopo Mondi
- [PATCH 25/65] media: qcom: venus: Pass file pointer to venus_close_common(), Jacopo Mondi
- [PATCH 26/65] media: Set file->private_data in v4l2_fh_add(), Jacopo Mondi
- [PATCH 27/65] media: Reset file->private_data to NULL in v4l2_fh_del(), Jacopo Mondi
- [PATCH 28/65] media: v4l2-ioctl: Access v4l2_fh from private_data, Jacopo Mondi
- [PATCH 29/65] media: allegro: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 30/65] media: meson-ge2d: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 31/65] media: coda: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 32/65] media: wave5: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 33/65] media: m2m-deinterlace: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 34/65] media: mtk: jpeg: Access v4l2_fh from file->private_data, Jacopo Mondi
- [PATCH 35/65] media: mtk_mdp_m2m: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 36/65] media: mtk: mdp3: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 37/65] media: mtk: vcodec: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 38/65] media: tegra-vde: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 39/65] media: imx-jpeg: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 40/65] media: imx-isi: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 41/65] media: nxp: mx2: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 42/65] media: renesas: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 43/65] media: rockhip: rga: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 44/65] media: rockchip: rkvdec: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 45/65] media: exynos-gsc: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 46/65] media: exynos4-is: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 47/65] media: s3c-camif: Set queue owner using file, Jacopo Mondi
- [PATCH 48/65] media: s5p-g2d: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 49/65] media: s5p-jpeg: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 50/65] media: s5p-mfc: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 51/65] media: bdisp: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 52/65] media: st: delta: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 53/65] media: stm32: dma2d: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 55/65] media: omap3isp: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 54/65] media: hantro: Access v4l2_fh from file->private_data, Jacopo Mondi
- [PATCH 56/65] media: cx18: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 57/65] media: ivtv: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 58/65] media: zoran: Remove access to __fh, Jacopo Mondi
- [PATCH 60/65] media: usb: uvc: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 59/65] media: usb: hdpvr: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 61/65] media: staging: imx: Access v4l2_fh from file, Jacopo Mondi
- [PATCH 62/65] media: v4l2-ctrls: Move v4l2_fh retrieval after V4L2_FL_USES_V4L2_FH check, Jacopo Mondi
- [PATCH 63/65] media: ipu6: isys: Don't set V4L2_FL_USES_V4L2_FH manually, Jacopo Mondi
- [PATCH 64/65] media: staging: ipu7: isys: Don't set V4L2_FL_USES_V4L2_FH manually, Jacopo Mondi
- [PATCH 65/65] media: v4l2-ioctl: Stop passing fh pointer to ioctl handlers, Jacopo Mondi
- [PATCH v3] vfio/pci: print vfio-device syspath to fdinfo,
Alex Mastro
- [PATCH] hwmon: (asus-ec-sensors) add X670E-I GAMING WIFI,
Eugene Shalygin
- [PATCH v10 0/3] ACPI: Add support for ACPI RAS2 feature table,
shiju.jose
- [PATCH v7 0/2] hwmon: add GPD devices sensor driver,
Cryolitia PukNgae via B4 Relay
- [PATCH v5 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap,
Yu Kuai
- [PATCH v5 02/11] md: factor out a helper raid_is_456(), Yu Kuai
- [PATCH v5 03/11] md/md-bitmap: support discard for bitmap ops, Yu Kuai
- [PATCH v5 04/11] md: add a new mddev field 'bitmap_id', Yu Kuai
- [PATCH v5 05/11] md/md-bitmap: add a new sysfs api bitmap_type, Yu Kuai
- [PATCH v5 07/11] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations, Yu Kuai
- [PATCH v5 08/11] md/md-bitmap: add a new method blocks_synced() in bitmap_operations, Yu Kuai
- [PATCH v5 10/11] md/md-bitmap: make method bitmap_ops->daemon_work optional, Yu Kuai
- [PATCH v5 01/11] md: add a new parameter 'offset' to md_super_write(), Yu Kuai
- [PATCH v5 11/11] md/md-llbitmap: introduce new lockless bitmap, Yu Kuai
- [PATCH v5 06/11] md/md-bitmap: delay registration of bitmap_ops until creating bitmap, Yu Kuai
- [PATCH v5 09/11] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER, Yu Kuai
- [PATCH v13 0/4] leds: add new LED driver for TI LP5812,
Nam Tran
- [PATCH 00/12] docs: kdoc: thrash up dump_struct(),
Jonathan Corbet
- [PATCH 01/12] docs: kdoc: consolidate the stripping of private struct/union members, Jonathan Corbet
- [PATCH 02/12] docs: kdoc: Move a regex line in dump_struct(), Jonathan Corbet
- [PATCH 03/12] docs: kdoc: backslashectomy in kdoc_parser, Jonathan Corbet
- [PATCH 07/12] docs: kdoc: rework the rewrite_struct_members() main loop, Jonathan Corbet
- [PATCH 08/12] docs: kdoc: remove an extraneous strip() call, Jonathan Corbet
- [PATCH 05/12] docs: kdoc: split top-level prototype parsing out of dump_struct(), Jonathan Corbet
- [PATCH 04/12] docs: kdoc: move the prefix transforms out of dump_struct(), Jonathan Corbet
- [PATCH 06/12] docs: kdoc: split struct-member rewriting out of dump_struct(), Jonathan Corbet
- [PATCH 09/12] docs: kdoc: Some rewrite_struct_members() commenting, Jonathan Corbet
- [PATCH 12/12] docs: kdoc: a few final dump_struct() touches, Jonathan Corbet
- [PATCH 10/12] docs: kdoc: further rewrite_struct_members() cleanup, Jonathan Corbet
- [PATCH 11/12] docs: kdoc: extract output formatting from dump_struct(), Jonathan Corbet
- Re: [PATCH 00/12] docs: kdoc: thrash up dump_struct(), Mauro Carvalho Chehab
- [PATCH v19 00/27] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v19 01/27] mm: VM_SHADOW_STACK definition for riscv, Deepak Gupta
- [PATCH v19 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v19 03/27] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v19 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v19 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v19 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v19 07/27] riscv/mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v19 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v19 09/27] riscv/mm: write protect and shadow stack, Deepak Gupta
- [PATCH v19 10/27] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v19 11/27] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v19 12/27] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v19 13/27] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v19 15/27] riscv/traps: Introduce software check exception and uprobe handling, Deepak Gupta
- [PATCH v19 14/27] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH v19 16/27] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]