linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-31 05:23:33 to 2017-05-31 09:13:08 UTC [more...]

[PATCH 0/6] mm: per-lruvec slab stats
 2017-05-31  9:12 UTC  (3+ messages)
` [PATCH 2/6] mm: vmstat: move slab statistics from zone to node counters

[lkp-robot] [btrfs] beeeccca9b: WARNING:at_mm/util.c:#kvmalloc_node
 2017-05-31  9:12 UTC  (3+ messages)

[PATCH] pinctrl: stm32: remove useless check
 2017-05-31  9:10 UTC 

[PATCH] mm: introduce MADV_CLR_HUGEPAGE
 2017-05-31  9:08 UTC  (17+ messages)

[PATCH v6 0/6] drm/i915/gvt: Dma-buf support for GVT-g
 2017-05-31  9:07 UTC  (16+ messages)
` [PATCH v6 2/6] drm/i915/gvt: OpRegion "
` [PATCH v6 3/6] drm/i915/gvt: Frame buffer decoder "
` [PATCH v6 4/6] vfio: Define vfio based vgpu's dma-buf operations

[PATCH 0/2] xen/input: add multi-touch support
 2017-05-31  9:06 UTC  (8+ messages)
` [PATCH 2/2] "

[PATCH v2] ARM: dts: at91: sama5d2_xplained: add pwm controller
 2017-05-31  9:02 UTC  (3+ messages)

[PATCH 1/2] clk: bcm2835: Limit PCM clock to OSC and PLLD_PER
 2017-05-31  8:59 UTC  (4+ messages)

[patch 00/26] alarmtimers/posixtimers: Bug fixes and spec conformity changes
 2017-05-31  9:00 UTC  (3+ messages)
` [patch 05/26] posix-clocks: Remove interval timer facility and mmap/fasync callbacks

[RFC PATCH v3 1/5] ACPI: button: Add indication of BIOS notification and faked events
 2017-05-31  8:59 UTC  (6+ messages)
` [RFC PATCH v3 5/5] ACPI: button: Always notify kernel space using _LID returning value

[PATCH net-next] nfp: add MAY_USE_DEVLINK dependency
 2017-05-31  8:57 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 4.12-rc4
 2017-05-31  8:57 UTC 

[PATCH] net: rtnetlink: bail out from rtnl_fdb_dump() on parse error
 2017-05-31  8:56 UTC  (3+ messages)

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-31  8:49 UTC  (7+ messages)
` [PATCH v5 32/32] x86/mm: Add support to make use of Secure Memory Encryption

single-threaded wq lockdep is broken
 2017-05-31  8:47 UTC  (4+ messages)

[PATCH] gma500: Fix a sleep-in-atomic bug in psbfb_2d_submit
 2017-05-31  8:48 UTC 

[PATCH 0/6] Enable support for deep-stop states on POWER9
 2017-05-31  8:39 UTC  (6+ messages)
` [PATCH 6/6] cpuidle-powernv: Allow Deep stop states that don't stop time

[GIT PULL] TTY/Serial driver fixes for 4.11-rc4
 2017-05-31  8:39 UTC  (12+ messages)

[HMM 00/15] HMM (Heterogeneous Memory Management) v23
 2017-05-31  8:39 UTC  (4+ messages)
` [HMM 14/15] mm/migrate: support un-addressable ZONE_DEVICE page in migration v2

[PATCH] genirq: Check irq disabled & masked states in irq_shutdown
 2017-05-31  8:38 UTC  (7+ messages)

[PATCH RFC] mailbox: move controller timer to per-channel timers
 2017-05-31  8:38 UTC  (3+ messages)

[PATCH 3/7] driver core: add helper to reuse a device-tree node
 2017-05-31  8:38 UTC  (3+ messages)

[PATCH v2 1/7] drm/bridge: Refactor out the panel wrapper from the lvds-encoder bridge
 2017-05-31  8:35 UTC  (7+ messages)
` [PATCH v2 5/7] drm/ltdc: Use the panel-bridge helper

[PATCH 0/7] driver core/USB/thermal: fix device-tree node reuse
 2017-05-31  8:35 UTC  (13+ messages)
` [PATCH 1/7] USB: core: fix device node leak
` [PATCH 4/7] driver core: fix automatic pinctrl management
` [PATCH 6/7] thermal: max77620: fix device-node reference imbalance
` [PATCH 7/7] thermal: max77620: fix pinmux conflict on reprobe

[PATCH 2/2] clk: bcm2835: Minimise clock jitter for PCM clock
 2017-05-31  8:33 UTC  (3+ messages)

[PATCH 01/28] ext4: xattr-in-inode support
 2017-05-31  8:15 UTC  (28+ messages)
` [PATCH 02/28] ext4: fix lockdep warning about recursive inode locking
` [PATCH 03/28] ext4: lock inode before calling ext4_orphan_add()
` [PATCH 04/28] ext4: do not set posix acls on xattr inodes
` [PATCH 05/28] ext4: attach jinode after creation of xattr inode
` [PATCH 06/28] ext4: ea_inode owner should be the same as the inode owner
` [PATCH 07/28] ext4: call journal revoke when freeing ea_inode blocks
` [PATCH 08/28] ext4: fix ref counting for ea_inode
` [PATCH 09/28] ext4: extended attribute value size limit is enforced by vfs
` [PATCH 10/28] ext4: change ext4_xattr_inode_iget() signature
` [PATCH 11/28] ext4: clean up ext4_xattr_inode_get()
` [PATCH 12/28] ext4: add missing le32_to_cpu(e_value_inum) conversions
` [PATCH 13/28] ext4: ext4_xattr_value_same() should return false for external data
` [PATCH 14/28] ext4: fix ext4_xattr_make_inode_space() value size calculation
` [PATCH 15/28] ext4: fix ext4_xattr_move_to_block()
` [PATCH 16/28] ext4: fix ext4_xattr_cmp()
` [PATCH 17/28] ext4: fix credits calculation for xattr inode
` [PATCH 18/28] ext4: retry storing value in external inode with xattr block too
` [PATCH 19/28] ext4: ext4_xattr_delete_inode() should return accurate errors
` [PATCH 20/28] ext4: improve journal credit handling in set xattr paths
` [PATCH 21/28] ext4: modify ext4_xattr_ino_array to hold struct inode *
` [PATCH 22/28] ext4: move struct ext4_xattr_inode_array to xattr.h
` [PATCH 23/28] mbcache: make mbcache more generic
` [PATCH 24/28] ext4: rename mb block cache functions
` [PATCH 25/28] ext4: add ext4_is_quota_file()
` [PATCH 26/28] ext4: cleanup transaction restarts during inode deletion
` [PATCH 27/28] ext4: xattr inode deduplication
` [PATCH 28/28] quota: add extra inode count to dquot transfer functions

[PATCH] drm: Use vsnprintf extension %ph
 2017-05-31  8:31 UTC  (2+ messages)

[PATCH] mm, page_alloc: fallback to smallest page when not stealing whole pageblock
 2017-05-31  8:31 UTC  (2+ messages)

[PATCH] bcache: Fix a sleep-in-atomic bug
 2017-05-31  8:31 UTC  (3+ messages)

[PATCH 1/7] Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"
 2017-05-31  8:24 UTC  (3+ messages)
` [PATCH 6/7] clocksource: Rename CLKSRC_OF to TIMER_OF

[PATCH V1 0/2] *** Add support for QTI TRI_LED and LPG module ***
 2017-05-31  8:23 UTC  (5+ messages)
` [PATCH V1 1/2] leds: leds-qti-rgb: Add LED driver for QTI TRI_LED module
` [PATCH V1 2/2] pwm: pwm-qti-lpg: Add PWM driver for QTI LPG module

[PATCH] mtd: nand: atmel: mark resume function __maybe_unused
 2017-05-31  8:19 UTC 

[PATCH v5 00/10] Introduce new mode validation callbacks
 2017-05-31  8:20 UTC  (5+ messages)
` [PATCH v5 08/10] drm/arm: malidp: Use crtc->mode_valid() callback

[PATCH] libcfs: Fix a sleep-in-atomic bug in cfs_percpt_lock and cfs_percpt_unlock
 2017-05-31  8:18 UTC 

[PATCH v2 0/5] Add support for the STM32F4 CRC32
 2017-05-31  8:17 UTC  (4+ messages)
` [PATCH v2 2/5] dt-bindings : Document the STM32F4 CRC32 binding

Hello Beautiful
 2017-05-31  7:49 UTC 

[PATCH 1/5] x86: boot/copy, remove unused functions
 2017-05-31  8:12 UTC  (5+ messages)
` [PATCH 2/5] x86_32: boot, extract efi_pe_entry from startup_32
` [PATCH 3/5] x86_64: boot, extract efi_pe_entry from startup_64
` [PATCH 4/5] x86: math-emu, add ENDPROC to functions
` [PATCH 5/5] x86: entry, use ENTRY instead of ALIGN+GLOBAL for stub32_clone

[PATCH] libcfs: Fix a sleep-in-atomic bug in cfs_wi_scheduler
 2017-05-31  8:13 UTC 

[PATCH v4 3/9] arm: dts: mt7623: add mt7623-mt6323.dtsi file
 2017-05-31  8:08 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH V2 2/6] tty: serial: lpuart: add little endian 32 bit register support
 2017-05-31  8:07 UTC  (17+ messages)
` [V2, "

[PATCH] drm/i915/gvt: remove redundant -Wall
 2017-05-31  7:59 UTC  (2+ messages)

[PATCH] libcfs: Fix a sleep-in-atomic bug in cfs_wi_sched_destroy
 2017-05-31  8:05 UTC 

[PATCH 1/2] DT: pinctrl: Add binding documentation for Spreadtrum pin controller
 2017-05-31  8:00 UTC  (6+ messages)
` [PATCH 2/2] pinctrl: sprd: Add Spreadtrum pin control driver

[PATCH] mm: consider memblock reservations for deferred memory initialization sizing
 2017-05-31  8:01 UTC  (2+ messages)

[PATCH V2] libcfs: Fix a sleep-in-atomic bug in cfs_wi_exit
 2017-05-31  8:00 UTC 

[PATCH 0/2] track rt rq utilization
 2017-05-31  7:57 UTC  (5+ messages)
` [RFC PATCH 1/2] sched/rt: add utilization tracking

[PATCH V2] libcfs: Fix a sleep-in-atomic bug in cfs_wi_deschedule
 2017-05-31  7:57 UTC 

[PATCH] libcfs: Fix a sleep-in-atomic bug in cfs_wi_schedule
 2017-05-31  7:53 UTC 

[RFC][PATCH 00/23] VFS: Introduce superblock configuration context [ver #4]
 2017-05-31  7:51 UTC  (4+ messages)

[PATCH] libcfs: Fix a sleep-in-atomic bug in cfs_wi_deschedule
 2017-05-31  7:48 UTC 

[PATCH] libcfs: Fix a sleep-in-atomic bug in cfs_wi_exit
 2017-05-31  7:41 UTC 

[PATCH v2 0/3] pwm: sun4i: switch to atomic PWM
 2017-05-31  7:35 UTC  (5+ messages)
` [PATCH v2 1/3] pwm: sun4i: improve hardware read out

[PATCH v4 0/2] Tango PCIe controller support
 2017-05-31  7:32 UTC  (4+ messages)
` [PATCH v4 1/2] PCI: Add tango MSI "

[RFC][PATCHv3 0/5] printk: introduce printing kernel thread
 2017-05-31  7:30 UTC  (10+ messages)
` [RFC][PATCHv3 2/5] "
` [RFC][PATCHv3 5/5] printk: register PM notifier

[PATCH v6 00/21] net-next: stmmac: add dwmac-sun8i ethernet driver
 2017-05-31  7:18 UTC  (22+ messages)
` [PATCH v6 01/21] net-next: stmmac: export stmmac_set_mac_addr/stmmac_get_mac_addr
` [PATCH v6 02/21] net-next: stmmac: add optional setup function
` [PATCH v6 03/21] dt-bindings: net-next: Add DT bindings documentation for Allwinner dwmac-sun8i
` [PATCH v6 04/21] dt-bindings: syscon: Add DT bindings documentation for Allwinner syscon
` [PATCH v6 05/21] net-next: stmmac: Add dwmac-sun8i
` [PATCH v6 06/21] arm: sun8i: sunxi-h3-h5: Add dt node for the syscon control module
` [PATCH v6 07/21] arm: sun8i: sunxi-h3-h5: add dwmac-sun8i ethernet driver
` [PATCH v6 08/21] arm: sun8i: orangepi-pc: Enable dwmac-sun8i
` [PATCH v6 09/21] arm: sun8i: orangepi-zero: "
` [PATCH v6 10/21] arm: sun8i: orangepi-one: "
` [PATCH v6 11/21] arm: sun8i: orangepi-2: "
` [PATCH v6 12/21] arm: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to active high
` [PATCH v6 13/21] arm: sun8i: nanopi-neo: Enable dwmac-sun8i
` [PATCH v6 14/21] arm64: allwinner: sun50i-a64: Add dt node for the syscon control module
` [PATCH v6 15/21] arm64: allwinner: sun50i-a64: add dwmac-sun8i Ethernet driver
` [PATCH v6 16/21] arm64: allwinner: pine64: Enable dwmac-sun8i
` [PATCH v6 17/21] arm64: allwinner: pine64-plus: "
` [PATCH v6 18/21] arm64: allwinner: bananapi-m64: "
` [PATCH v6 19/21] arm: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig
` [PATCH v6 20/21] arm: multi_v7: Enable dwmac-sun8i driver on multi_v7_defconfig
` [PATCH v6 21/21] arm64: defconfig: Enable dwmac-sun8i driver on defconfig

linux-next 20170519 and later - ^S/^Q borkage on ttys
 2017-05-31  7:28 UTC  (2+ messages)

Q. drm/i915 shrinker, synchronize_rcu_expedited() from handlers
 2017-05-31  7:27 UTC  (10+ messages)

[PATCH 00/58] ARM: at91: rework Atmel TCB drivers
 2017-05-31  7:21 UTC  (3+ messages)

[PATCH v2] perf: fix double free at function perf_hpp__reset_output_field
 2017-05-31  7:19 UTC  (12+ messages)

linux-next: build failure after merge of the rtc tree
 2017-05-31  7:19 UTC  (3+ messages)

[PATCH] drm/pl111: select DRM_PANEL
 2017-05-31  7:18 UTC  (3+ messages)

[PATCH] i2c: at91: Fix compilation warning
 2017-05-31  7:15 UTC 

[PATCH] mISDN: Fix a sleep-in-atomic bug
 2017-05-31  7:08 UTC 

[PATCH v2 3/8] thermal: intel_bxt_pmic_thermal: use first level PMIC thermal irq
 2017-05-31  7:02 UTC  (8+ messages)
` [PATCH v3 1/8] mfd: intel_soc_pmic_bxtwc: fix TMU interrupt index
  ` [GIT PULL] Immutable branch between MFD, GPIO, Thermal and X86 due for the v4.13 merge window

[PATCH v9 0/4] add PCIe driver for Kirin PCIe
 2017-05-31  7:01 UTC  (5+ messages)
` [PATCH v9 1/4] PCI: hisi: Add DT binding for PCIe of Kirin SoC series
` [PATCH v9 2/4] arm64: dts: hisi: add kirin pcie node
` [PATCH v9 3/4] PCI: dwc: kirin: add PCIe Driver for HiSilicon Kirin SoC
` [PATCH v9 4/4] ARM64: defconfig: Enable Kirin PCIe

[PATCH v4 0/2] STM FingerTip S touchscreen support for TM2 board
 2017-05-31  6:59 UTC  (3+ messages)
    ` [PATCH v4 1/2] Input: add STMicroelectronics FingerTip touchscreen driver
    ` [PATCH v4 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

[PATCH RFC] v4l2-core: Use kvmalloc() for potentially big allocations
 2017-05-31  6:58 UTC 

[PATCH] i2c: at91: Handle return value of clk_prepare_enable
 2017-05-31  6:57 UTC 

signals: Bug or manpage inconsistency?
 2017-05-31  6:51 UTC  (2+ messages)

[RFC] KVM: SVM: ignore type when setting segment registers
 2017-05-31  6:42 UTC  (4+ messages)

Response Required
 2017-05-31  6:19 UTC 

[PATCH 1/2] dt-bindings: timer: add nxp tpm timer binding doc
 2017-05-31  6:36 UTC  (6+ messages)
` [PATCH 2/2] timer: imx-tpm: add imx tpm timer support

[lkp-robot] [Btrfs] a7e3b975a0: aim7.jobs-per-min -9.8% regression
 2017-05-31  6:32 UTC 

[lkp-robot] [mm] aefd950b83: divide_error:#[##]
 2017-05-31  6:31 UTC 

[PATCH v1 1/1] mux: mux-intel-usb: Add Intel USB Multiplexer driver
 2017-05-31  6:29 UTC  (4+ messages)

[rcu:rcu/next 96/97] include/linux/rcutiny.h:120:20: error: static declaration of 'rcu_scheduler_starting' follows non-static declaration
 2017-05-31  6:26 UTC 

[-next] memory hotplug regression
 2017-05-31  6:26 UTC  (10+ messages)
              ` [PATCH 1/2] mm, memory_hotplug: fix MMOP_ONLINE_KEEP behavior
              ` [PATCH 2/2] mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone

[PATCH v8 0/5] usb: early: add support for early printk through USB3 debug port
 2017-05-31  6:24 UTC  (5+ messages)
` [PATCH v8 2/5] usb: early: add driver for xhci debug capability

[PATCH] tty: n_gsm: do not send/receive in ldisc close path
 2017-05-31  6:19 UTC 

[PATCH v2 0/6] iMX6: Implement power off over standby signal
 2017-05-31  6:14 UTC  (7+ messages)
` [PATCH v2 1/6] ARM: imx6q: provide documentation for new fsl,pmic_stby_poweroff property
` [PATCH v2 2/6] ARM: imx6: register pm_power_off handler if "fsl,pmic_stby_poweroff" is set
` [PATCH v2 3/6] kernel/reboot.c: export pm_power_off_prepare
` [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff property
` [PATCH v2 5/6] regulator: pfuze100-regulator: provide pm_power_off_prepare handler
` [PATCH v2 6/6] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option

Device address specific mapping of arm,mmu-500
 2017-05-31  6:13 UTC  (8+ messages)

[PULL] topic/e1000e-fix
 2017-05-31  6:10 UTC 

[PATCH v1 00/11] mm/kasan: support per-page shadow memory to reduce memory consumption
 2017-05-31  5:50 UTC  (11+ messages)

[PATCH][V2] PCI: qcom: fix spelling mistake: "asser" -> "assert"
 2017-05-31  5:34 UTC 

[PATCH] PCI: qcom: ix spelling mistake: "asser" -> "assert"
 2017-05-31  5:33 UTC 

linux-next: Tree for May 31
 2017-05-31  5:32 UTC 

[PATCH v4 0/9] WCOVE chained IRQ fix
 2017-05-31  5:19 UTC  (8+ messages)
` [PATCH v4 1/9] mfd: intel_soc_pmic_bxtwc: fix TMU interrupt index
` [PATCH v4 2/9] mfd: intel_soc_pmic_bxtwc: remove thermal second level irqs
` [PATCH v4 3/9] thermal: intel_bxt_pmic_thermal: use first level PMIC thermal irq
` [PATCH v4 6/9] mfd: intel_soc_pmic_bxtwc: utilize devm_* functions in driver probe
` [PATCH v4 7/9] mfd: intel_soc_pmic_bxtwc: use chained irqs for second level irq chips
` [PATCH v4 8/9] platform: x86: intel_bxtwc_tmu: remove first level irq unmask
` [PATCH v4 9/9] usb: typec: typec_wcove: Use charger irq chip to get usbc virq


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