public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-30 15:23:55 to 2016-03-30 17:19:34 UTC [more...]

[PATCH v1 0/8] block: prepare for multipage bvecs
 2016-03-30 17:19 UTC  (10+ messages)
` [PATCH v1 1/8] block: move bvec iterator into include/linux/bvec_iter.h
` [PATCH v1 2/8] block: make 'struct bvec_iter' not depend on CONFIG_BLOCK
` [PATCH v1 3/8] block: mark 1st parameter of bvec_iter_advance as const
` [PATCH v1 4/8] iov_iter: use bvec iterator to implement iterate_bvec()
` [PATCH v1 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES
` [PATCH v1 6/8] block: bio: remove BIO_MAX_SECTORS
` [PATCH v1 7/8] block: drbd: avoid to use BIO_MAX_SIZE
` [PATCH v1 8/8] block: bio: remove BIO_MAX_SIZE

[Linux-v4.6-rc1] ext4: WARNING: CPU: 2 PID: 2692 at kernel/locking/lockdep.c:2017 __lock_acquire+0x180e/0x2260
 2016-03-30 17:19 UTC  (3+ messages)
` [PATCH] lockdep: print chain_key collision information

[PATCH] Addition of Altera Arria10 On-Chip RAM ECC
 2016-03-30 17:11 UTC  (7+ messages)
` [PATCH 2/7] EDAC, altera: Add register offset for ECC Enable
` [PATCH 3/7] EDAC, altera: Make OCRAM ECC dependency check generic
` [PATCH 5/7] EDAC, altera: Addition of Arria10 OCRAM ECC
` [PATCH 6/7] ARM: socfpga: Enable Arria10 OCRAM ECC on startup
` [PATCH 7/7] ARM: dts: Add Altera Arria10 OCRAM EDAC devicetree entry

[PATCH v3 4/4] nmi_backtrace: generate one-line reports for idle cpus
 2016-03-30 17:16 UTC  (6+ messages)
` [PATCH v4 0/4] improvements to the nmi_backtrace code
  ` [PATCH v4 1/4] nmi_backtrace: add more trigger_*_cpu_backtrace() methods
  ` [PATCH v4 2/4] nmi_backtrace: do a local dump_stack() instead of a self-NMI
  ` [PATCH v4 3/4] arch/tile: adopt the new nmi_backtrace framework
  ` [PATCH v4 4/4] nmi_backtrace: generate one-line reports for idle cpus

[PATCH] Input: Do not add SYN_REPORT in between a single packet data
 2016-03-30 17:16 UTC  (7+ messages)

[PATCH] mmc: dw_mmc: Wait for data transfer after response errors
 2016-03-30 17:16 UTC  (7+ messages)

linux-next: Tree for Mar 30
 2016-03-30 17:13 UTC  (4+ messages)
` linux-next: Tree for Mar 30 (waketorture.c)
` linux-next: Tree for Mar 30 (lockdep.c)

[PATCH] block: don't make BLK_DEF_MAX_SECTORS too big
 2016-03-30 17:07 UTC  (9+ messages)

[PATCH v2] thermal: add sysfs_notify on some attributes
 2016-03-30 17:06 UTC  (6+ messages)

[PATCH v6 0/7] cpufreq: schedutil governor
 2016-03-30 17:05 UTC  (6+ messages)
` [PATCH v6 7/7][Resend] cpufreq: schedutil: New governor based on scheduler utilization data
  ` [Update][PATCH v7 7/7] "

[PATCH 1/3] MIPS: zboot: Avoid useless rebuilds
 2015-12-10  9:57 UTC 

[RFC PATCH 0/4] cgroup aware workqueues
 2016-03-30 17:04 UTC  (2+ messages)

[PATCH] Input: synaptics-rmi4: Support regulator supplies
 2016-03-30 17:02 UTC  (2+ messages)

Export clocks_calc_mult_shift() function
 2016-03-30 17:02 UTC  (5+ messages)

[PATCH 00/43] Lustre IO stack simplifications and cleanups
 2016-03-30 16:48 UTC  (44+ messages)
` [PATCH 01/43] staging/lustre/obdclass: limit lu_site hash table size
` [PATCH 02/43] staging/lustre: Get rid of CFS_PAGE_MASK
` [PATCH 03/43] staging/lustre: merge lclient/*.c into llite/
` [PATCH 04/43] staging/lustre: Reintroduce global env list
` [PATCH 05/43] staging/lustre/osc: Adjustment on osc LRU for performance
` [PATCH 06/43] staging/lustre/osc: to drop LRU pages with cl_lru_work
` [PATCH 07/43] staging/lustre/clio: collapse layer of cl_page
` [PATCH 08/43] staging/lustre/obdclass: Add a preallocated percpu cl_env
` [PATCH 09/43] staging/lustre/clio: add pages into writeback cache in batches
` [PATCH 10/43] staging/lustre/osc: add weight function for DLM lock
` [PATCH 11/43] staging/lustre/clio: remove stackable cl_page completely
` [PATCH 12/43] staging/lustre/clio: optimize read ahead code
` [PATCH 13/43] staging/lustre/llite: remove lli_lvb
` [PATCH 14/43] staging/lustre/lmv: remove lmv_init_{lock,unlock}()
` [PATCH 15/43] staging/lustre/obd: remove struct client_obd_lock
` [PATCH 16/43] staging/lustre/llite: remove some cl wrappers
` [PATCH 17/43] staging/lustre: Remove struct ll_iattr
` [PATCH 18/43] staging/lustre/clio: generalize cl_sync_io
` [PATCH 19/43] staging/lustre/clio: cl_lock simplification
` [PATCH 20/43] staging/lustre: update comments after "
` [PATCH 21/43] staging/lustre/llite: clip page correctly for vvp_io_commit_sync
` [PATCH 22/43] staging/lustre/llite: deadlock for page write
` [PATCH 23/43] staging/lustre/llite: make sure we do cl_page_clip on the last page
` [PATCH 24/43] staging/lustre/llite: merge lclient.h into llite/vvp_internal.h
` [PATCH 25/43] staging/lustre/llite: rename ccc_device to vvp_device
` [PATCH 26/43] staging/lustre/llite: rename ccc_object to vvp_object
` [PATCH 27/43] staging/lustre/llite: rename ccc_page to vvp_page
` [PATCH 28/43] staging/lustre/llite: rename ccc_lock to vvp_lock
` [PATCH 29/43] staging/lustre:llite: remove struct ll_ra_read
` [PATCH 30/43] staging/lustre/llite: merge ccc_io and vvp_io
` [PATCH 31/43] staging/lustre/llite: use vui prefix for struct vvp_io members
` [PATCH 32/43] staging/lustre/llite: move vvp_io functions to vvp_io.c
` [PATCH 33/43] staging/lustre/llite: rename ccc_req to vvp_req
` [PATCH 34/43] staging/lustre/llite: Rename struct ccc_grouplock to ll_grouplock
` [PATCH 35/43] staging/lustre/llite: Rename struct vvp_thread_info to ll_thread_info
` [PATCH 36/43] staging/lustre/llite: rename struct ccc_thread_info to vvp_thread_info
` [PATCH 37/43] staging/lustre/llite: Remove ccc_global_{init,fini}()
` [PATCH 38/43] staging/lustre/llite: Move ll_dirent_type_get and make it static
` [PATCH 39/43] staging/lustre/llite: Move several declarations to llite_internal.h
` [PATCH 40/43] staging/lustre/llite: Remove unused vui_local_lock field
` [PATCH 41/43] staging/lustre/ldlm: ELC picks locks in a safer policy
` [PATCH 42/43] staging/lustre/ldlm: revert changes to ldlm_cancel_aged_policy()
` [PATCH 43/43] staging/lustre/ldlm: restore the ELC for enqueue

[PATCH] tty: amba-pl011: Use 32-bit accesses for SBSA UART
 2016-03-30 17:01 UTC  (6+ messages)

[PATCH] regulator: Fix deadlock during regulator registration
 2016-03-30 17:00 UTC  (4+ messages)

[PATCH] Input: synaptics-rmi4: Support regulator supplies
 2016-03-30 16:57 UTC 

Question on rhashtable in worst-case scenario
 2016-03-30 16:52 UTC  (5+ messages)

[PATCH v4 0/2] Add UCS1002 USB Port Power Controller
 2016-03-30 16:51 UTC  (2+ messages)

Tegra boots failing due to as3722 I/O errors
 2016-03-30 16:46 UTC  (4+ messages)

[PATCH v3 0/7] crypto: algif - add akcipher
 2016-03-30 16:45 UTC  (5+ messages)
` [PATCH v3 7/7] crypto: AF_ALG - add support for key_id

[RFC PATCH 1/2] tools/perf: Change how ppc64le symbols are fixed up
 2016-03-30 16:43 UTC  (2+ messages)
` [RFC PATCH 2/2] tools/perf: Change how probe offsets are handled

[PATCH v3 0/8] arm64: rockchip: Initial GeekBox enablement
 2016-03-30 16:44 UTC  (13+ messages)

[RESEND PATCH v2 0/2] Update SCSI target removal path
 2016-03-30 16:43 UTC  (6+ messages)
` [RESEND PATCH v2 1/2] Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"
` [RESEND PATCH v2 2/2] scsi: Add intermediate STARGET_REMOVE state to scsi_target_state

[PATCH v5 00/52] mtd: rework ECC layout definition
 2016-03-30 16:18 UTC  (52+ messages)
` [PATCH v5 01/50] mtd: add mtd_ooblayout_xxx() helper functions
` [PATCH v5 02/50] mtd: use mtd_ooblayout_xxx() helpers where appropriate
` [PATCH v5 03/50] mtd: nand: core: "
` [PATCH v5 04/50] mtd: nand: atmel: "
` [PATCH v5 05/50] mtd: nand: fsl_ifc: "
` [PATCH v5 06/50] mtd: nand: gpmi: "
` [PATCH v5 07/50] mtd: nand: lpc32xx: "
` [PATCH v5 08/50] mtd: nand: omap2: "
` [PATCH v5 09/50] mtd: nand: qcom: "
` [PATCH v5 10/50] mtd: onenand: "
` [PATCH v5 11/50] mtd: add mtd_set_ecclayout() helper function
` [PATCH v5 12/50] mtd: use mtd_set_ecclayout() where appropriate
` [PATCH v5 13/50] mtd: nand: "
` [PATCH v5 14/50] mtd: onenand: "
` [PATCH v5 15/50] mtd: docg3: "
` [PATCH v5 16/50] mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
` [PATCH v5 17/50] mtd: docg3: switch to mtd_ooblayout_ops
` [PATCH v5 18/50] mtd: nand: implement the default mtd_ooblayout_ops
` [PATCH v5 19/50] mtd: nand: bch: switch to mtd_ooblayout_ops
` [PATCH v5 20/50] mtd: nand: sharpsl: "
` [PATCH v5 21/50] mtd: nand: jz4740: "
` [PATCH v5 22/50] mtd: nand: atmel: "
` [PATCH v5 23/50] mtd: nand: bf5xx: "
` [PATCH v5 24/50] mtd: nand: brcm: "
` [PATCH v5 25/50] mtd: nand: cafe: "
` [PATCH v5 26/50] mtd: nand: davinci: "
` [PATCH v5 27/50] mtd: nand: denali: "
` [PATCH v5 28/50] mtd: nand: diskonchip: "
` [PATCH v5 29/50] mtd: nand: docg4: "
` [PATCH v5 30/50] mtd: nand: fsl_elbc: "
` [PATCH v5 31/50] mtd: nand: fsl_ifc: "
` [PATCH v5 32/50] mtd: nand: fsmc: "
` [PATCH v5 33/50] mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct
` [PATCH v5 34/50] mtd: nand: gpmi: switch to mtd_ooblayout_ops
` [PATCH v5 35/50] mtd: nand: hisi504: "
` [PATCH v5 36/50] mtd: nand: jz4780: "
` [PATCH v5 37/50] mtd: nand: lpc32xx: "
` [PATCH v5 38/50] mtd: nand: mxc: "
` [PATCH v5 39/50] mtd: nand: omap2: "
` [PATCH v5 40/50] mtd: nand: pxa3xx: "
` [PATCH v5 41/50] mtd: nand: s3c2410: "
` [PATCH v5 42/50] mtd: nand: sh_flctl: "
` [PATCH v5 43/50] mtd: nand: sm_common: "
` [PATCH v5 44/50] mtd: nand: sunxi: "
` [PATCH v5 45/50] mtd: nand: vf610: "
` [PATCH v5 46/50] mtd: nand: qcom: "
` [PATCH v5 47/50] mtd: onenand: "
` [PATCH v5 48/50] staging: mt29f_spinand: "
` [PATCH v5 49/50] mtd: nand: kill the ecc->layout field
` [PATCH v5 50/50] mtd: kill the nand_ecclayout struct

[PATCH v4 0/5] Cleaning printk stuff in NMI context
 2016-03-30 16:33 UTC  (7+ messages)
` [PATCH v4 1/5] printk/nmi: generic solution for safe printk in NMI
` [PATCH v4 2/5] printk/nmi: use IRQ work only when ready
` [PATCH v4 3/5] printk/nmi: warn when some message has been lost in NMI context
` [PATCH v4 4/5] printk/nmi: increase the size of NMI buffer and make it configurable
` [PATCH v4 5/5] printk/nmi: flush NMI messages on the system panic

[PATCH 0/3] jfs: logging neatening
 2016-03-30 16:26 UTC  (4+ messages)

[PATCHSET v3][RFC] Make background writeback not suck
 2016-03-30 16:23 UTC  (5+ messages)
` [PATCH 5/9] block: add ability to flag write back caching on a device

[PATCH v2 0/3] Add ANX7814 I2C bridge driver
 2016-03-30 16:22 UTC  (4+ messages)
` [PATCH v2 1/3] of: Add vendor prefix for Analogix Semiconductor
` [PATCH v2 2/3] devicetree: Add ANX7814 SlimPort transmitter binding
` [PATCH v2 3/3] drm: bridge: anx78xx: Add anx78xx driver support

[RFC PATCH 00/12] KEYS: Restrict additions to 'trusted' keyrings [ver #3]
 2016-03-30 16:19 UTC  (4+ messages)
` [RFC PATCH 12/12] IMA: Use the the system trusted keyrings instead of .ima_mok "

[PATCH 1/8] mfd: twl-core: Rename struct twl4030_platform_data to twl_platform_data
 2016-03-30 16:16 UTC  (9+ messages)
` [PATCH 2/8] mfd: twl-core: Rename some non-model-specific structures, without model name
` [PATCH 3/8] mfd: twl-core: Rename TWL4030_CORE Kconfig option to TWL_CORE
` [PATCH 4/8] mfd: Add TWL6030 power driver, with minimal support for power off
` [PATCH 7/8] input: misc: Add TWL6030 power button support to twl-pwrbutton

[PATCH 1/5] perf hists: Add more helper functions for the hierarchy mode
 2016-03-30 16:12 UTC  (4+ messages)
` [PATCH 2/5] perf report: Show message for percent limit on stdio

[PATCH] i.MX6 PCIe: Fix imx6_pcie_deassert_core_reset() polarity
 2016-03-30 14:38 UTC  (3+ messages)

"perf hists browser: Support flat callchains" appears to have broken parent reporting
 2016-03-30 16:00 UTC  (4+ messages)

[PATCH V3 0/5] clk: support clocks which requires parent clock on during operation
 2016-03-30 16:00 UTC  (2+ messages)

ncpXXxh103 compensation values?
 2016-03-30 15:58 UTC  (2+ messages)

[PATCH 00/13] dtb: amd: Miscelleneous Updates for AMD Seattle DTS
 2016-03-30 15:57 UTC  (8+ messages)
` [PATCH 11/13] dtb: amd: Add PCIe SMMU device tree node

[PATCH resend v5 0/3] ASoC: cygnus: Add audio support for Broadcom Cygnus SoC
 2016-03-30 15:54 UTC  (7+ messages)

[intel-pstate driver regression] processor frequency very high even if in idle
 2016-03-30 15:51 UTC  (7+ messages)

[PATCH v4 1/2] dt/bindings: Add bindings for PIC32 SPI peripheral
 2016-03-30 15:48 UTC  (7+ messages)
` [PATCH v4 2/2] spi: spi-pic32: Add PIC32 SPI master driver

Applied "regmap: Fix implicit inclusion of device.h" to the regmap tree
 2016-03-30 15:46 UTC 

Applied "regmap: mmio: Parse endianness definitions from DT" to the regmap tree
 2016-03-30 15:46 UTC 

[PATCH v2 0/2] ASoC: codecs: add support for TAS5720 digital amplifier
 2016-03-30 15:38 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCH v4] sparc/PCI: Fix for panic while enabling SR-IOV
 2016-03-30 15:31 UTC  (3+ messages)

[PATCH] MIPS: ath79: fix build failure
 2016-03-30 15:29 UTC 

[RFC v1] Use swait in completion
 2016-03-30 15:29 UTC  (6+ messages)
` [RFC v1] sched/completion: convert completions to use simple wait queues

[PATCH 2/2] regulator: core: Ensure we are at least in bounds for our constraints
 2016-03-30 15:25 UTC  (11+ messages)

[PATCH 0/5] Remove last remnants of CONFIG_IPV6_PRIVACY from arch defconfigs
 2016-03-30 15:23 UTC  (3+ messages)
` [PATCH 5/5] tile/defconfigs: Remove CONFIG_IPV6_PRIVACY


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox