messages from 2019-12-16 14:43:57 to 2019-12-19 16:19:50 UTC [more...]
[PATCH v7 linux-kselftest-test 0/6] kunit: support building core/tests as modules
2019-12-19 16:17 UTC (7+ messages)
` [PATCH v7 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
` [PATCH v7 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v7 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v7 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
` [PATCH v7 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
` [PATCH v7 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build
[PATCH v6 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
2019-12-19 14:28 UTC (3+ messages)
[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
2019-12-19 13:26 UTC (41+ messages)
` [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v11 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v11 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v12] "
` [PATCH v11 05/25] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v11 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v11 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v11 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v11 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v11 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v11 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v11 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v11 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v11 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v11 16/25] net/xdp: "
` [PATCH v11 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v11 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v11 19/25] vfio, mm: "
` [PATCH v11 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v11 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v11 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v11 23/25] mm/gup: track FOLL_PIN pages
` [PATCH v12 "
` [PATCH v11 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v11 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
[GIT PULL v2 00/27] block, scsi: final compat_ioctl cleanup
2019-12-19 12:15 UTC (40+ messages)
` [PATCH v2 01/27] pktcdvd: fix regression on 64-bit architectures
` [PATCH v2 02/27] compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE
` [PATCH v2 03/27] compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES
` [PATCH v2 04/27] compat_ioctl: block: handle add zone open, close and finish ioctl
` [PATCH v2 05/27] compat_ioctl: block: handle Persistent Reservations
` [PATCH v2 06/27] compat: ARM64: always include asm-generic/compat.h
` [PATCH v2 07/27] compat: provide compat_ptr() on all architectures
` [PATCH v2 08/27] compat: scsi: sg: fix v3 compat read/write interface
` [PATCH v2 09/27] compat_ioctl: block: add blkdev_compat_ptr_ioctl
` [PATCH v2 10/27] compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
` [PATCH v2 11/27] compat_ioctl: move CDROM_SEND_PACKET handling into scsi
` [PATCH v2 12/27] compat_ioctl: move CDROMREADADIO to cdrom.c
` [PATCH v2 13/27] compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
` [PATCH v2 14/27] compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers
` [PATCH v2 15/27] compat_ioctl: add scsi_compat_ioctl
` [PATCH v2 16/27] compat_ioctl: bsg: add handler
` [PATCH v2 17/27] compat_ioctl: ide: floppy: "
` [PATCH v2 18/27] compat_ioctl: scsi: move ioctl handling into drivers
` [PATCH v2 19/27] compat_ioctl: move sys_compat_ioctl() to ioctl.c
` [PATCH v2 20/27] compat_ioctl: simplify the implementation
` [PATCH v2 21/27] compat_ioctl: move cdrom commands into cdrom.c
` [PATCH v2 22/27] compat_ioctl: scsi: handle HDIO commands from drivers
` [PATCH v2 23/27] compat_ioctl: move HDIO ioctl handling into drivers/ide
` [PATCH v2 24/27] compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.c
` [PATCH v2 25/27] compat_ioctl: block: simplify compat_blkpg_ioctl()
` [PATCH v2 26/27] compat_ioctl: simplify up block/ioctl.c
` [PATCH v2 27/27] Documentation: document ioctl interfaces better
[PATCH 0/5] KVM: arm64: vcpu preempted check support
2019-12-19 11:59 UTC (12+ messages)
` [PATCH 1/5] KVM: arm64: Document PV-lock interface
` [PATCH 2/5] KVM: arm64: Implement PV_LOCK_FEATURES call
` [PATCH 3/5] KVM: arm64: Support pvlock preempted via shared structure
` [PATCH 4/5] KVM: arm64: Add interface to support vcpu preempted check
` [PATCH 5/5] KVM: arm64: Support the vcpu preemption check
[PATCH] kbuild: clarify the difference between obj-y and obj-m w.r.t. descending
2019-12-19 11:51 UTC
[PATCH 0/3] kbuild: generate modules.builtin without Makefile.modbuiltin or tristate.conf
2019-12-19 8:33 UTC (2+ messages)
` [PATCH 3/3] kbuild: create "
[PATCH v2 0/1] Summary: hwmon driver for temperature sensors on SATA drives
2019-12-19 7:37 UTC (5+ messages)
` [PATCH v2] hwmon: Driver "
[PATCH v2 1/3] dt-bindings: misc: Add dt bindings for traffic generator
2019-12-18 23:55 UTC (2+ messages)
[PATCH v11 00/14] PECI device driver introduction
2019-12-18 23:30 UTC (23+ messages)
` [PATCH v11 01/14] dt-bindings: Add PECI subsystem document
` [PATCH v11 04/14] dt-bindings: Add bindings document of Aspeed PECI adapter
` [PATCH v11 07/14] dt-bindings: peci: add NPCM PECI documentation
` [PATCH v11 11/14] mfd: intel-peci-client: Add Intel PECI client driver
` [PATCH v11 13/14] hwmon: Add PECI cputemp driver
` [PATCH v11 14/14] hwmon: Add PECI dimmtemp driver
[PATCH v2 1/3] dt-bindings: Add dt bindings for flex noc Performance Monitor
2019-12-18 22:27 UTC (2+ messages)
[PATCH] docs: ftrace: Specifies when buffers get clear
2019-12-18 19:47 UTC (3+ messages)
[PATCH v2] docs: ftrace: Specifies when buffers get clear
2019-12-18 19:38 UTC (3+ messages)
[PATCH v2 0/6] arm64: ARMv8.4 Activity Monitors support
2019-12-18 18:26 UTC (7+ messages)
` [PATCH v2 1/6] arm64: add support for the AMU extension v1
` [PATCH v2 2/6] arm64: trap to EL1 accesses to AMU counters from EL0
` [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 v6 00/15] Support ROHM BD71828 PMIC
2019-12-18 18:08 UTC (28+ messages)
` [PATCH v6 02/15] dt-bindings: leds: ROHM BD71282 PMIC LED driver
` [PATCH v6 03/15] dt-bindings: mfd: Document ROHM BD71828 bindings
` [PATCH v6 04/15] mfd: rohm PMICs - use platform_device_id to match MFD sub-devices
` [PATCH v6 05/15] mfd: bd71828: Support ROHM BD71828 PMIC - core
` [PATCH v6 07/15] clk: bd718x7: Support ROHM BD71828 clk block
` [PATCH v6 08/15] regulator: bd718x7: Split driver to common and bd718x7 specific parts
` [PATCH v6 09/15] regulator: bd71828: Basic support for ROHM bd71828 PMIC regulators
` Applied "regulator: bd71828: Basic support for ROHM bd71828 PMIC regulators" to the regulator tree
[PATCH 1/2] platform/x86: Add support for Uncore frequency control
2019-12-18 16:51 UTC (4+ messages)
` [PATCH 2/2] admin guide/pm: Admin guide for Intel Uncore Frequency limits
[PATCH] kconfig: remove ---help--- from documentation
2019-12-18 14:16 UTC (2+ messages)
[PATCH v6] arm64: implement KPROBES_ON_FTRACE
2019-12-18 13:25 UTC (2+ messages)
[PATCH 1/2] docs/zh_CN: translate kernel enforcement statement
2019-12-18 11:59 UTC (2+ messages)
` [PATCH 2/2] docs/zh_CN: add translator info and link to index
[PATCH] Documentation: x86: boot.rst: fix typo
2019-12-18 11:57 UTC (2+ messages)
` [tip: x86/cleanups] Documentation/x86/boot: Fix typo
[PATCH 1/2] docs/zh_CN: add kernel driver statement
2019-12-18 9:56 UTC (2+ messages)
` [PATCH 2/2] docs/zh_CN: add translator info and link to Chinese process index
[PATCH v2 1/4] docs/zh_CN: embargoed hardware issues
2019-12-18 9:10 UTC (4+ messages)
` [PATCH v2 2/4] docs/zh_CN: add translator info for embargoed-hardware-issues
` [PATCH v2 3/4] docs/zh_CN: link embargoed-hardware-issue to index
` [PATCH v2 4/4] docs: add a link stub for embargoed hardware issue
[PATCH 1/3] docs/zh_CN: embargoed hardware issues
2019-12-18 8:53 UTC (3+ messages)
` [PATCH 2/3] docs/zh_CN: add translator info for embargoed-hardware-issues
` [PATCH 3/3] docs/zh_CN: link embargoed-hardware-issue to index
KASAN: slab-out-of-bounds Write in watch_queue_ioctl
2019-12-18 7:06 UTC
is there a preferred form of root-prompt example ?
2019-12-18 6:57 UTC (2+ messages)
[PATCH 0/1] Summary: hwmon driver for temperature sensors on SATA drives
2019-12-18 3:42 UTC (15+ messages)
` [PATCH 1/1] hwmon: Driver "
[PATCH v9 23/25] mm/gup: track FOLL_PIN pages
2019-12-17 13:56 UTC (4+ messages)
` [RFC PATCH] mm/gup: try_pin_compound_head() can be static
[PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
2019-12-17 13:49 UTC (4+ messages)
[PATCH v6 01/15] dt-bindings: regulator: Document ROHM BD71282 regulator bindings
2019-12-17 12:39 UTC (2+ messages)
` Applied "dt-bindings: regulator: Document ROHM BD71282 regulator bindings" to the regulator tree
[PATCH] docs: Document the Link: tag formally
2019-12-17 10:55 UTC (12+ messages)
[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
2019-12-17 7:29 UTC (5+ messages)
` [PATCH v11 "
[PATCH v18 00/13] open: introduce openat2(2) syscall
2019-12-17 6:39 UTC (3+ messages)
` [PATCH v18 11/13] "
[PATCH v6 13/15] docs: coresight: Update documentation for CoreSight to cover CTI
2019-12-16 21:11 UTC (2+ messages)
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).