public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-21 07:28:09 to 2017-12-21 11:13:49 UTC [more...]

[PATCH net-next v7 0/2] add UniPhier AVE ethernet support
 2017-12-21 11:12 UTC  (3+ messages)
` [PATCH net-next v7 1/2] dt-bindings: net: add DT bindings for Socionext UniPhier AVE
` [PATCH net-next v7 2/2] net: ethernet: socionext: add AVE ethernet driver

[RESEND PATCH] regmap: debugfs: emit a debug message when locking is disabled
 2017-12-21 11:12 UTC 

severe regression with random I/O from (at least) 4.14?
 2017-12-21 11:09 UTC  (2+ messages)

[PATCH v5 00/12] drm/sun4i: Add A83t LVDS support
 2017-12-21 11:02 UTC  (13+ messages)
` [PATCH v5 01/12] dt-bindings: panel: lvds: Document power-supply property
` [PATCH v5 02/12] drm/panel: lvds: Add support for the "
` [PATCH v5 03/12] dt-bindings: display: sun4i-drm: Add LVDS properties
` [PATCH v5 04/12] dt-bindings: display: sun4i-drm: Add A83T pipeline
` [PATCH v5 05/12] drm/sun4i: Force the mixer rate at 150MHz
` [PATCH v5 06/12] drm/sun4i: Create minimal multipliers and dividers
` [PATCH v5 07/12] drm/sun4i: Add LVDS support
` [PATCH v5 08/12] drm/sun4i: Add A83T support
` [PATCH v5 09/12] ARM: dts: sun8i: a83t: Add display pipeline
` [PATCH v5 10/12] ARM: dts: sun8i: a83t: Enable the PWM
` [PATCH v5 11/12] ARM: dts: sun8i: a83t: Add LVDS pins group
` [PATCH v5 12/12] ARM: dts: sun8i: a711: Enable the LCD

[ANNOUNCE] autofs 5.1.2 release
 2017-12-21 11:06 UTC  (6+ messages)

[PATCH 1/2] padata: Remove FSF address
 2017-12-21 11:05 UTC  (5+ messages)

[PATCH] perf: Remove FSF address
 2017-12-21 11:05 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the scsi tree
 2017-12-21 11:05 UTC  (5+ messages)

BUG: workqueue lockup (2)
 2017-12-21 11:04 UTC  (8+ messages)

[PATCH] usb: dwc3: gadget:Core consumes a trb software to fill a trb, in ISO
 2017-12-21 11:03 UTC 

[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
 2017-12-21 11:03 UTC  (7+ messages)
` [PATCH 03/11] fs: add frozen sb state helpers

[PATCH v10 1/3] lib: Add strongly typed 64bit int_sqrt
 2017-12-21 10:59 UTC  (10+ messages)

[PATCH v2 0/3] phy: core: Re-work runtime PM deployment and fix an issue
 2017-12-21 10:57 UTC  (7+ messages)
` [PATCH v2 1/3] phy: core: Move runtime PM reference counting to the parent device
` [PATCH v2 2/3] phy: core: Drop unused runtime PM APIs

UBSAN: Undefined behaviour in drivers/net/wireless/intel/iwlwifi/mvm/utils.c:838:5
 2017-12-21 10:57 UTC  (7+ messages)

linux-next: Signed-off-by missing for commit in the tip tree
 2017-12-21 10:55 UTC  (3+ messages)

[RFC PATCH 0/2] select master clock in wm8994 driver based on DT clocks configuration
 2017-12-21 10:51 UTC  (8+ messages)
` [RFC PATCH 2/2] ASoC: select sysclk clock from mlck clock provider in wm8994 driver

[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
 2017-12-21 10:53 UTC  (2+ messages)

[PATCH 0/3] Add DVFS support on CPU clock for Armada 37xx
 2017-12-21 10:53 UTC  (2+ messages)

[PATCH v4 00/36] hrtimer: Provide softirq context hrtimers
 2017-12-21 10:42 UTC  (37+ messages)
` [PATCH v4 01/36] timers: Use static keys for migrate_enable/nohz_active
` [PATCH v4 02/36] hrtimer: Correct blantanly wrong comment
` [PATCH v4 03/36] hrtimer: Fix kerneldoc for struct hrtimer_cpu_base
` [PATCH v4 04/36] hrtimer: Cleanup clock argument in schedule_hrtimeout_range_clock()
` [PATCH v4 05/36] hrtimer: Fix hrtimer function description
` [PATCH v4 06/36] hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
` [PATCH v4 07/36] hrtimer: Cleanup hrtimer_mode enum
` [PATCH v4 08/36] tracing/hrtimer: Take all clock bases and modes into account
` [PATCH v4 09/36] tracing/hrtimer: Print hrtimer mode in hrtimer_start tracepoint
` [PATCH v4 10/36] hrtimer: Switch for loop to _ffs() evaluation
` [PATCH v4 11/36] hrtimer: Store running timer in hrtimer_clock_base
` [PATCH v4 12/36] hrtimer: Make room in struct hrtimer_cpu_base
` [PATCH v4 13/36] hrtimer: Reduce conditional code (hres_active)
` [PATCH v4 14/36] hrtimer: Use accesor functions instead of direct access
` [PATCH v4 15/36] hrtimer: Make the remote enqueue check unconditional
` [PATCH v4 16/36] hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
` [PATCH v4 17/36] hrtimer: Make hrtimer_reprogramm() unconditional
` [PATCH v4 18/36] hrtimer: Make hrtimer_force_reprogramm() unconditionally available
` [PATCH v4 19/36] hrtimer: Unify handling of hrtimer remove
` [PATCH v4 20/36] hrtimer: Unify handling of remote enqueue
` [PATCH v4 21/36] hrtimer: Make remote enqueue decision less restrictive
` [PATCH v4 22/36] hrtimer: Remove base argument from hrtimer_reprogram()
` [PATCH v4 23/36] hrtimer: Split hrtimer_start_range_ns()
` [PATCH v4 24/36] hrtimer: Split __hrtimer_get_next_event()
` [PATCH v4 25/36] hrtimer: Use irqsave/irqrestore around __run_hrtimer()
` [PATCH v4 26/36] hrtimer: Add clock bases and hrtimer mode for soft irq context
` [PATCH v4 27/36] hrtimer: Prepare handling of hard and softirq based hrtimers
` [PATCH v4 28/36] hrtimer: Implement support for "
` [PATCH v4 29/36] hrtimer: Implement SOFT/HARD clock base selection
` [PATCH v4 30/36] can/bcm: Replace hrtimer_tasklet with softirq based hrtimer
` [PATCH v4 31/36] mac80211_hwsim: Replace hrtimer tasklet with softirq hrtimer
` [PATCH v4 32/36] xfrm: "
` [PATCH v4 33/36] softirq: Remove tasklet_hrtimer
` [PATCH v4 34/36] ALSA/dummy: Replace tasklet with softirq hrtimer
` [PATCH v4 35/36] usb/gadget/NCM: "
` [PATCH v4 36/36] net/mvpp2: "

[PATCH 0/4] tpm: fix PS/2 devices not working on Braswell systems due CLKRUN enabled
 2017-12-21 10:51 UTC  (2+ messages)

[PATCH] nios2: dts: Remove leading 0x and 0s from bindings notation
 2017-12-21 10:48 UTC  (2+ messages)

[PATCH V2 0/9] ARM: stm32: add initial STM32MPU support
 2017-12-21 10:44 UTC  (6+ messages)
` [PATCH V2 9/9] ARM: dts: stm32: add initial support of stm32mp157c eval board

[PATCH v3 0/6] cpufreq: schedutil: fixes for flags updates
 2017-12-21 10:43 UTC  (9+ messages)

[PATCH v2 0/7] Add the I3C subsystem
 2017-12-21 10:41 UTC  (6+ messages)
` [PATCH v2 5/7] dt-bindings: i3c: Document core bindings

proc_flush_task oops
 2017-12-21 10:38 UTC  (13+ messages)

[PATCH v2 0/5] mm: NUMA stats code cleanup and enhancement
 2017-12-21 10:31 UTC  (10+ messages)
` [PATCH v2 3/5] mm: enlarge NUMA counters threshold size

[PATCH] Do not hash userspace addresses in fault handlers
 2017-12-21 10:27 UTC  (2+ messages)

[RFC PATCH 0/5] sched: On remote stats updates
 2017-12-21 10:21 UTC  (6+ messages)
` [RFC PATCH 1/5] sched: Convert nohz_flags to atomic_t
` [RFC PATCH 2/5] sched: Add NOHZ_STATS_KICK
` [RFC PATCH 3/5] sched: Restructure nohz_balance_kick
` [RFC PATCH 4/5] sched: Add nohz stats balancing
` [RFC PATCH 5/5] sched: Update blocked load from NEWIDLE

[PATCH] [RFT] crypto: aes-generic - turn off -ftree-pre and -ftree-sra
 2017-12-21 10:20 UTC  (3+ messages)

TPM driver breaks S3 suspend
 2017-12-21 10:19 UTC  (4+ messages)

[LINUX PATCH 0/4] dmaengine: xilinx_dma: Bug fixes
 2017-12-21 10:11 UTC  (5+ messages)
` [LINUX PATCH 1/4] dmaengine: xilinx_dma: Fix dma_get_slave_caps() API failures
` [LINUX PATCH 2/4] dmaengine: xilinx_dma: Fix race condition in the driver for cdma
` [LINUX PATCH 3/4] dmaengine: xilinx_dma: Fix compilation warning
` [LINUX PATCH 4/4] dmaengine: xilinx_dma: Free BD consistent memory

pinctrl-amd: What hardware does it apply to?
 2017-12-21 10:11 UTC  (2+ messages)

[PATCH v3 0/4] Add coupled regulators mechanism
 2017-12-21 10:08 UTC  (4+ messages)
  ` [PATCH v3 3/4] regulator: core: Parse coupled regulators properties

[PATCH v6 00/18] dwc MSI fixes, ARTPEC-6 EP mode support, ARTPEC-7 SoC support
 2017-12-21 10:02 UTC  (6+ messages)

[PATCH v2 0/2] sched/fair: remote load updates for idle CPUs
 2017-12-21 10:01 UTC  (12+ messages)
` [PATCH v2 1/2] sched: force update of blocked load of idle cpus
` [PATCH v2 2/2] sched/fair: Update blocked load from newly idle balance

[PATCH 1/2] thermal: mtk: Cleanup unused defines
 2017-12-21 10:01 UTC  (2+ messages)

[PATCH 1/2] mm/memcg: try harder to decrease [memory,memsw].limit_in_bytes
 2017-12-21 10:00 UTC  (6+ messages)

[PATCH AUTOSEL for 3.18 01/40] ALSA: hda - add support for docking station for HP 820 G2
 2017-12-21  9:54 UTC  (3+ messages)
` [PATCH AUTOSEL for 3.18 40/40] tcp: fix under-evaluated ssthresh in TCP Vegas

[PATCH V1 1/4] usb: serial: f81534: add high baud rate support
 2017-12-21  9:49 UTC  (4+ messages)
` [PATCH V1 3/4] usb: serial: f81534: add output pin control

[RFC PATCH v2 00/13] Kernel based bootsplash
 2017-12-21  9:48 UTC  (2+ messages)

[PATCH 03/15] staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc
 2017-12-21  9:40 UTC  (3+ messages)
` [PATCH] staging: lustre: fix ifnullfree.cocci warnings

v4.15-rc2 on thinkpad x60: ethernet stopped working
 2017-12-21  9:40 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v17 0/5] ZII RAVE platform driver
 2017-12-21  9:30 UTC  (2+ messages)

[PATCH v5 00/15] Krait clocks + Krait CPUfreq
 2017-12-21  9:28 UTC  (10+ messages)
` [PATCH v5 05/15] devicetree: bindings: Document qcom,hfpll
` [PATCH v5 10/15] devicetree: bindings: Document qcom,kpss-gcc
` [PATCH v5 12/15] devicetree: bindings: Document qcom,krait-cc

[PATCH v4 0/5] flow_dissector: Provide basic batman-adv unicast handling
 2017-12-21  9:17 UTC  (6+ messages)
` [PATCH v4 1/5] batman-adv: Let packet.h include its headers directly
` [PATCH v4 2/5] batman-adv: Remove usage of BIT(x) in packet.h
` [PATCH v4 3/5] batman-adv: Remove kernel fixed width types "
` [PATCH v4 4/5] batman-adv: Convert packet.h to uapi header
` [PATCH v4 5/5] flow_dissector: Parse batman-adv unicast headers

[PATCH 0/2] Pinctrl-ADI GPIO2: Adjustments for two function implementations
 2017-12-21  9:23 UTC  (5+ messages)
` [PATCH 1/2] pinctrl: adi2: Delete an error message for a failed memory allocation in two functions
` [PATCH 2/2] pinctrl: adi2: Improve a size determination "

linux-next: Signed-off-by missing for commit in the renesas tree
 2017-12-21  9:21 UTC  (2+ messages)

[kernel-hardening] [PATCH] arm: kernel: implement fast refcount checking
 2017-12-21  9:20 UTC  (3+ messages)

[PATCH] net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaround
 2017-12-21  9:21 UTC  (2+ messages)

[PATCH 0/2] pinctrl/nomadik/abx500: Adjustments for abx500_gpio_probe()
 2017-12-21  9:20 UTC  (5+ messages)
` [PATCH 1/2] pinctrl/nomadik/abx500: Delete an error message for a failed memory allocation in abx500_gpio_probe()
` [PATCH 2/2] pinctrl/nomadik/abx500: Improve a size determination "

[PATCH] KVM: arm/arm64: don't set vtimer->cnt_ctl in kvm_arch_timer_handler
 2017-12-21  9:16 UTC  (9+ messages)

[PATCH v1 1/1] ASoC: rsnd: ssi: Fix issue in dma data address assignment
 2017-12-21  9:16 UTC  (5+ messages)

[PATCH 00/12] mmc: sdhci-omap: Add UHS/HS200 mode support
 2017-12-21  9:15 UTC  (17+ messages)
` [PATCH 01/12] mmc: sdhci-omap: Update 'power_mode' outside sdhci_omap_init_74_clocks
` [PATCH 02/12] mmc: sdhci-omap: Add card_busy host ops
` [PATCH 03/12] mmc: sdhci-omap: Add custom set_uhs_signaling sdhci_host ops
` [PATCH 04/12] mmc: sdhci-omap: Add tuning support
` [PATCH 05/12] mmc: sdhci-omap: Workaround for Errata i802
` [PATCH 07/12] mmc: sdhci_omap: Fix sdhci-omap quirks
` [PATCH 08/12] mmc: sdhci-omap: Add support to override f_max and iodelay from pdata
` [PATCH 11/12] mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoC

KASAN: stack-out-of-bounds Read in rds_sendmsg
 2017-12-21  9:10 UTC  (2+ messages)

KASAN: use-after-free Read in __schedule
 2017-12-21  9:07 UTC  (5+ messages)
` [PATCH linux-next] KVM: x86: don't forget vcpu_put() in kvm_arch_vcpu_ioctl_set_sregs()

[PATCH v9 1/2] of: documentation: add bindings documentation for TS-4600
 2017-12-21  9:05 UTC  (2+ messages)

[PATCH v4] media: Driver for Toshiba et8ek8 5MP sensor
 2017-12-21  9:05 UTC  (5+ messages)
` [PATCH] devicetree: Add video bus switch

[PATCH v4 1/2] of: documentation: add bindings documentation for TS-7970
 2017-12-21  9:02 UTC  (3+ messages)
` [PATCH v4 2/2] ARM: dts: TS-7970: add basic device tree

shmctl(SHM_STAT) vs. /proc/sysvipc/shm permissions discrepancies
 2017-12-21  8:56 UTC  (6+ messages)

[RFC] does ioremap() cause memory leak?
 2017-12-21  8:55 UTC 

KASAN: use-after-free Read in __list_del_entry_valid (2)
 2017-12-21  8:54 UTC  (3+ messages)
` [PATCH] crypto: pcrypt - fix freeing pcrypt instances

[PATCH] drm: move lease init after validation in drm_lease_create
 2017-12-21  8:50 UTC  (2+ messages)

[PATCH] checkpatch: Make '$min_conf_desc_length' default value to 1
 2017-12-21  8:39 UTC  (2+ messages)

[PATCH v3] checkpatch: Fix checks for Kconfig help text
 2017-12-21  8:38 UTC  (2+ messages)

[PATCH 4.4 009/115] Bluetooth: btusb: driver to enable the usb-wakeup feature
 2017-12-21  8:30 UTC  (3+ messages)

[PATCH v3 1/9] ARM: dts: imx7-colibri: move and rename USB Host power regulator
 2017-12-21  8:29 UTC  (2+ messages)

[PATCH] generic/381: enable on systems which allows usernames that begin with digits
 2017-12-21  8:23 UTC  (2+ messages)

[PATCH v3 1/3] ARM: dts: imx6sx-sdb: Convert from fbdev to drm bindings
 2017-12-21  8:22 UTC  (2+ messages)

[PATCH v3 0/6] Coresight: support panic kdump
 2017-12-21  8:20 UTC  (7+ messages)
` [PATCH v3 1/6] doc: Add Coresight documentation directory
` [PATCH v3 2/6] doc: Add documentation for Coresight panic kdump
` [PATCH v3 3/6] coresight: Support panic kdump functionality
` [PATCH v3 4/6] coresight: tmc: Hook callback for panic kdump
` [PATCH v3 5/6] coresight: Add and delete sink callback for panic kdump list
` [PATCH v3 6/6] coresight: etm4x: Support panic kdump

[PATCH] Move kfree_call_rcu() to slab_common.c
 2017-12-21  8:19 UTC 

[4.15-rc4][regression][e1000e] - Device initialization appears broken/inconsistent
 2017-12-21  8:16 UTC 

[PATCH RESEND v6 0/6] provide power off support for iMX6 with external PMIC
 2017-12-21  8:12 UTC  (3+ messages)

[GIT PULL 0/3] ARM: exynos: Pull for v4.16
 2017-12-21  8:11 UTC  (3+ messages)
` [GIT PULL 3/3] ARM: defconfig: exynos: config "

[PATCH 0/2] ARC __builtin_trap handling
 2017-12-21  8:09 UTC  (3+ messages)
` [PATCH 2/2] ARC: handle gcc generated __builtin_trap for older compiler

[PATCH] ARM: dts: imx: Add memory node unit name
 2017-12-21  8:07 UTC  (2+ messages)

[PATCH] arm: dts: ls1021a: Specify interrupt-affinity for pmu node
 2017-12-21  8:06 UTC  (3+ messages)
` [PATCH resend] "

[PATCH] arm: dts: ls1021a: Add label to USB controllers
 2017-12-21  8:06 UTC  (3+ messages)
` [PATCH resend] "

[PATCH] arm: dts: ls1021a: add reboot node to .dtsi
 2017-12-21  8:05 UTC  (3+ messages)
` [PATCH resend] "

[PATCH 1/2 v3] scsi: ufs: introduce static sysfs entries
 2017-12-21  7:59 UTC  (9+ messages)
` [PATCH 2/2 v3] scsi: ufs: introduce sysfs entries exposing UFS health info
  ` [PATCH 2/2 v4] "

BUG: unable to handle kernel paging request in hmac_init_tfm
 2017-12-21  7:44 UTC  (2+ messages)

[PATCH] cpufreq: imx6q-cpufreq: Fix speed grading check for imx6qp
 2017-12-21  7:34 UTC  (3+ messages)

[PATCH v3 00/21] Intel FPGA Device Drivers
 2017-12-21  7:22 UTC  (5+ messages)
` [PATCH v3 04/21] fpga: add device feature list support

cgroups-related hard lockup in 4.14?
 2017-12-21  7:30 UTC  (3+ messages)

[RFC PATCH 0/5] mm, hugetlb: allocation API and migration improvements
 2017-12-21  7:28 UTC  (6+ messages)


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