linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-19 16:27:16 to 2016-02-26 00:57:32 UTC [more...]

[PATCH v3 00/52] mtd: rework ECC layout definition
 2016-02-26  0:57 UTC  (25+ messages)
  ` [PATCH v3 01/52] mtd: kill the ecclayout->oobavail field
  ` [PATCH v3 02/52] mtd: create an mtd_oobavail() helper and make use of it
  ` [PATCH v3 03/52] mtd: mtdswap: remove useless if (!mtd->ecclayout) test
  ` [PATCH v3 04/52] mtd: nand: simplify nand_bch_init() usage
  ` [PATCH v3 05/52] mtd: add mtd_ooblayout_xxx() helper functions
  ` [PATCH v3 06/52] mtd: use mtd_ooblayout_xxx() helpers where appropriate
  ` [PATCH v3 07/52] mtd: nand: core: "
  ` [PATCH v3 08/52] mtd: nand: atmel: "
  ` [PATCH v3 09/52] mtd: nand: fsl_ifc: "
  ` [PATCH v3 10/52] mtd: nand: gpmi: "
  ` [PATCH v3 11/52] mtd: nand: lpc32xx: "
  ` [PATCH v3 12/52] mtd: nand: omap2: "
  ` [PATCH v3 13/52] mtd: onenand: "
  ` [PATCH v3 14/52] mtd: add mtd_set_ecclayout() helper function
  ` [PATCH v3 15/52] mtd: use mtd_set_ecclayout() where appropriate
  ` [PATCH v3 16/52] mtd: nand: "
  ` [PATCH v3 17/52] mtd: onenand: "
  ` [PATCH v3 18/52] mtd: docg3: "
  ` [PATCH v3 19/52] mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
  ` [PATCH v3 20/52] mtd: docg3: switch to mtd_ooblayout_ops
  ` [PATCH v3 21/52] mtd: nand: implement the default mtd_ooblayout_ops
  ` [PATCH v3 22/52] mtd: nand: bch: switch to mtd_ooblayout_ops
  ` [PATCH v3 23/52] mtd: nand: sharpsl: "
  ` [PATCH v3 24/52] mtd: nand: jz4740: "

[PATCH v4 0/5] getcpu_cache system call for 4.6
 2016-02-25 23:32 UTC  (21+ messages)
  ` [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread
` [PATCH v4 2/5] getcpu_cache: ARM resume notifier
` [PATCH v4 3/5] getcpu_cache: wire up ARM system call
    ` [PATCH v4 (updated)] "
` [PATCH v4 4/5] getcpu_cache: x86 32/64 resume notifier
` [PATCH v4 5/5] getcpu_cache: wire up x86 32/64 system call

[PATCH v6 0/8] Additional kmsg devices
 2016-02-25 21:47 UTC  (10+ messages)
` [PATCH v6 2/8] printk: add one function for storing log in proper format
` [PATCH v6 3/8] kmsg: introduce additional kmsg devices support
` [PATCH v6 4/8] kmsg: add additional buffers support to memory class
` [PATCH v6 5/8] kmsg: add function for adding and deleting additional buffers
` [PATCH v6 6/8] kmsg: add ioctl for adding and deleting kmsg* devices
` [PATCH v6 7/8] kmsg: add ioctl for kmsg* devices operating on buffers
` [PATCH v6 8/8] kmsg: selftests
  ` [PATCH v6 1/8] printk: extract kmsg-related routines from printk.c to kmsg.c

[PATCH v5 00/20] kthread: Use kthread worker API more widely
 2016-02-25 13:01 UTC  (33+ messages)
  ` [PATCH v5 01/20] kthread/smpboot: Do not park in kthread_create_on_cpu()
  ` [PATCH v5 03/20] kthread: Add create_kthread_worker*()
` [PATCH v5 02/20] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v5 04/20] kthread: Add drain_kthread_worker()
` [PATCH v5 05/20] kthread: Add destroy_kthread_worker()
` [PATCH v5 06/20] kthread: Detect when a kthread work is used by more workers
` [PATCH v5 07/20] kthread: Initial support for delayed kthread work
` [PATCH v5 08/20] kthread: Allow to cancel "
` [PATCH v5 09/20] kthread: Allow to modify delayed "
` [PATCH v5 10/20] kthread: Better support freezable kthread workers
` [PATCH v5 11/20] mm/huge_page: Convert khugepaged() into kthread worker API
` [PATCH v5 12/20] ring_buffer: Convert benchmark kthreads "
` [PATCH v5 13/20] hung_task: Convert hungtaskd "
` [PATCH v5 14/20] kmemleak: Convert kmemleak kthread "
` [PATCH v5 15/20] ipmi: Convert kipmi "
` [PATCH v5 16/20] IB/fmr_pool: Convert the cleanup thread "
` [PATCH v5 17/20] memstick/r592: Better synchronize debug messages in r592_io kthread
` [PATCH v5 18/20] memstick/r592: convert r592_io kthread into kthread worker API
` [PATCH v5 19/20] thermal/intel_powerclamp: Remove duplicated code that starts the kthread
` [PATCH v5 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[PATCHv2 00/10] RFKill airplane-mode indicator
 2016-02-25  9:06 UTC  (24+ messages)
` [PATCHv2 01/10] rfkill: Improve documentation language
  ` [PATCHv2 02/10] rfkill: Remove extra blank line
` [PATCHv2 03/10] rfkill: Point to the correct deprecated doc location
` [PATCHv2 04/10] rfkill: Move "state" sysfs file back to stable
` [PATCHv2 05/10] rfkill: Factor rfkill_global_states[].cur assignments
` [PATCHv2 06/10] rfkill: Add documentation about LED triggers
` [PATCHv2 07/10] rfkill: Create "rfkill-airplane-mode" LED trigger
` [PATCHv2 08/10] rfkill: Use switch to demux userspace operations
` [PATCHv2 09/10] rfkill: Userspace control for airplane mode
  ` [PATCHv3] "
          ` custom ioctl-based interface to control LED in networking (was Re: [PATCHv2 09/10] rfkill: Userspace control for airplane mode)
` [PATCHv2 10/10] rfkill: Notify userspace of airplane-mode state changes

[PATCH v3 1/2] mm: introduce page reference manipulation functions
 2016-02-25  2:11 UTC  (6+ messages)
` [PATCH v3 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[RFC v5 0/8] Additional kmsg devices
 2016-02-24 22:59 UTC  (5+ messages)

[PATCH net-next v9 00/16] new ETHTOOL_GLINKSETTINGS/SLINKSETTINGS API
 2016-02-24 18:58 UTC  (17+ messages)
` [PATCH net-next v9 01/16] net: usnic: remove unused call to ethtool_ops::get_settings
` [PATCH net-next v9 02/16] net: usnic: use __ethtool_get_settings
` [PATCH net-next v9 03/16] net: ethtool: add new ETHTOOL_xLINKSETTINGS API
` [PATCH net-next v9 04/16] tx4939: use __ethtool_get_ksettings
  ` [PATCH net-next v9 05/16] net: usnic: "
  ` [PATCH net-next v9 11/16] net: rdma: "
  ` [PATCH net-next v9 12/16] net: 8021q: "
` [PATCH net-next v9 06/16] net: bonding: "
` [PATCH net-next v9 07/16] net: ipvlan: "
` [PATCH net-next v9 08/16] net: macvlan: "
` [PATCH net-next v9 09/16] net: team: "
` [PATCH net-next v9 10/16] net: fcoe: "
` [PATCH net-next v9 13/16] net: bridge: "
` [PATCH net-next v9 14/16] net: core: "
` [PATCH net-next v9 15/16] net: ethtool: remove unused __ethtool_get_settings
` [PATCH net-next v9 16/16] net: mlx4: use new ETHTOOL_G/SSETTINGS API

[PATCH v8 0/4] SysFS driver for QEMU fw_cfg device
 2016-02-24  0:03 UTC  (13+ messages)
` [PATCH v8 1/4] firmware: introduce sysfs driver for QEMU's "

RichACLs man-pages review
 2016-02-23 19:01 UTC  (14+ messages)
` richacl(7) man page review comments

[PATCH v4 0/2] Create specific kconfig for kselftest
 2016-02-23 18:28 UTC  (3+ messages)
` [PATCH v4 1/2] selftests: create test-specific kconfig fragments

[PATCH v4 00/10] Support for Cortex-M Prototyping System
 2016-02-23 15:32 UTC  (13+ messages)
` [PATCH v4 01/10] dt-bindings: document the MPS2 timer bindings
` [PATCH v4 02/10] clockevents/drivers: add MPS2 Timer driver
` [PATCH v4 03/10] dt-bindings: document the MPS2 UART bindings
` [PATCH v4 04/10] serial: mps2-uart: add MPS2 UART driver
` [PATCH v4 05/10] serial: mps2-uart: add support for early console
` [PATCH v4 06/10] ARM: vexpress/mps2: introduce MPS2 platform
` [PATCH v4 07/10] ARM: configs: add MPS2 defconfig
` [PATCH v4 08/10] ARM: dts: introduce MPS2 AN385/AN386
` [PATCH v4 09/10] ARM: dts: introduce MPS2 AN399/AN400
` [PATCH v4 10/10] MAINTAINERS: Update ARM Versatile Express platform entry

[RFC][PATCH 0/7] System Calls for Memory Protection Keys
 2016-02-23  6:45 UTC  (8+ messages)
` [RFC][PATCH 2/7] mm: implement new pkey_mprotect() system call
` [RFC][PATCH 4/7] x86: wire up mprotect_key() "
  ` [RFC][PATCH 5/7] x86, pkeys: allocation/free syscalls
` [RFC][PATCH 6/7] x86, pkeys: add pkey set/get syscalls
` [RFC][PATCH 7/7] pkeys: add details of system call use to Documentation/

[PATCH] firmware: fw_cfg register offsets on supported architectures only
 2016-02-23  5:08 UTC  (2+ messages)

[PATCH V2 0/6] Introduce CoreSight STM support
 2016-02-22 18:01 UTC  (9+ messages)
` [PATCH V2 3/6] stm class: provision for statically assigned masterIDs

selective block polling and preadv2/pwritev2 revisited V2
 2016-02-22 17:07 UTC  (8+ messages)
` [PATCH 1/7] vfs: pass a flags argument to vfs_readv/vfs_writev
` [PATCH 5/7] direct-io: only use block polling if explicitly requested
  ` [PATCH 2/7] vfs: vfs: Define new syscalls preadv2,pwritev2
  ` [PATCH 3/7] x86: wire up preadv2 and pwritev2
  ` [PATCH 4/7] vfs: add the RWF_HIPRI flag for preadv2/pwritev2
  ` [PATCH 6/7] blk-mq: enable polling support by default
  ` [PATCH 7/7] block, directio: set a REQ_POLL flag when submitting polled bios

[PATCH 0/9] RFKill airplane-mode indicator
 2016-02-22 16:11 UTC  (7+ messages)
` [PATCH 7/9] rfkill: Create "rfkill-airplane_mode" LED trigger
` [PATCH 8/9] rfkill: Userspace control for airplane mode

[ANNOUNCE] Kselftest Framework mainling list - linux-kselftest-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
 2016-02-22 14:50 UTC 

[PATCH v2 0/3] iio: hmc5843: Fix issues and move out of staging
 2016-02-22  9:07 UTC  (8+ messages)
` [PATCH v2 1/3] iio: hmc5843: Add attributes for measurement config of bias current
` [PATCH v2 2/3] iio: hmc5843: Add ABI documentation file for hmc5843
` [PATCH v2 3/3] iio: hmc5843: Move hmc5843 out of staging

[PATCH v5] usb: devio: Add ioctl to disallow detaching kernel USB drivers
 2016-02-21 21:38 UTC 

[PATCH v3 00/10] Support for Cortex-M Prototyping System
 2016-02-19 16:27 UTC  (8+ messages)
` [PATCH v3 05/10] serial: mps2-uart: add support for early console


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