Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-14 00:36:19 to 2015-11-24 13:38:18 UTC [more...]

[RFC PATCH V2 0/3] IXGBE/VFIO: Add live migration support for SRIOV NIC
 2015-11-24 13:38 UTC  (4+ 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-24 13:30 UTC  (34+ 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 03/22] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v3 04/22] kthread: Add create_kthread_worker*()
` [PATCH v3 05/22] kthread: Add drain_kthread_worker()
` [PATCH v3 06/22] kthread: Add destroy_kthread_worker()
` [PATCH v3 07/22] kthread: Detect when a kthread work is used by more workers
` [PATCH v3 08/22] kthread: Initial support for delayed kthread work
` [PATCH v3 09/22] kthread: Allow to cancel "
` [PATCH v3 10/22] kthread: Allow to modify delayed "
` [PATCH v3 11/22] kthread: Better support freezable kthread workers
` [PATCH v3 12/22] kthread: Use try_lock_kthread_work() in flush_kthread_work()
` [PATCH v3 13/22] mm/huge_page: Convert khugepaged() into kthread worker API
` [PATCH v3 14/22] ring_buffer: Convert benchmark kthreads "
` [PATCH v3 15/22] hung_task: Convert hungtaskd "
` [PATCH v3 16/22] kmemleak: Convert kmemleak kthread "
` [PATCH v3 17/22] ipmi: Convert kipmi "
` [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

[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  (4+ messages)
` [PATCH V2 1/2] selftests: create test-specific kconfig fragments
` [PATCH V2 2/2] scripts/kconfig/Makefile: add kselftest-mergeconfig

[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  (5+ messages)
  ` [PATCH V2 1/3] selftests/capabilities: clean up for Makefile
  ` [PATCH V2 2/3] selftests/capabilities: actually test it
  ` [PATCH V2 3/3] selftest/ipc: "

[PATCH v5 0/4] SysFS driver for QEMU fw_cfg device
 2015-11-23 20:14 UTC  (8+ messages)
` [PATCH v5 1/4] firmware: introduce sysfs driver for QEMU's "
` [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

[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 v7] livepatch: function,sympos scheme in livepatch sysfs directory
 2015-11-23  9:47 UTC  (3+ messages)
    ` [PATCH 3/3 v8] "

[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 v4 00/16] MADV_FREE support
 2015-11-20  8:02 UTC  (17+ 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 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  (9+ messages)
  ` [PATCH v5 1/6] mm, documentation: clarify /proc/pid/status VmSwap limitations for shmem
` [PATCH v5 2/6] mm, proc: account for shmem swap in /proc/pid/smaps
` [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 v5 5/6] mm, shmem: add internal shmem resident memory accounting
` [PATCH v5 6/6] mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status

[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  (12+ messages)
` [PATCH v4 1/4] firmware: introduce sysfs driver for QEMU's "
` [PATCH v4 2/4] kobject: export kset_find_obj() for module use
` [PATCH v4 3/4] firmware: create directory hierarchy for sysfs fw_cfg entries
` [PATCH v4 4/4] devicetree: update documentation for fw_cfg ARM bindings
  ` [Qemu-devel] "
            `  "

CGroup Namespaces (v4)
 2015-11-18 15:43 UTC  (21+ messages)
  ` [PATCH 1/8] kernfs: Add API to generate relative kernfs path
  ` [PATCH 2/8] sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
  ` [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

[PATCH v3] block: create ioctl to discard-or-zeroout a range of blocks
 2015-11-18  4:38 UTC  (3+ messages)

[PATCH 0/2] TPM 2.0 trusted key features for v4.5
 2015-11-17 16:27 UTC  (2+ messages)
` [PATCH 1/2] keys, trusted: select hash algorithm for TPM2 chips

[RFC 0/2] ABI: IIO: proposal for AVERAGING_RATIO support
 2015-11-17 14:04 UTC  (5+ messages)
` [RFC 1/2] ABI: iio: support AVERAGING_RATIO setting
  ` [RFC 2/2] iio: ina2xx: convert AVERGING ratio setting from generic sysfs attr to ABI

[PATCH 00/37] x86: Memory Protection Keys
 2015-11-17  3:36 UTC  (6+ messages)
` [PATCH 27/37] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
` [PATCH 29/37] mm: implement new mprotect_key() system call
` [PATCH 31/37] x86: wire up "
` [PATCH 34/37] x86, pkeys: allocation/free syscalls
` [PATCH 35/37] x86, pkeys: add pkey set/get syscalls

[PATCH v2] selftests/seccomp: Get page size from sysconf
 2015-11-17  2:26 UTC  (4+ messages)

[PATCH] tools:testing/selftests: fix typo in futex/README
 2015-11-17  2:24 UTC  (3+ messages)

[PATCH RFD] selftests: create test-specific kconfig fragments
 2015-11-17  0:20 UTC  (7+ messages)

[PATCH v4] block: create ioctl to discard-or-zeroout a range of blocks
 2015-11-16 22:56 UTC  (2+ messages)

[PATCH 0/3] Enable two testcases in kselftest
 2015-11-16 18:56 UTC  (10+ messages)
  ` [PATCH 1/3] selftests/capabilities: align the usage of CFLAGS with others
  ` [PATCH 2/3] selftests/capabilities: actually test it
  ` [PATCH 3/3] selftest/ipc: "

[PATCH v2 2/3] [media] include/media: move driver interface headers to a separate dir
 2015-11-16 12:30 UTC  (2+ messages)

[RFC PATCH 2/5] module: save load_info for livepatch modules
 2015-11-16 12:21 UTC  (15+ messages)
  `  "

[PATCH v3 01/17] mm: support madvise(MADV_FREE)
 2015-11-16  3:14 UTC  (12+ messages)

[PATCH v3 00/17] MADFV_FREE support
 2015-11-15 14:23 UTC  (5+ messages)
` [PATCH v3 03/17] arch: uapi: asm: mman.h: Let MADV_FREE have same value for all architectures


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).