linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-30 13:36:42 to 2016-03-30 16:37:36 UTC [more...]

[PATCH v5 00/52] mtd: rework ECC layout definition
 2016-03-30 16:18 UTC  (48+ 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 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 v3 7/7] crypto: AF_ALG - add support for key_id
 2016-03-30 16:31 UTC  (3+ messages)
` [PATCH v3 0/7] crypto: algif - add akcipher

[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  (13+ messages)
` [PATCH 1/9] writeback: propagate the various reasons for writeback
` [PATCH 2/9] writeback: add wbc_to_write()
` [PATCH 3/9] writeback: use WRITE_SYNC for reclaim or sync writeback
` [PATCH 4/9] writeback: track if we're sleeping on progress in balance_dirty_pages()
` [PATCH 5/9] block: add ability to flag write back caching on a device
` [PATCH 6/9] sd: inform block layer of write cache state
` [PATCH 7/9] NVMe: "
` [PATCH 8/9] block: add code to track actual device queue depth
` [PATCH 9/9] writeback: throttle buffered writeback

[RESEND PATCH v2 0/2] Update SCSI target removal path
 2016-03-30 16:25 UTC  (5+ 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 v1 0/8] block: prepare for multipage bvecs
 2016-03-30 16:17 UTC  (9+ 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

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

[PATCH] regulator: Fix deadlock during regulator registration
 2016-03-30 16:18 UTC  (2+ messages)

[PATCH 1/8] mfd: twl-core: Rename struct twl4030_platform_data to twl_platform_data
 2016-03-30 16:16 UTC  (10+ 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 15:20 UTC  (9+ 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] thermal: add sysfs_notify on some attributes
 2016-03-30 15:45 UTC  (5+ messages)

[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] Addition of Altera Arria10 On-Chip RAM ECC
 2016-03-30 15:27 UTC  (8+ messages)
` [PATCH 1/7] EDAC, altera: New file operations for Arria10 ECC modules
` [PATCH 2/7] EDAC, altera: Add register offset for ECC Enable
` [PATCH 3/7] EDAC, altera: Make OCRAM ECC dependency check generic
` [PATCH 4/7] Documentation: dt: socfpga: Add Altera Arria10 OCRAM binding
` [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 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

[Linux-v4.6-rc1] ext4: WARNING: CPU: 2 PID: 2692 at kernel/locking/lockdep.c:2017 __lock_acquire+0x180e/0x2260
 2016-03-30 15:21 UTC  (8+ messages)

[PATCH v3 0/4] thermal: hisilicon: enable power allocator for Hi6220
 2016-03-30 15:18 UTC  (4+ messages)

[PATCH] net: mvneta: explicitly disable BM on 64bit platform
 2016-03-30 15:11 UTC  (2+ messages)

[PATCH] sbs-battery: fix power status when battery is dry
 2016-03-30 15:09 UTC  (12+ messages)

[PATCH] usb: dwc2: do not override forced dr_mode in gadget setup
 2016-03-30 15:08 UTC  (4+ messages)

[GIT PULL 00/11] perf/core improvements and fixes
 2016-03-30 15:08 UTC  (9+ messages)
` [PATCH 10/11] perf tools: Add probing for udev86 library

[PATCH v3 0/6] Add pinctrl support for Baytrail
 2016-03-30 15:05 UTC  (7+ messages)
` [PATCH v3 1/6] pinctrl: baytrail: Add pin control data structures
` [PATCH v3 2/6] pinctrl: baytrail: Add pin control operations
` [PATCH v3 3/6] pinctrl: baytrail: Update gpio chip operations
` [PATCH v3 4/6] pinctrl: baytrail: Update irq "
` [PATCH v3 5/6] pinctrl: baytrail: Register pin control handling
` [PATCH v3 6/6] pinctrl: baytrail: Add debounce configuration

[PATCH RESEND v2 00/19] Support fuse mounts in user namespaces
 2016-03-30 14:58 UTC  (7+ messages)
` [PATCH RESEND v2 11/18] fs: Ensure the mounter of a filesystem is privileged towards its inodes

[PATCH] Input: pwm-beeper - defer pwm config if pwm can sleep
 2016-03-30 14:57 UTC  (4+ messages)

rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17
 2016-03-30 14:55 UTC  (11+ messages)

[PATCH v2] sched/fair: Initiate a new task's util avg to a bounded value
 2016-03-30 14:54 UTC  (2+ messages)

Socket-Option in POSIX-sockets, to allow traffic via proxy
 2016-03-30 14:34 UTC  (2+ messages)

Changes in sleep mode, on x86 PC
 2016-03-30 14:48 UTC  (2+ messages)

[PATCH v2 0/6] Add pinctrl support for Baytrail
 2016-03-30 14:45 UTC  (2+ messages)

[PATCH V10 0/6] Add support for MAXIM MAX77620/MAX20024 PMIC
 2016-03-30 14:29 UTC  (7+ messages)
` [PATCH V10 1/6] mfd: add device-tree binding doc for PMIC max77620/max20024
` [PATCH V10 2/6] mfd: max77620: add core driver for MAX77620/MAX20024
` [PATCH V10 3/6] pinctrl: add DT binding doc for pincontrol of PMIC max77620/max20024
` [PATCH V10 4/6] pinctrl: max77620: add pincontrol driver for MAX77620/MAX20024
` [PATCH V10 5/6] gpio: add DT binding doc for gpio of PMIC max77620/max20024
` [PATCH V10 6/6] gpio: max77620: add gpio driver for MAX77620/MAX20024

[PATCH] regulator: qcom_spmi: Add slewing delays for all SMPS types
 2016-03-30 14:36 UTC  (2+ messages)

[PATCH 1/2] lightnvm: use rrpc->nr_luns to calculate the rrpc area size
 2016-03-30 14:28 UTC  (2+ messages)
` [PATCH 2/2] lightnvm: use relative logical address in rrpc_l2p_update

[PATCH v4 RESEND 0/5] Move workarounds from intel_dp_dpcd_read_wake() into drm's DP helpers
 2016-03-30 14:26 UTC  (3+ messages)
` [PATCH v4 RESEND 5/5] drm/i915: Get rid of intel_dp_dpcd_read_wake()

[RT] Warning from swake_up_all_locked in rt-4.4.4-rt11
 2016-03-30 14:24 UTC  (5+ messages)

[PATCH] regulator: Support ramp-up delay for drivers with get_voltage()
 2016-03-30 14:23 UTC 

[PATCH v3 00/18] Add Initial support for PLX Technology OX810SE
 2016-03-30 14:19 UTC  (3+ messages)
` [PATCH v3 08/18] dt-bindings: Add PLX Technology Reset Controller bindings

rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17
 2016-03-30 14:15 UTC  (11+ messages)

Adding the nand/next branch to linux-next
 2016-03-30 14:15 UTC 

kvm: repeatable kernel crash with Athlon II cpu
 2016-03-30 14:10 UTC  (8+ messages)

Question on rhashtable in worst-case scenario
 2016-03-30 14:09 UTC  (6+ messages)

[PATCH v6 1/2] dt: bindings: add MARVELL's bt-sd8xxx wireless device
 2016-03-30 14:06 UTC  (2+ messages)

[PATCH v4 0/8] Support for transparent PUD pages for DAX files
 2016-03-30 14:05 UTC  (4+ messages)
` [PATCH v4 3/8] mm: Add support for PUD-sized transparent hugepages

[PATCH v5 1/4] leds: core: add generic support for RGB Color LED's
 2016-03-30 13:59 UTC  (7+ messages)

[PATCH] usb: rework CONFIG_USB_COMMON logic
 2016-03-30 13:56 UTC  (4+ messages)

[PATCH v3 0/2] usb:dwc3: Enable USB DWC3 support for 64-bit system
 2016-03-30 13:55 UTC  (5+ messages)
` [PATCH v3 2/2] usb:dwc3: pass arch data to xhci-hcd child

[3.16.y-ckt stable] Patch "cpu: Defer smpboot kthread unparking until CPU known to scheduler" has been added to the 3.16.y-ckt tree
 2016-03-30 13:55 UTC 

[PATCH v3 1/1] mfd: intel-lpss: save register context on suspend
 2016-03-30 13:54 UTC  (2+ messages)

[PATCH 1/2] asm-generic/io.h: provide default ioremap/iounmap for !HAS_IOMEM
 2016-03-30 13:51 UTC  (4+ messages)

[PATCH] drm/rockchip: Return -EBUSY if there's already a pending flip event
 2016-03-30 13:48 UTC 

4.4: INFO: rcu_sched self-detected stall on CPU
 2016-03-30 13:44 UTC  (12+ messages)
` [Xen-devel] "

[PATCH] Security: Keys: Big keys stored encrypted
 2016-03-30 13:43 UTC 

[PATCH 1/2] regulator: DT: Add support to scale ramp delay based on platform behavior
 2016-03-30 13:29 UTC  (11+ messages)

[PATCH v2 1/5] drm/rockchip: dw_hdmi: Call drm_encoder_cleanup() in error path
 2016-03-30 13:35 UTC  (4+ messages)
` [PATCH v2 2/5] drm/imx: "


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