messages from 2020-01-28 16:34:29 to 2020-02-03 01:46:09 UTC [more...]
[PATCH v6 0/5] Support fof Casefolding and Encryption
2020-02-03 1:45 UTC (7+ messages)
` [PATCH v6 1/5] unicode: Add standard casefolded d_ops
` [PATCH v6 2/5] fscrypt: Have filesystems handle their d_ops
` [PATCH v6 3/5] f2fs: Handle casefolding with Encryption
` [PATCH v6 4/5] ext4: Hande casefolding with encryption
` [PATCH v6 5/5] ext4: Optimize match for casefolded encrypted dirs
[PATCH v7] zswap: allow setting default status, compressor and allocator in Kconfig
2020-02-02 0:01 UTC
[PATCH v1] Documentation: kunit: fixed sphinx error in code block
2020-02-01 22:18 UTC (2+ messages)
[PATCH] Documentation: Fix build error for cpu-idle-cooling.rst and client.rst
2020-02-01 16:17 UTC (4+ messages)
[PATCH v2 0/9] Introduce Data Access MONitor (DAMON)
2020-02-01 8:52 UTC (11+ messages)
` [PATCH v2 1/9] mm: "
` "
` [PATCH v2 6/9] mm/damon: Add minimal user-space tools
` "
` "
` [PATCH v2 8/9] mm/damon: Add kunit tests
` "
[PATCH 0/2] Add SANITIZE_xx.o & SANITIZE and apply them to x86
2020-02-01 6:24 UTC (3+ messages)
` [PATCH 1/2] sanitize: Add SANITIZE_xx.o and SANITIZE to disable all sanitizers for specific files
` [PATCH 2/2] x86: Disable both KASAN and UBSAN for some booting code
[PATCH v3 00/12] mm/gup: track FOLL_PIN pages
2020-02-01 3:40 UTC (13+ messages)
` [PATCH v3 01/12] mm: dump_page(): better diagnostics for compound pages
` [PATCH v3 02/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v3 03/12] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v3 04/12] mm: introduce page_ref_sub_return()
` [PATCH v3 05/12] mm/gup: pass gup flags to two more routines
` [PATCH v3 06/12] mm/gup: require FOLL_GET for get_user_pages_fast()
` [PATCH v3 07/12] mm/gup: track FOLL_PIN pages
` [PATCH v3 08/12] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v3 09/12] mm: dump_page(): better diagnostics for huge pinned pages
` [PATCH v3 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v3 11/12] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v3 12/12] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
[PATCH v2 01/16] docs: Add documentation for MHI bus
2020-01-31 22:57 UTC (2+ messages)
[PATCH 0/5] Documentation: Fix trivial nits
2020-01-31 21:23 UTC (7+ messages)
` [PATCH 1/5] docs/locking: Fix outdated section names
` [PATCH 2/5] docs/ko_KR/howto: Insert missing dots
` [PATCH 3/5] Documentation/ko_KR/howto: Update broken web addresses
` [PATCH 4/5] Documentation/ko_KR/howto: Update a broken link
` [PATCH 5/5] Documentation/memory-barriers: Fix typos
[PATCH 0/8] Remove 64-bit GDT setup in efi_main + doc fixes
2020-01-31 19:24 UTC (13+ messages)
` [PATCH 1/8] efi/x86: Use C wrapper instead of inline assembly
` [PATCH 2/8] efi/x86: Allocate the GDT pointer on the stack
` [PATCH 3/8] efi/x86: Factor GDT setup code into a function
` [PATCH 4/8] efi/x86: Only setup the GDT for 32-bit kernel
` [PATCH 5/8] efi/x86: Allocate only the required 32 bytes for the GDT
` [PATCH 6/8] efi/x86: Change __KERNEL_{CS,DS} to __BOOT_{CS,DS}
` [PATCH 7/8] Documentation/x86/boot: Clarify segment requirements for EFI handover
` [PATCH 8/8] Documentation/x86/boot: Correct segment requirements for 64-bit boot
[PATCH net] netfilter: nf_flowtable: fix documentation
2020-01-31 18:29 UTC (4+ messages)
[PATCH v2] openrisc: configs: Cleanup CONFIG_CROSS_COMPILE
2020-01-31 13:10 UTC (2+ messages)
[PATCH v2 0/6] arm64: ARMv8.4 Activity Monitors support
2020-01-31 9:54 UTC (32+ messages)
` [PATCH v2 1/6] arm64: add support for the AMU extension v1
` [PATCH v2 3/6] arm64/kvm: disable access to AMU registers from kvm guests
` [PATCH v2 4/6] Documentation: arm64: document support for the AMU extension
` [PATCH v2 5/6] TEMP: sched: add interface for counter-based frequency invariance
` [PATCH v2 6/6] arm64: use activity monitors for "
[PATCH] Documentation,selinux: deprecate setting checkreqprot to 1
2020-01-31 3:42 UTC (3+ messages)
[PATCH v2 0/8] mm/gup: track FOLL_PIN pages (follow on from v12)
2020-01-31 3:19 UTC (18+ messages)
` [PATCH v2 1/8] mm: dump_page: print head page's refcount, for compound pages
` [PATCH v2 2/8] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v2 3/8] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v2 4/8] mm/gup: track FOLL_PIN pages
` [PATCH v2 5/8] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v2 6/8] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v2 7/8] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v2 8/8] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
[PATCH v2 kunit-next 0/3] kunit: add debugfs representation to show results/run tests
2020-01-31 2:51 UTC (7+ messages)
` [PATCH v2 kunit-next 1/3] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH v2 kunit-next 2/3] kunit: add "run" debugfs file to run suites, display results
` [PATCH v2 kunit-next 3/3] kunit: update documentation to describe debugfs representation
[PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
2020-01-30 23:08 UTC (8+ messages)
` [PATCH v2 1/7] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v2 2/7] arch: um: "
` [PATCH v2 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v2 4/7] init: main: add KUnit to kernel init
` [PATCH v2 5/7] kunit: test: add test plan to KUnit TAP format
` [PATCH v2 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v2 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt
[PATCH v1 0/7] kunit: create a centralized executor to dispatch all KUnit tests
2020-01-30 23:04 UTC (12+ messages)
` [PATCH v1 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v1 4/7] init: main: add KUnit to kernel init
` [PATCH v1 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v1 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt
[PATCH] acpi: button: Provide option for power button to directly signal init
2020-01-30 21:07 UTC (2+ messages)
[PATCH 1/1] mm: sysctl: add panic_on_inconsistent_mm sysctl
2020-01-30 19:28 UTC (5+ messages)
[PATCH] Documentation: admin-guide: PM: Update sleep states documentation
2020-01-30 14:52 UTC
[PATCH 0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver
2020-01-30 10:02 UTC (3+ messages)
` [PATCH 1/3] ide: "
[GIT PULL] Documentation for 5.6
2020-01-29 23:35 UTC (2+ messages)
[PATCH v2] Documentation: changes.rst: update several outdated project URLs
2020-01-29 23:15 UTC
[PATCH v3 00/28] docs: i2c: rework I2C documentation, part I
2020-01-29 21:10 UTC (30+ messages)
` [PATCH v3 01/28] docs: i2c: sort index logically
` [PATCH v3 02/28] docs: i2c: summary: extend introduction
` [PATCH v3 03/28] docs: i2c: summary: rewrite the "terminology" section
` [PATCH v3 04/28] docs: i2c: call it "I2C" consistently
` [PATCH v3 05/28] docs: i2c: fix typo
` [PATCH v3 06/28] docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently
` [PATCH v3 07/28] docs: i2c: i2c-protocol: fix kernel-doc function syntax
` [PATCH v3 08/28] docs: i2c: i2c-protocol: properly name start and stop conditions
` [PATCH v3 09/28] docs: i2c: i2c-protocol: remove unneeded colons from table
` [PATCH v3 10/28] docs: i2c: i2c-protocol: use proper names for ACK and NACK
` [PATCH v3 11/28] docs: i2c: smbus-protocol: fix link syntax
` [PATCH v3 12/28] docs: i2c: smbus-protocol: properly name start and stop conditions
` [PATCH v3 13/28] docs: i2c: smbus-protocol: remove unneeded colons from table
` [PATCH v3 14/28] docs: i2c: smbus-protocol: use proper names for ACK and NACK
` [PATCH v3 15/28] docs: i2c: smbus-protocol: enable kernel-doc function syntax
` [PATCH v3 16/28] docs: i2c: smbus-protocol: fix "
` [PATCH v3 17/28] docs: i2c: smbus-protocol: fix typo
` [PATCH v3 18/28] docs: i2c: smbus-protocol: fix punctuation
` [PATCH v3 19/28] docs: i2c: smbus-protocol: improve I2C Block transactions description
` [PATCH v3 20/28] docs: i2c: instantiating-devices: fix internal hyperlink
` [PATCH v3 21/28] docs: i2c: instantiating-devices: rearrange static instatiation
` [PATCH v3 22/28] docs: i2c: instantiating-devices: use monospace for sysfs attributes
` [PATCH v3 23/28] docs: i2c: old-module-parameters: fix internal hyperlink
` [PATCH v3 24/28] docs: i2c: old-module-parameters: clarify this is for obsolete kernels
` [PATCH v3 25/28] docs: i2c: old-module-parameters: use monospace instead of ""
` [PATCH v3 26/28] docs: i2c: rename sections so the overall picture is clearer
` [PATCH v3 27/28] docs: i2c: i2c-protocol: use same wording as smbus-protocol
` [PATCH v3 28/28] docs: i2c: writing-clients: properly name the stop condition
[PATCH 0/3] mm/gup: track FOLL_PIN pages (follow on from v12)
2020-01-29 20:01 UTC (4+ messages)
[PATCH v2 0/9] Introduce Data Access MONitor (DAMON)
2020-01-29 19:59 UTC (8+ messages)
` "
` "
` "
` "
[PATCH v2 00/28] docs: i2c: rework I2C documentation, part I
2020-01-29 12:22 UTC (4+ messages)
` [PATCH v2 01/28] docs: i2c: sort index logically
[PATCH 1/2] docs: usb: remove some broken references
2020-01-29 9:18 UTC (8+ messages)
` [PATCH 2/2] docs: filesystems: add overlayfs to index.rst
Docs build broken by driver-api/dmaengine/client.rst ? (was Re: [GIT PULL]: dmaengine updates for v5.6-rc1)
2020-01-29 7:47 UTC (5+ messages)
[PATCH v5] Documentation: filesystems: convert fuse to RST
2020-01-29 5:06 UTC
[PATCH v2 0/5] Documentation: nfs: convert remaining files to ReST
2020-01-29 4:49 UTC (6+ messages)
` [PATCH v2 1/5] Documentation: nfs: convert pnfs.txt "
` [PATCH v2 2/5] Documentation: nfs: rpc-cache: convert "
` [PATCH v2 3/5] Documentation: nfs: rpc-server-gss: "
` [PATCH v2 4/5] Documentation: nfs: nfs41-server: "
` [PATCH v2 5/5] Documentation: nfs: knfsd-stats: "
[PATCH][RFC] PCI: Add "pci=blacklist_dev=" parameter to blacklist specific devices
2020-01-29 1:32 UTC (3+ messages)
[PATCH 1/3] docs: hwmon: (pmbus/ltc2978): Update datasheet URLs to analog.com
2020-01-28 22:38 UTC (8+ messages)
` [PATCH 2/3] hwmon: (pmbus/ltc2978): Fix PMBus polling of MFR_COMMON definitions
` [PATCH 3/3] hwmon: (pmbus/ltc2978): add support for more parts
[PATCH 00/27] docs: virt: convert text documents to ReST format
2020-01-28 20:38 UTC (7+ messages)
` [PATCH 11/27] docs: kvm: convert devices/s390_flic.txt to ReST
` [PATCH 25/27] docs: kvm: Convert s390-diag.txt to ReST format
[PATCH v8 00/15] CoreSight CTI Driver
2020-01-28 19:32 UTC (4+ messages)
` [PATCH v8 08/15] coresight: cti: Enable CTI associated with devices
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).