Linux API
[Prev Page][Next Page]
- [PATCH v4 2/2] mm/page_ref: add tracepoint to track down page reference manipulation, (continued)
- [PATCH v3 00/52] mtd: rework ECC layout definition,
Boris Brezillon
- [PATCH v3 10/52] mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where appropriate, Boris Brezillon
- [PATCH v3 11/52] mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriate, Boris Brezillon
- [PATCH v3 13/52] mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriate, Boris Brezillon
- [PATCH v3 16/52] mtd: nand: use mtd_set_ecclayout() where appropriate, Boris Brezillon
- [PATCH v3 17/52] mtd: onenand: use mtd_set_ecclayout() where appropriate, Boris Brezillon
- [PATCH v3 18/52] mtd: docg3: use mtd_set_ecclayout() where appropriate, Boris Brezillon
- [PATCH v3 19/52] mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition, Boris Brezillon
- [PATCH v3 15/52] mtd: use mtd_set_ecclayout() where appropriate, Boris Brezillon
- [PATCH v3 20/52] mtd: docg3: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 21/52] mtd: nand: implement the default mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 12/52] mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriate, Boris Brezillon
- [PATCH v3 14/52] mtd: add mtd_set_ecclayout() helper function, Boris Brezillon
- [PATCH v3 23/52] mtd: nand: sharpsl: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 24/52] mtd: nand: jz4740: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 22/52] mtd: nand: bch: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 28/52] mtd: nand: cafe: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 26/52] mtd: nand: bf5xx: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 27/52] mtd: nand: brcm: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 25/52] mtd: nand: atmel: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 09/52] mtd: nand: fsl_ifc: use mtd_ooblayout_xxx() helpers where appropriate, Boris Brezillon
- [PATCH v3 31/52] mtd: nand: diskonchip: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 30/52] mtd: nand: denali: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 29/52] mtd: nand: davinci: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 33/52] mtd: nand: fsl_elbc: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 32/52] mtd: nand: docg4: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 39/52] mtd: nand: jz4780: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 40/52] mtd: nand: lpc32xx: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 43/52] mtd: nand: pxa3xx: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 44/52] mtd: nand: s3c2410: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 45/52] mtd: nand: sh_flctl: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 41/52] mtd: nand: mxc: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 42/52] mtd: nand: omap2: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 49/52] mtd: onenand: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 50/52] staging: mt29f_spinand: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 51/52] mtd: nand: kill the ecc->layout field, Boris Brezillon
- [PATCH v3 52/52] mtd: kill the nand_ecclayout struct, Boris Brezillon
- [PATCH v3 47/52] mtd: nand: sunxi: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 48/52] mtd: nand: vf610: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 46/52] mtd: nand: sm_common: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 38/52] mtd: nand: hisi504: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 36/52] mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct, Boris Brezillon
- [PATCH v3 37/52] mtd: nand: gpmi: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 34/52] mtd: nand: fsl_ifc: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 35/52] mtd: nand: fsmc: switch to mtd_ooblayout_ops, Boris Brezillon
- [PATCH v3 08/52] mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriate, Boris Brezillon
- [PATCH v3 07/52] mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate, Boris Brezillon
- [PATCH v3 06/52] mtd: use mtd_ooblayout_xxx() helpers where appropriate, Boris Brezillon
- [PATCH v3 05/52] mtd: add mtd_ooblayout_xxx() helper functions, Boris Brezillon
- [PATCH v3 04/52] mtd: nand: simplify nand_bch_init() usage, Boris Brezillon
- [PATCH v3 03/52] mtd: mtdswap: remove useless if (!mtd->ecclayout) test, Boris Brezillon
- [PATCH v3 02/52] mtd: create an mtd_oobavail() helper and make use of it, Boris Brezillon
- [PATCH v3 01/52] mtd: kill the ecclayout->oobavail field, Boris Brezillon
- Re: [PATCH v3 00/52] mtd: rework ECC layout definition, Stefan Agner
- [PATCH net-next v9 00/16] new ETHTOOL_GLINKSETTINGS/SLINKSETTINGS API,
David Decotigny
- [PATCH net-next v9 05/16] net: usnic: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 12/16] net: 8021q: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 15/16] net: ethtool: remove unused __ethtool_get_settings, David Decotigny
- [PATCH net-next v9 16/16] net: mlx4: use new ETHTOOL_G/SSETTINGS API, David Decotigny
- [PATCH net-next v9 14/16] net: core: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 13/16] net: bridge: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 11/16] net: rdma: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 09/16] net: team: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 10/16] net: fcoe: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 08/16] net: macvlan: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 07/16] net: ipvlan: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 04/16] tx4939: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 06/16] net: bonding: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v9 03/16] net: ethtool: add new ETHTOOL_xLINKSETTINGS API, David Decotigny
- [PATCH net-next v9 01/16] net: usnic: remove unused call to ethtool_ops::get_settings, David Decotigny
- [PATCH net-next v9 02/16] net: usnic: use __ethtool_get_settings, David Decotigny
- [PATCH v6 0/8] Additional kmsg devices,
Kazimierz Krosman
- [PATCH v4 0/5] getcpu_cache system call for 4.6,
Mathieu Desnoyers
- [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Thomas Gleixner
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Peter Zijlstra
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Peter Zijlstra
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Peter Zijlstra
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Thomas Gleixner
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Thomas Gleixner
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, H. Peter Anvin
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, H. Peter Anvin
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Peter Zijlstra
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Linus Torvalds
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, H. Peter Anvin
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Message not available
- Message not available
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Linus Torvalds
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Peter Zijlstra
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Peter Zijlstra
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Peter Zijlstra
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, H. Peter Anvin
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Peter Zijlstra
- Message not available
- Message not available
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Peter Zijlstra
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Arnd Bergmann
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Arnd Bergmann
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, H. Peter Anvin
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Geert Uytterhoeven
- Message not available
- Message not available
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, H. Peter Anvin
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Mathieu Desnoyers
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Geert Uytterhoeven
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Linus Torvalds
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, Peter Zijlstra
- Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread, H. Peter Anvin
[PATCH v4 4/5] getcpu_cache: x86 32/64 resume notifier, Mathieu Desnoyers
[PATCH v4 5/5] getcpu_cache: wire up x86 32/64 system call, Mathieu Desnoyers
[PATCH v4 3/5] getcpu_cache: wire up ARM system call, Mathieu Desnoyers
[PATCH v4 2/5] getcpu_cache: ARM resume notifier, Mathieu Desnoyers
Re: [PATCH v4 0/5] getcpu_cache system call for 4.6, H. Peter Anvin
[PATCH v4 00/10] Support for Cortex-M Prototyping System,
Vladimir Murzin
- [PATCH v4 10/10] MAINTAINERS: Update ARM Versatile Express platform entry, Vladimir Murzin
- [PATCH v4 09/10] ARM: dts: introduce MPS2 AN399/AN400, Vladimir Murzin
- [PATCH v4 08/10] ARM: dts: introduce MPS2 AN385/AN386, Vladimir Murzin
- [PATCH v4 06/10] ARM: vexpress/mps2: introduce MPS2 platform, Vladimir Murzin
- [PATCH v4 07/10] ARM: configs: add MPS2 defconfig, Vladimir Murzin
- [PATCH v4 04/10] serial: mps2-uart: add MPS2 UART driver, Vladimir Murzin
- [PATCH v4 05/10] serial: mps2-uart: add support for early console, Vladimir Murzin
- [PATCH v4 03/10] dt-bindings: document the MPS2 UART bindings, Vladimir Murzin
- [PATCH v4 02/10] clockevents/drivers: add MPS2 Timer driver, Vladimir Murzin
- [PATCH v4 01/10] dt-bindings: document the MPS2 timer bindings, Vladimir Murzin
[PATCH v3 1/2] mm: introduce page reference manipulation functions,
js1304
[RFC][PATCH 0/7] System Calls for Memory Protection Keys,
Dave Hansen
[PATCH] firmware: fw_cfg register offsets on supported architectures only,
Gabriel Somlo
selective block polling and preadv2/pwritev2 revisited V2,
Christoph Hellwig
- [PATCH 5/7] direct-io: only use block polling if explicitly requested, Christoph Hellwig
- [PATCH 1/7] vfs: pass a flags argument to vfs_readv/vfs_writev, Christoph Hellwig
- [PATCH 2/7] vfs: vfs: Define new syscalls preadv2,pwritev2, Christoph Hellwig
- [PATCH 6/7] blk-mq: enable polling support by default, Christoph Hellwig
- [PATCH 7/7] block, directio: set a REQ_POLL flag when submitting polled bios, Christoph Hellwig
- [PATCH 4/7] vfs: add the RWF_HIPRI flag for preadv2/pwritev2, Christoph Hellwig
- [PATCH 3/7] x86: wire up preadv2 and pwritev2, Christoph Hellwig
- RE: selective block polling and preadv2/pwritev2 revisited V2, Stephen Bates
- Re: selective block polling and preadv2/pwritev2 revisited V2, Jeff Moyer
[PATCHv2 00/10] RFKill airplane-mode indicator,
João Paulo Rechi Vita
- [PATCHv2 10/10] rfkill: Notify userspace of airplane-mode state changes, João Paulo Rechi Vita
- [PATCHv2 09/10] rfkill: Userspace control for airplane mode, João Paulo Rechi Vita
- [PATCHv2 03/10] rfkill: Point to the correct deprecated doc location, João Paulo Rechi Vita
- [PATCHv2 08/10] rfkill: Use switch to demux userspace operations, João Paulo Rechi Vita
- [PATCHv2 02/10] rfkill: Remove extra blank line, João Paulo Rechi Vita
- [PATCHv2 07/10] rfkill: Create "rfkill-airplane-mode" LED trigger, João Paulo Rechi Vita
- [PATCHv2 06/10] rfkill: Add documentation about LED triggers, João Paulo Rechi Vita
- [PATCHv2 04/10] rfkill: Move "state" sysfs file back to stable, João Paulo Rechi Vita
- [PATCHv2 05/10] rfkill: Factor rfkill_global_states[].cur assignments, João Paulo Rechi Vita
- [PATCHv2 01/10] rfkill: Improve documentation language, João Paulo Rechi Vita
- Re: [PATCHv2 00/10] RFKill airplane-mode indicator, Dan Williams
[PATCH v5 00/20] kthread: Use kthread worker API more widely,
Petr Mladek
- [PATCH v5 01/20] kthread/smpboot: Do not park in kthread_create_on_cpu(), Petr Mladek
- [PATCH v5 03/20] kthread: Add create_kthread_worker*(), Petr Mladek
- [PATCH v5 11/20] mm/huge_page: Convert khugepaged() into kthread worker API, Petr Mladek
- [PATCH v5 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API, Petr Mladek
- [PATCH v5 19/20] thermal/intel_powerclamp: Remove duplicated code that starts the kthread, Petr Mladek
- [PATCH v5 18/20] memstick/r592: convert r592_io kthread into kthread worker API, Petr Mladek
- [PATCH v5 17/20] memstick/r592: Better synchronize debug messages in r592_io kthread, Petr Mladek
- [PATCH v5 16/20] IB/fmr_pool: Convert the cleanup thread into kthread worker API, Petr Mladek
- [PATCH v5 15/20] ipmi: Convert kipmi kthread into kthread worker API, Petr Mladek
- [PATCH v5 14/20] kmemleak: Convert kmemleak kthread into kthread worker API, Petr Mladek
- [PATCH v5 13/20] hung_task: Convert hungtaskd into kthread worker API, Petr Mladek
- [PATCH v5 12/20] ring_buffer: Convert benchmark kthreads into kthread worker API, Petr Mladek
- [PATCH v5 10/20] kthread: Better support freezable kthread workers, Petr Mladek
- [PATCH v5 09/20] kthread: Allow to modify delayed kthread work, Petr Mladek
- [PATCH v5 08/20] kthread: Allow to cancel kthread work, Petr Mladek
- [PATCH v5 07/20] kthread: Initial support for delayed kthread work, Petr Mladek
- [PATCH v5 06/20] kthread: Detect when a kthread work is used by more workers, Petr Mladek
- [PATCH v5 05/20] kthread: Add destroy_kthread_worker(), Petr Mladek
- [PATCH v5 04/20] kthread: Add drain_kthread_worker(), Petr Mladek
- [PATCH v5 02/20] kthread: Allow to call __kthread_create_on_node() with va_list args, Petr Mladek
[ANNOUNCE] Kselftest Framework mainling list - linux-kselftest@xxxxxxxxxxxxxxx, Shuah Khan
[PATCH v5] usb: devio: Add ioctl to disallow detaching kernel USB drivers., Emilio López
[PATCH v1 00/10] uuid: convert users to generic UUID API,
Andy Shevchenko
- [PATCH v1 01/10] lib/vsprintf: simplify UUID printing, Andy Shevchenko
- [PATCH v1 09/10] efi: redefine type, constant, macro from generic code, Andy Shevchenko
- [PATCH v1 10/10] efivars: use generic UUID library, Andy Shevchenko
- [PATCH v1 02/10] lib/uuid: move generate_random_uuid() to uuid.c, Andy Shevchenko
- [PATCH v1 05/10] ACPI: switch to use generic UUID API, Andy Shevchenko
- [PATCH v1 07/10] sysctl: drop away useless label, Andy Shevchenko
- [PATCH v1 06/10] device property: switch to use UUID API, Andy Shevchenko
- [PATCH v1 08/10] sysctl: use generic UUID library, Andy Shevchenko
- [PATCH v1 04/10] lib/uuid: remove FSF address, Andy Shevchenko
- [PATCH v1 03/10] lib/uuid: introduce few more generic helpers for UUID, Andy Shevchenko
[PATCH v3 00/10] Support for Cortex-M Prototyping System,
Vladimir Murzin
- [PATCH v3 10/10] ARM: dts: introduce MPS2 AN399/AN400, Vladimir Murzin
- [PATCH v3 08/10] ARM: configs: add MPS2 defconfig, Vladimir Murzin
- [PATCH v3 09/10] ARM: dts: introduce MPS2 AN385/AN386, Vladimir Murzin
- [PATCH v3 07/10] ARM: mps2: add low-level debug support, Vladimir Murzin
- [PATCH v3 06/10] ARM: mps2: introduce MPS2 platform, Vladimir Murzin
- [PATCH v3 04/10] serial: mps2-uart: add MPS2 UART driver, Vladimir Murzin
- [PATCH v3 05/10] serial: mps2-uart: add support for early console, Vladimir Murzin
- [PATCH v3 03/10] dt-bindings: document the MPS2 UART bindings, Vladimir Murzin
- [PATCH v3 01/10] dt-bindings: document the MPS2 timer bindings, Vladimir Murzin
- [PATCH v3 02/10] clockevents/drivers: add MPS2 Timer driver, Vladimir Murzin
- Re: [PATCH v3 00/10] Support for Cortex-M Prototyping System, Arnd Bergmann
[PATCH v2 0/3] iio: hmc5843: Fix issues and move out of staging,
Cristina Moraru
[PATCH] selftests: add a new test for Media Controller API,
Shuah Khan
[PATCH 00/33] x86: Memory Protection Keys (v10),
Dave Hansen
[PATCH v2 0/5] follow-up "Optimize CONFIG_DEBUG_PAGEALLOC",
js1304
[PATCH net-next v8 00/19] new ETHTOOL_GSETTINGS/SSETTINGS API,
David Decotigny
- [PATCH net-next v8 19/19] net: mlx4: use new ETHTOOL_G/SSETTINGS API, David Decotigny
- [PATCH net-next v8 18/19] net: mlx4: convenience predicate for debug messages, David Decotigny
- [PATCH net-next v8 15/19] net: bridge: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 16/19] net: core: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 17/19] net: ethtool: remove unused __ethtool_get_settings, David Decotigny
- [PATCH net-next v8 14/19] net: 8021q: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 12/19] net: fcoe: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 13/19] net: rdma: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 11/19] net: team: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 10/19] net: macvlan: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 06/19] tx4939: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 09/19] net: ipvlan: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 07/19] net: usnic: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 08/19] net: bonding: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v8 05/19] net: ethtool: add new ETHTOOL_GSETTINGS/SSETTINGS API, David Decotigny
- [PATCH net-next v8 03/19] net: usnic: remove unused call to ethtool_ops::get_settings, David Decotigny
- [PATCH net-next v8 04/19] net: usnic: use __ethtool_get_settings, David Decotigny
- [PATCH net-next v8 01/19] lib/bitmap.c: conversion routines to/from u32 array, David Decotigny
- [PATCH net-next v8 02/19] test_bitmap: unit tests for lib/bitmap.c, David Decotigny
- Re: [PATCH net-next v8 00/19] new ETHTOOL_GSETTINGS/SSETTINGS API, Stephen Hemminger
[PATCH 0/9] RFKill airplane-mode indicator,
João Paulo Rechi Vita
[PATCH v9] cpufreq: powernv: Add sysfs attributes to show throttle stats,
Shilpasri G Bhat
[PATCH net-next v7 00/19] new ETHTOOL_GSETTINGS/SSETTINGS API,
David Decotigny
- [PATCH net-next v7 01/19] lib/bitmap.c: conversion routines to/from u32 array, David Decotigny
- [PATCH net-next v7 13/19] net: rdma: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 16/19] net: core: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 17/19] net: ethtool: remove unused __ethtool_get_settings, David Decotigny
- [PATCH net-next v7 19/19] net: mlx4: use new ETHTOOL_G/SSETTINGS API, David Decotigny
- [PATCH net-next v7 18/19] net: mlx4: convenience predicate for debug messages, David Decotigny
- [PATCH net-next v7 15/19] net: bridge: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 14/19] net: 8021q: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 12/19] net: fcoe: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 11/19] net: team: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 09/19] net: ipvlan: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 10/19] net: macvlan: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 06/19] tx4939: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 07/19] net: usnic: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 08/19] net: bonding: use __ethtool_get_ksettings, David Decotigny
- [PATCH net-next v7 05/19] net: ethtool: add new ETHTOOL_GSETTINGS/SSETTINGS API, David Decotigny
- [PATCH net-next v7 04/19] net: usnic: use __ethtool_get_settings, David Decotigny
- [PATCH net-next v7 03/19] net: usnic: remove unused call to ethtool_ops::get_settings, David Decotigny
- [PATCH net-next v7 02/19] test_bitmap: unit tests for lib/bitmap.c, David Decotigny
[PATCH 0/5] iio: hmc5843: Fix issues and move out of staging,
Cristina Moraru
RichACLs man-pages review,
Michael Kerrisk (man-pages)
[PATCH] uapi glibc compat: fix cases where glibc net/if.h is included before linux/if.h,
Mikko Rapeli
[PATCH] iio: health: Add driver for the TI AFE4403 heart monitor,
Andrew F. Davis
Re: [PATCH v5 4/4] iio: health: Add driver for the TI AFE4403 heart monitor,
Jonathan Cameron
Re: [PATCH v5 3/4] Documentation: afe4403: Add DT bindings for the AFE4403 heart monitor, Jonathan Cameron
Re: [PATCH v5 2/4] iio: health: Add driver for the TI AFE4404 heart monitor, Jonathan Cameron
Re: [PATCH v5 1/4] Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor, Jonathan Cameron
[PATCH V3 0/6] Introduce CoreSight STM support,
Chunyan Zhang
[RFC 0/2] mac80211: add support for ht_caps mcs rxmask override,
Cedric DEBARGE
[PATCH] epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT,
Jason Baron
[patch] MAINTAINERS: trim the file triggers for ABI/API,
Michael Kerrisk (man-pages)
Re: [PATCH net-next v5 1/2] ethtool: add speed/duplex validation functions,
Michael S. Tsirkin
[PATCH 0/5] follow-up "Optimize CONFIG_DEBUG_PAGEALLOC",
Joonsoo Kim
linux-api scope (Re: [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers),
Andy Lutomirski
[PATCH v2 00/22] Sharing media resources across ALSA and au0828 drivers,
Shuah Khan
- [PATCH v2 02/22] media: Add ALSA Media Controller function entities, Shuah Khan
- [PATCH v2 22/22] media: Ensure media device unregister is done only once, Shuah Khan
- [PATCH v2 21/22] sound/usb: Use Media Controller API to share media resources, Shuah Khan
- [PATCH v2 20/22] media: au0828 add enable, disable source handlers, Shuah Khan
- [PATCH v2 19/22] media: au0828-core register entity_notify hook, Shuah Khan
- [PATCH v2 16/22] media: au0828 create tuner to decoder link in disabled state, Shuah Khan
- [PATCH v2 18/22] media: au0828 Use au8522_media_pads enum for pad defines, Shuah Khan
- [PATCH v2 15/22] media: au0828 handle media_init and media_register window, Shuah Khan
- [PATCH v2 14/22] media: au0828 change to use Managed Media Controller API, Shuah Khan
- [PATCH v2 17/22] media: au0828 disable tuner to demod link, Shuah Khan
- [PATCH v2 13/22] media: au0828 video change to use v4l_enable_media_source(), Shuah Khan
- [PATCH v2 11/22] media: dvb-frontend invoke enable/disable_source handlers, Shuah Khan
- [PATCH v2 12/22] media: au0828 video remove au0828_enable_analog_tuner(), Shuah Khan
- [PATCH v2 05/22] media: Media Controller export non locking __media_entity_setup_link(), Shuah Khan
- [PATCH v2 06/22] media: Media Controller non-locking __media_entity_pipeline_start/stop(), Shuah Khan
- [PATCH v2 10/22] media: Change v4l-core to check if source is free, Shuah Khan
- [PATCH v2 09/22] media: au8522 change to create MC pad for ALSA Audio Out, Shuah Khan
- [PATCH v2 07/22] media: v4l-core add enable/disable source common interfaces, Shuah Khan
- [PATCH v2 08/22] media: Move au8522_media_pads enum to au8522.h from au8522_priv.h, Shuah Khan
- [PATCH v2 04/22] media: Media Controller enable/disable source handler API, Shuah Khan
- [PATCH v2 01/22] uapi/media.h: Declare interface types for ALSA, Shuah Khan
- [PATCH v2 03/22] media: Media Controller register/unregister entity_notify API, Shuah Khan
- Re: [PATCH v2 00/22] Sharing media resources across ALSA and au0828 drivers, Mauro Carvalho Chehab
[RFC PATCH v4 0/6] (mostly) Arch-independent livepatch,
Jessica Yu
[PATCH V2 0/6] Introduce CoreSight STM support,
Chunyan Zhang
[PATCH v8 6/6] cpufreq: powernv: Add sysfs attributes to show throttle stats,
Shilpasri G Bhat
[PATCH v2 00/10] Support for Cortex-M Prototyping System,
Vladimir Murzin
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]