Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-18 13:25:22 to 2015-11-30 06:39:43 UTC [more...]

[PATCH v5 00/12] MADV_FREE support
 2015-11-30  6:39 UTC  (13+ messages)
` [PATCH v5 01/12] mm: support madvise(MADV_FREE)
` [PATCH v5 02/12] mm: define MADV_FREE for some arches
` [PATCH v5 03/12] arch: uapi: asm: mman.h: Let MADV_FREE have same value for all architectures
` [PATCH v5 04/12] mm: free swp_entry in madvise_free
` [PATCH v5 05/12] mm: move lazily freed pages to inactive list
` [PATCH v5 06/12] mm: mark stable page dirty in KSM
` [PATCH v5 07/12] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v5 08/12] sparc: "
` [PATCH v5 09/12] powerpc: "
` [PATCH v5 10/12] arm: add pmd_mkclean "
` [PATCH v5 11/12] arm64: "
` [PATCH v5 12/12] mm: don't split THP page when syscall is called

[PATCH 0/3] introduce new evdev interface type
 2015-11-29  9:19 UTC  (9+ messages)
` [PATCH 1/3] input: evdev: introduce new evdev interface
` [PATCH 2/3] input: evdev: add new ioctl EVIOCSIFTYPE / EVIOCGIFTYPE
` [PATCH 3/3] uinput: convert input_event to input_value

[PATCH v1 0/1] ioctl to disallow detaching kernel USB drivers
 2015-11-28  2:39 UTC  (8+ messages)
` [PATCH v1] usb: devio: Add "

CGroup Namespaces (v5)
 2015-11-27 20:52 UTC  (8+ messages)
  ` [PATCH 1/7] kernfs: Add API to generate relative kernfs path
  ` [PATCH 2/7] sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
  ` [PATCH 3/7] cgroup: introduce cgroup namespaces
  ` [PATCH 4/7] cgroup: cgroup namespace setns support
  ` [PATCH 5/7] cgroup: mount cgroupns-root when inside non-init cgroupns
  ` [PATCH 6/7] cgroup: Add documentation for cgroup namespaces
` [PATCH 7/7] Add FS_USERNS_FLAG to cgroup fs

[RFC PATCH 0/2] drm: add support for for clk and de polarity & gpu: ipu-v3: use clock and de polarity
 2015-11-27  7:37 UTC  (5+ messages)
` [RFC PATCH 1/2] drm: add support for for clk "

CGroup Namespaces (v4)
 2015-11-27  5:25 UTC  (33+ messages)
` [PATCH 1/8] kernfs: Add API to generate relative kernfs path
` [PATCH 3/8] cgroup: add function to get task's cgroup
` [PATCH 4/8] cgroup: export cgroup_get() and cgroup_put()
` [PATCH 5/8] cgroup: introduce cgroup namespaces
` [PATCH 6/8] cgroup: cgroup namespace setns support
` [PATCH 7/8] cgroup: mount cgroupns-root when inside non-init cgroupns
` [PATCH 8/8] cgroup: Add documentation for cgroup namespaces

[RFC PATCH V2 0/3] IXGBE/VFIO: Add live migration support for SRIOV NIC
 2015-11-26  3:56 UTC  (20+ messages)
  ` [RFC PATCH V2 1/3] VFIO: Add new ioctl cmd VFIO_GET_PCI_CAP_INFO
  ` [RFC PATCH V2 2/3] PCI: Add macros for faked PCI migration capability
` [RFC PATCH V2 3/3] Ixgbevf: Add migration support for ixgbevf driver

[PATCH v3 00/22] kthread: Use kthread worker API more widely
 2015-11-25 21:16 UTC  (29+ messages)
` [PATCH v3 01/22] timer: Allow to check when the timer callback has not finished yet
` [PATCH v3 02/22] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v3 07/22] kthread: Detect when a kthread work is used by more workers
` [PATCH v3 09/22] kthread: Allow to cancel kthread work
` [PATCH v3 17/22] ipmi: Convert kipmi kthread into kthread worker API
` [PATCH v3 18/22] IB/fmr_pool: Convert the cleanup thread "
` [PATCH v3 19/22] memstick/r592: Better synchronize debug messages in r592_io kthread
` [PATCH v3 20/22] memstick/r592: convert r592_io kthread into kthread worker API
` [PATCH v3 21/22] thermal/intel_powerclamp: Remove duplicated code that starts the kthread
` [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[RFC PATCH 00/10] Support for Cortex-M Prototyping System
 2015-11-25 20:07 UTC  (19+ messages)
` [RFC PATCH 01/10] dt-bindings: document the MPS2 timer bindings
` [RFC PATCH 02/10] clockevents/drivers: add MPS2 Timer driver
` [RFC PATCH 03/10] dt-bindings: document the MPS2 UART bindings
` [RFC PATCH 04/10] serial: mps2-uart: add MPS2 UART driver
` [RFC PATCH 05/10] serial: mps2-uart: add support for early console
` [RFC PATCH 06/10] ARM: mps2: introduce MPS2 platform
  ` [RFC PATCH 07/10] ARM: mps2: add low-level debug support
  ` [RFC PATCH 08/10] ARM: configs: add MPS2 defconfig
` [RFC PATCH 09/10] ARM: dts: introduce MPS2 AN385/AN386
` [RFC PATCH 10/10] ARM: dts: introduce MPS2 AN399/AN400

[PATCH v4 00/16] MADV_FREE support
 2015-11-25 17:36 UTC  (20+ messages)
` [PATCH v4 01/16] mm: support madvise(MADV_FREE)
` [PATCH v4 03/16] arch: uapi: asm: mman.h: Let MADV_FREE have same value for all architectures
` [PATCH v4 04/16] mm: free swp_entry in madvise_free
` [PATCH v4 05/16] mm: move lazily freed pages to inactive list
` [PATCH v4 06/16] mm: mark stable page dirty in KSM
` [PATCH v4 07/16] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v4 08/16] sparc: "
` [PATCH v4 10/16] arm: add pmd_mkclean "
` [PATCH v4 12/16] mm: don't split THP page when syscall is called
` [PATCH v4 13/16] mm: introduce wrappers to add new LRU
` [PATCH v4 14/16] mm: introduce lazyfree LRU list
  ` [PATCH v4 02/16] mm: define MADV_FREE for some arches
  ` [PATCH v4 09/16] powerpc: add pmd_[dirty|mkclean] for THP
  ` [PATCH v4 11/16] arm64: add pmd_mkclean "
  ` [PATCH v4 15/16] mm: support MADV_FREE on swapless system
` [PATCH v4 16/16] mm: add knob to tune lazyfreeing

[PATCH v5 0/4] SysFS driver for QEMU fw_cfg device
 2015-11-25  2:42 UTC  (13+ messages)
` [PATCH v5 1/4] firmware: introduce sysfs driver for QEMU's "
            ` [Qemu-devel] "
` [PATCH v5 2/4] kobject: export kset_find_obj() for module use
` [PATCH v5 3/4] firmware: create directory hierarchy for sysfs fw_cfg entries
` [PATCH v5 4/4] devicetree: update documentation for fw_cfg ARM bindings

[PATCH 0/24] kernel: add a netlink interface to get information about processes (v2)
 2015-11-24 15:18 UTC  (2+ messages)

[PATCH 06/18] [media] media.h: create connector entities for hybrid TV devices
 2015-11-24 10:27 UTC  (5+ messages)
` [PATCH 14/18] [media] media-device: export the entity function via new ioctl

[v15 0/4] ext4: add project quota support
 2015-11-24  9:07 UTC  (12+ messages)

[PATCH 1/2] mm: introduce page reference manipulation functions
 2015-11-24  1:56 UTC  (10+ messages)
` [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[PATCH 2/2] iio: health: Add driver for the TI AFE4404 heart monitor
 2015-11-23 20:53 UTC  (9+ messages)

[PATCH V2 0/2] Create specific kconfig for kselftest
 2015-11-23 20:35 UTC  (2+ messages)

[PATCH] tools, testing, add test for intel_pstate driver
 2015-11-23 20:34 UTC  (2+ messages)

[PATCH V2 0/3] Clean up and enable two testcases in kselftest
 2015-11-23 20:33 UTC  (2+ messages)

[GIT PULL] Kselftest fixes for 4.4-rc3
 2015-11-23 18:31 UTC 

[PATCH v4 21/79] ebtables.h: use __u64 from linux/types.h
 2015-11-23 16:55 UTC  (4+ messages)
` [PATCH v4 52/79] include/uapi/netfilter/*.h: fix include files for compilation

[PATCH 3/3 v8] livepatch: function,sympos scheme in livepatch sysfs directory
 2015-11-23  9:47 UTC  (2+ messages)

[RFC PATCH v1 0/2] Add basic HDCP function support for dw_hdmi driver
 2015-11-22 13:42 UTC  (3+ messages)
` [RFC PATCH v1 1/2] drm: Add Content Protection properties to drm
` [RFC PATCH v1 2/2] drm: bridgw/dw_hdmi: add basic hdmi hdcp driver

[PATCH] mtd: Expand the ecc placement locations to 1216
 2015-11-21 15:29 UTC  (3+ messages)

[PATCH 00/14] Initial Microchip PIC32MZDA Support
 2015-11-21  0:17 UTC  (2+ messages)
` [PATCH 10/14] serial: pic32_uart: Add PIC32 uart driver

[PATCH 1/1] Replacing return statements with existinig goto statement
 2015-11-19 17:15 UTC 

[RFC PATCH 0/3] restartable sequences v2: fast user-space percpu critical sections
 2015-11-19 16:38 UTC  (3+ messages)
` [RFC PATCH v2 1/3] restartable sequences: user-space per-cpu "

[PATCH v5 0/6] enhance shmem process and swap accounting
 2015-11-19 10:13 UTC  (5+ messages)
` [PATCH v5 3/6] mm, proc: reduce cost of /proc/pid/smaps for shmem mappings
` [PATCH v5 4/6] mm, proc: reduce cost of /proc/pid/smaps for unpopulated "

[PATCH] mm: Loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390
 2015-11-19  9:43 UTC  (4+ messages)

[PATCH v4 0/4] SysFS driver for QEMU fw_cfg device
 2015-11-18 20:54 UTC  (7+ messages)
` [PATCH v4 4/4] devicetree: update documentation for fw_cfg ARM bindings
  ` [Qemu-devel] "
            `  "


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 read-only IMAP folder(s) and NNTP newsgroup(s).