Linux-Kernel Archive
By Date
Most Recent messages
4375 messages sorted by:
[ author ]
[ thread ]
[ Subject ]
About this archive
Other mail archives
- dmaengine: dmatest: fix container_of member in dmatest_callback Yang Shunyong (Mon Jan 29 2018 - 01:40:11 EST)
- [PATCHv3] PM / wakeirq: Add wakeup name to dedicated wake irqs Tony Lindgren (Thu Feb 08 2018 - 11:30:10 EST)
- [PATCH] ASoC: stm32: Add S/PDIF to SAI bindings Olivier Moysan (Mon Feb 19 2018 - 10:00:35 EST)
- [PATCH] ASoC: stm32: sai: Add support of S/PDIF playback Olivier Moysan (Mon Feb 19 2018 - 10:00:37 EST)
- [PATCH] regmap: mmio: Add function to attach a clock Maxime Ripard (Wed Feb 21 2018 - 04:20:25 EST)
- [PATCH] regmap: Format data for raw write in regmap_bulk_write Charles Keepax (Thu Feb 22 2018 - 07:59:10 EST)
- [PATCH] regmap: Remove unnecessary printk for failed allocation Charles Keepax (Thu Feb 22 2018 - 07:59:11 EST)
- [PATCH] regmap: Move the handling for max_raw_write into regmap_raw_write Charles Keepax (Thu Feb 22 2018 - 07:59:12 EST)
- [PATCH] regmap: Tidy up regmap_raw_write chunking code Charles Keepax (Thu Feb 22 2018 - 07:59:13 EST)
- [PATCH] regmap: Merge redundant handling in regmap_bulk_write Charles Keepax (Thu Feb 22 2018 - 07:59:14 EST)
- [PATCH] ARM: OMAP2+: Prepare to pass auxdata for smartreflex Tony Lindgren (Thu Feb 22 2018 - 16:57:30 EST)
- [PATCH] bus: ti-sysc: Handle some devices in omap_device compatible way Tony Lindgren (Thu Feb 22 2018 - 17:03:48 EST)
- [PATCH] ASoC: add DT bindings documentation for ROHM BD28623 codec Katsuhiro Suzuki (Thu Feb 22 2018 - 20:17:16 EST)
- [PATCH] ASoC: uniphier: fix broken sound if use SRC in replay Katsuhiro Suzuki (Fri Feb 23 2018 - 07:17:01 EST)
- [PATCH] ASoC: sirf: remove duplicated bit-wise or of USP_RXFIFO_THD_INT Colin Ian King (Fri Feb 23 2018 - 07:41:17 EST)
- [PATCH] ASoC: pxa: remove duplicated bit-wise or of SNDRV_PCM_FMTBIT_S24_LE Colin Ian King (Fri Feb 23 2018 - 09:37:38 EST)
- [PATCH] ASoC: cpcap: new codec Sebastian Reichel (Fri Feb 23 2018 - 15:02:51 EST)
- Re: [PATCH] drivers/virt: vm_gen_counter: initial driver implementation kbuild test robot (Sat Feb 24 2018 - 00:11:34 EST)
- Re: [PATCH v3 5/5] linux/const.h: move BIT(_ULL) to linux/const.h for use in assembly kbuild test robot (Sat Feb 24 2018 - 00:11:34 EST)
- [PATCH v3 00/18] tracing: probeevent: Improve fetcharg features Masami Hiramatsu (Sat Feb 24 2018 - 00:28:57 EST)
- [PATCH v3 01/18] [BUGFIX] tracing: probeevent: Fix to support minus offset from symbol Masami Hiramatsu (Sat Feb 24 2018 - 00:29:26 EST)
- Re: [RFC tip/locking/lockdep v5 04/17] lockdep: Introduce lock_list::dep Boqun Feng (Sat Feb 24 2018 - 00:29:39 EST)
- [PATCH v3 02/18] selftests: ftrace: Add probe event argument syntax testcase Masami Hiramatsu (Sat Feb 24 2018 - 00:29:52 EST)
- [PATCH v3 03/18] selftests: ftrace: Add a testcase for string type with kprobe_event Masami Hiramatsu (Sat Feb 24 2018 - 00:30:21 EST)
- [PATCH v3 04/18] tracing: probeevent: Cleanup print argument functions Masami Hiramatsu (Sat Feb 24 2018 - 00:30:49 EST)
- [PATCH v3 05/18] tracing: probeevent: Cleanup argument field definition Masami Hiramatsu (Sat Feb 24 2018 - 00:31:20 EST)
- [PATCH v3 06/18] tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions Masami Hiramatsu (Sat Feb 24 2018 - 00:31:49 EST)
- [PATCH v3 07/18] tracing: probeevent: Introduce new argument fetching code Masami Hiramatsu (Sat Feb 24 2018 - 00:32:21 EST)
- [PATCH v3 08/18] tracing: probeevent: Unify fetch type tables Masami Hiramatsu (Sat Feb 24 2018 - 00:32:49 EST)
- [PATCH v3 09/18] tracing: probeevent: Return consumed bytes of dynamic area Masami Hiramatsu (Sat Feb 24 2018 - 00:33:18 EST)
- [lkp-robot] [printk] c162d5b433: BUG:KASAN:use-after-scope_in_c kernel test robot (Sat Feb 24 2018 - 00:33:47 EST)
- [PATCH v3 10/18] tracing: probeevent: Append traceprobe_ for exported function Masami Hiramatsu (Sat Feb 24 2018 - 00:33:55 EST)
- [PATCH v3 11/18] tracing: probeevent: Unify fetch_insn processing common part Masami Hiramatsu (Sat Feb 24 2018 - 00:34:14 EST)
- [PATCH v3 12/18] tracing: probeevent: Add symbol type Masami Hiramatsu (Sat Feb 24 2018 - 00:34:44 EST)
- [PATCH v3 13/18] x86: ptrace: Add function argument access API Masami Hiramatsu (Sat Feb 24 2018 - 00:35:13 EST)
- [PATCH v3 14/18] tracing: probeevent: Add $argN for accessing function args Masami Hiramatsu (Sat Feb 24 2018 - 00:35:42 EST)
- [PATCH v3 15/18] tracing: probeevent: Add array type support Masami Hiramatsu (Sat Feb 24 2018 - 00:36:10 EST)
- [PATCH v3 16/18] selftests: ftrace: Add a testcase for symbol type Masami Hiramatsu (Sat Feb 24 2018 - 00:36:40 EST)
- [PATCH v3 17/18] selftests: ftrace: Add a testcase for $argN with kprobe_event Masami Hiramatsu (Sat Feb 24 2018 - 00:37:09 EST)
- [PATCH v3 18/18] selftests: ftrace: Add a testcase for array type with kprobe_event Masami Hiramatsu (Sat Feb 24 2018 - 00:37:38 EST)
- [RFC] vfio iommu type1: improve memory pinning process for raw PFN mapping jason (Sat Feb 24 2018 - 00:44:32 EST)
- [PATCH 1/1] iommu/vt-d: Fix a potential memory leak Lu Baolu (Sat Feb 24 2018 - 00:50:01 EST)
- [lkp-robot] [rcu] 056becf54e: BUG:KASAN:null-ptr-deref_in__lock_acquire kernel test robot (Sat Feb 24 2018 - 00:55:41 EST)
- Re: [PATCH 1/3] arm64: dts: ls1012a: add cpu idle support Shawn Guo (Sat Feb 24 2018 - 01:26:52 EST)
- Re: [RFC tip/locking/lockdep v5 04/17] lockdep: Introduce lock_list::dep Boqun Feng (Sat Feb 24 2018 - 01:26:52 EST)
- RE: [Intel-wired-lan] [PATCH net-queue] e1000e: Fix check_for_link return value with autoneg off. Brown, Aaron F (Sat Feb 24 2018 - 01:43:45 EST)
- lib/find_bit.c:203:15: error: redefinition of 'find_next_zero_bit_le' kbuild test robot (Sat Feb 24 2018 - 02:05:42 EST)
- Re: [PATCH 1/3] arm64: dts: ls1012a: add cpu idle support Shawn Guo (Sat Feb 24 2018 - 02:13:03 EST)
- Re: [PATCH 1/2] efi/esrt: fix unsupported version initialization failure Dave Young (Sat Feb 24 2018 - 02:21:11 EST)
- Re: [PATCH v5 2/6] powerpc/mm/slice: create header files dedicated to slices Nicholas Piggin (Sat Feb 24 2018 - 02:22:48 EST)
- Re: [PATCH 2/2] efi/esrt: mark ESRT memory region as nomap Dave Young (Sat Feb 24 2018 - 02:23:12 EST)
- Re: [RFC tip/locking/lockdep v5 04/17] lockdep: Introduce lock_list::dep Boqun Feng (Sat Feb 24 2018 - 02:27:42 EST)
- Re: [PATCH RFC] ARM: imx: avic: set low-power interrupt mask for imx25 Shawn Guo (Sat Feb 24 2018 - 02:34:34 EST)
- Re: [PATCHv4 1/2] ARM: imx53: add secure-reg-access support for PMU Shawn Guo (Sat Feb 24 2018 - 02:46:05 EST)
- Re: [PATCH v5 3/6] powerpc/mm/slice: Enhance for supporting PPC32 Nicholas Piggin (Sat Feb 24 2018 - 02:48:02 EST)
- Re: [v4] ARM: dts: imx: Add support for Advantech DMS-BA16 Shawn Guo (Sat Feb 24 2018 - 02:48:27 EST)
- [rcu] df95cc69cc: BUG:KASAN:null-ptr-deref_in__lock_acquire kernel test robot (Sat Feb 24 2018 - 02:54:09 EST)
- Re: [PATCH BUGFIX V3] block, bfq: add requeue-request hook Paolo Valente (Sat Feb 24 2018 - 02:54:42 EST)
- [PATCH 1/4] staging: most: Fix coding style problems. Quytelda Kahja (Sat Feb 24 2018 - 02:59:16 EST)
- [PATCH 3/4] staging: most: Remove unnecessary OOM messages. Quytelda Kahja (Sat Feb 24 2018 - 02:59:25 EST)
- [PATCH 2/4] staging: most: Replace calls to BUG_ON() with WARN_ONCE() and return. Quytelda Kahja (Sat Feb 24 2018 - 02:59:34 EST)
- [PATCH 4/4] staging: most: Fix missing identifier in function definition argument. Quytelda Kahja (Sat Feb 24 2018 - 02:59:40 EST)
- [PATCH 1/2] arm: kprobes: Prohibit kprobes on do_undefinstr Masami Hiramatsu (Sat Feb 24 2018 - 03:03:21 EST)
- [PATCH 2/2] arm: kprobes: Prohibit kprobes on get_user functions Masami Hiramatsu (Sat Feb 24 2018 - 03:03:48 EST)
- Re: [PATCH 2/2] efi/esrt: mark ESRT memory region as nomap Ard Biesheuvel (Sat Feb 24 2018 - 03:04:05 EST)
- Re: `do_IRQ: 1.55 No irq handler for vector` on ASRock E350M1 Paul Menzel (Sat Feb 24 2018 - 03:06:44 EST)
- Re: [PATCH v1 1/2] perf/core: Add API to look up PMU type by name Peter Zijlstra (Sat Feb 24 2018 - 03:08:21 EST)
- Re: [PATCH 4.4 013/193] staging: android: ion: Add __GFP_NOWARN for system contig heap Greg Kroah-Hartman (Sat Feb 24 2018 - 03:26:35 EST)
- Re: [PATCH 4.15 00/45] 4.15.6-stable review Greg Kroah-Hartman (Sat Feb 24 2018 - 03:26:56 EST)
- Re: [PATCH 4.4 000/193] 4.4.118-stable review Greg Kroah-Hartman (Sat Feb 24 2018 - 03:34:51 EST)
- Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one Greg Kroah-Hartman (Sat Feb 24 2018 - 03:35:47 EST)
- Re: [RFC tip/locking/lockdep v5 04/17] lockdep: Introduce lock_list::dep Peter Zijlstra (Sat Feb 24 2018 - 03:38:20 EST)
- Re: [PATCH 0/5] Handling for TAP header level Ingo Molnar (Sat Feb 24 2018 - 03:39:25 EST)
- Re: [PATCH v1 2/2] perf/core: Add support for PMUs that can be read from any CPU Peter Zijlstra (Sat Feb 24 2018 - 03:41:22 EST)
- Re: [PATCH] ARM: dts: imx6dl: remove 'lcdif' node Shawn Guo (Sat Feb 24 2018 - 03:46:31 EST)
- Re: [PATCH v4 1/2] leds: ncp5623: Add device tree binding documentation Pavel Machek (Sat Feb 24 2018 - 03:53:06 EST)
- Re: [PATCH v4 2/2] leds: Add driver for NCP5623 3-channel I2C LED driver Pavel Machek (Sat Feb 24 2018 - 03:53:16 EST)
- Re: [PATCH] lib/test_kmod: Fix an integer overflow test Dan Carpenter (Sat Feb 24 2018 - 03:54:16 EST)
- Re: [RFC tip/locking/lockdep v5 04/17] lockdep: Introduce lock_list::dep Boqun Feng (Sat Feb 24 2018 - 03:57:02 EST)
- Re: `do_IRQ: 1.55 No irq handler for vector` on ASRock E350M1 Thomas Gleixner (Sat Feb 24 2018 - 03:59:15 EST)
- Re: [PATCH V2] nvme-pci: set cq_vector to -1 if io queue setup fails jianchao.wang (Sat Feb 24 2018 - 04:07:06 EST)
- [PATCH] char/ipmi: add documentation for sysfs interface Aishwarya Pant (Sat Feb 24 2018 - 04:07:07 EST)
- Re: [PATCH] drivers/virt: vm_gen_counter: initial driver implementation kbuild test robot (Sat Feb 24 2018 - 04:07:52 EST)
- Re: [PATCH] ARM: mx35_3ds: remove unnecessary USB OTG init flag Shawn Guo (Sat Feb 24 2018 - 04:08:40 EST)
- [PATCH] f2fs: allocate buffer for decrypting filename to avoid panic Yunlong Song (Sat Feb 24 2018 - 04:15:42 EST)
- Re: [PATCH V4 2/2] thermal: imx: add i.MX7 thermal sensor support Shawn Guo (Sat Feb 24 2018 - 04:20:38 EST)
- Re: [RFC tip/locking/lockdep v5 04/17] lockdep: Introduce lock_list::dep Boqun Feng (Sat Feb 24 2018 - 04:23:44 EST)
- Re: [PATCH v2 7/8] [PATCH 7/8] drivers/hwmon: Add a generic PECI hwmon client driver Jae Hyun Yoo (Sat Feb 24 2018 - 04:33:10 EST)
- [4.4.116+] BUG: unable to handle kernel paging request at ffff88063a9e10c0 Marc Burkhardt (Sat Feb 24 2018 - 04:43:16 EST)
- Re: [PATCH] drivers/virt: vm_gen_counter: initial driver implementation kbuild test robot (Sat Feb 24 2018 - 04:43:57 EST)
- [PATCH V4 1/2] ARM: dts: imx7s: add temperature monitor support Anson Huang (Sat Feb 24 2018 - 04:56:01 EST)
- [PATCH V4 2/2] thermal: imx: add i.MX7 thermal sensor support Anson Huang (Sat Feb 24 2018 - 04:56:14 EST)
- Re: [PATCH] x86: Add topology_hw_smt_threads() and remove smp_num_siblings Ingo Molnar (Sat Feb 24 2018 - 05:09:08 EST)
- [PATCH] ia64: doc: tweak whitespace for 'console=' parameter Sergei Trofimovich (Sat Feb 24 2018 - 05:09:08 EST)
- NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out Borislav Petkov (Sat Feb 24 2018 - 05:18:47 EST)
- Re: [PATCH] selinux: fix typo in selinux_netlbl_sctp_sk_clone declaration Richard Haines (Sat Feb 24 2018 - 05:37:59 EST)
- [PATCH v2 1/3] dt-bindings: gpio: Add Spreadtrum EIC controller documentation Baolin Wang (Sat Feb 24 2018 - 05:45:07 EST)
- [PATCH v2 2/3] gpio: Add Spreadtrum EIC driver support Baolin Wang (Sat Feb 24 2018 - 05:45:12 EST)
- [PATCH v2 3/3] gpio: Add Spreadtrum PMIC EIC driver support Baolin Wang (Sat Feb 24 2018 - 05:45:21 EST)
- It's All About Facebook Facebook Int'l (Sat Feb 24 2018 - 05:59:46 EST)
- Re: [PATCH] iio: chemical: ccs811: Renamed resistance member in ccs811_reading struct Jonathan Cameron (Sat Feb 24 2018 - 06:06:34 EST)
- Re: [PATCH 4.4 000/193] 4.4.118-stable review Guenter Roeck (Sat Feb 24 2018 - 06:11:57 EST)
- Re: [PATCH 4.4 000/193] 4.4.118-stable review Greg Kroah-Hartman (Sat Feb 24 2018 - 06:18:24 EST)
- Re: [PATCH BUGFIX V3] block, bfq: add requeue-request hook Ming Lei (Sat Feb 24 2018 - 07:06:25 EST)
- [PATCH v5] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC Shanker Donthineni (Sat Feb 24 2018 - 07:10:29 EST)
- Re: [PATCH v2] iio: chemical: ccs811: Corrected firmware boot/application mode transition Jonathan Cameron (Sat Feb 24 2018 - 07:14:20 EST)
- Re: [PATCH v4 13/13] iio: adc: axp20x_adc: remove !! in favor of ternary condition Jonathan Cameron (Sat Feb 24 2018 - 07:20:45 EST)
- Re: [PATCH] iio:dummy: Fix coding style in Kconfig Jonathan Cameron (Sat Feb 24 2018 - 07:24:40 EST)
- Re: [PATCH v3] power: reset: Add Spreadtrum SC27xx PMIC power off support kbuild test robot (Sat Feb 24 2018 - 07:38:12 EST)
- Re: [PATCH] iio:dummy: Fix coding style in Kconfig Rodrigo Siqueira (Sat Feb 24 2018 - 07:38:12 EST)
- Re: [PATCH v2 1/2] iio: light: add driver for bh1730fvc chips Jonathan Cameron (Sat Feb 24 2018 - 07:41:31 EST)
- Re: [PATCH v2 1/2] iio: light: add driver for bh1730fvc chips Jonathan Cameron (Sat Feb 24 2018 - 07:53:56 EST)
- Re: [PATCH 1/7] iio: adc: stm32-dfsdm: fix compatible data use Jonathan Cameron (Sat Feb 24 2018 - 07:56:46 EST)
- Re: [PATCH 2/7] iio: adc: stm32-dfsdm: fix call to stop channel Jonathan Cameron (Sat Feb 24 2018 - 07:58:11 EST)
- Re: [PATCH 3/7] iio: adc: stm32-dfsdm: fix clock source selection Jonathan Cameron (Sat Feb 24 2018 - 08:00:01 EST)
- Re: [PATCH 4/7] iio: adc: stm32-dfsdm: fix multiple channel initialization Jonathan Cameron (Sat Feb 24 2018 - 08:01:47 EST)
- Re: [PATCH 5/7] iio: adc: stm32-dfsdm: misc style improvements and fixes Jonathan Cameron (Sat Feb 24 2018 - 08:03:20 EST)
- Re: [PATCH v3] power: reset: Add Spreadtrum SC27xx PMIC power off support kbuild test robot (Sat Feb 24 2018 - 08:07:15 EST)
- Re: [PATCH] dt-bindings: iio: adc: stm32-dfsdm: fix types, add missing pinctrl Jonathan Cameron (Sat Feb 24 2018 - 08:11:50 EST)
- Re: [PATCH] dt-bindings: iio: adc: sd-modulator: fix io-channel-cells Jonathan Cameron (Sat Feb 24 2018 - 08:28:31 EST)
- Re: [PATCH] iio:dummy: Fix coding style in Kconfig Jonathan Cameron (Sat Feb 24 2018 - 08:44:39 EST)
- Re: [PATCH v3] staging:iio:meter: Add name to function definition arguments Jonathan Cameron (Sat Feb 24 2018 - 08:44:39 EST)
- Re: [PATCH 0/5] PPC32/ioremap: Use memblock API to check for RAM Jonathan NeuschÃfer (Sat Feb 24 2018 - 08:48:48 EST)
- Re: [PATCH v3] staging:iio:meter: Add name to function definition arguments Rodrigo Siqueira (Sat Feb 24 2018 - 08:52:45 EST)
- Re: [PATCH] iio:dummy: Fix coding style in Kconfig Rodrigo Siqueira (Sat Feb 24 2018 - 08:54:07 EST)
- Re: [PATCH 0/3] Improve and extend checkpatch.pl Kconfig help text checks Masahiro Yamada (Sat Feb 24 2018 - 08:54:27 EST)
- Re: [PATCH 01/11] Initialize the mapping of KASan shadow memory Liuwenliang (Abbott Liu) (Sat Feb 24 2018 - 09:28:43 EST)
- Re: [PATCH] tools/memory-model: update: remove rb-dep, smp_read_barrier_depends, and lockless_dereference Andrea Parri (Sat Feb 24 2018 - 09:37:15 EST)
- [RFC PATCH] drivers: use 'depends on MFD_SYSCON' instead of 'select MFD_SYSCON' Masahiro Yamada (Sat Feb 24 2018 - 09:52:09 EST)
- Re: [PATCH v2] Makefile: Fix lying comment re. silentoldconfig Masahiro Yamada (Sat Feb 24 2018 - 09:57:22 EST)
- Re: [PATCH RFC] kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignment Masahiro Yamada (Sat Feb 24 2018 - 09:59:56 EST)
- drivers/media/usb/au0828/.tmp_au0828-dvb.o: warning: objtool: au0828_dvb_register()+0xef: sibling call from callable instruction with modified stack frame kbuild test robot (Sat Feb 24 2018 - 10:08:23 EST)
- Re: [PATCH] auxdisplay: img-ascii-lcd: add MODULE_LICENSE("GPL") Daniel Axtens (Sat Feb 24 2018 - 10:08:57 EST)
- Re: [PATCH] kconfig: Don't leak choice names during parsing Masahiro Yamada (Sat Feb 24 2018 - 10:13:19 EST)
- Re: [PATCH] kconfig: clean-up reverse dependency help implementation Masahiro Yamada (Sat Feb 24 2018 - 10:18:33 EST)
- Re: [PATCH v11 5/7] PCI/AER: Unify aer error defines at single space Bjorn Helgaas (Sat Feb 24 2018 - 10:36:33 EST)
- Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one Nathan Chancellor (Sat Feb 24 2018 - 10:37:24 EST)
- Re: [PATCH v11 6/7] PCI: Unify wait for link active into generic pci Bjorn Helgaas (Sat Feb 24 2018 - 10:41:27 EST)
- [PATCH 1/2 v4] tpm: cmd_ready command can be issued only after granting locality Tomas Winkler (Sat Feb 24 2018 - 10:46:24 EST)
- The white man - Who he is. A Discussion thetruthstandsbeforeus (Sat Feb 24 2018 - 10:49:19 EST)
- Re: It's All About Facebook thetruthbeforeus (Sat Feb 24 2018 - 10:54:34 EST)
- Re: It's All About Facebook thetruthbeforeus (Sat Feb 24 2018 - 10:57:07 EST)
- Re: [PATCH] kconfig: clean-up reverse dependency help implementation thetruthbeforeus (Sat Feb 24 2018 - 10:58:44 EST)
- [PATCH 1/3] X.509: unpack RSA signatureValue field from BIT STRING Maciej S. Szmigiero (Sat Feb 24 2018 - 11:03:27 EST)
- [PATCH 2/3] crypto: ccp - return an actual key size from RSA max_size callback Maciej S. Szmigiero (Sat Feb 24 2018 - 11:03:36 EST)
- [PATCH 3/3] crypto: ccp - protect RSA implementation from too large input data Maciej S. Szmigiero (Sat Feb 24 2018 - 11:03:42 EST)
- Re: [PATCH BUGFIX V3] block, bfq: add requeue-request hook Paolo Valente (Sat Feb 24 2018 - 11:15:50 EST)
- Re: [PATCH 2/8] efi: Decode IA32/X64 Processor Error Section Ard Biesheuvel (Sat Feb 24 2018 - 11:39:00 EST)
- Re: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure Ard Biesheuvel (Sat Feb 24 2018 - 11:40:20 EST)
- Re: [PATCH 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs Ard Biesheuvel (Sat Feb 24 2018 - 11:41:30 EST)
- Re: [PATCH 5/8] efi: Decode IA32/X64 Cache, TLB, and Bus Check structures Ard Biesheuvel (Sat Feb 24 2018 - 11:42:59 EST)
- Re: [PATCH 6/8] efi: Decode additional IA32/X64 Bus Check fields Ard Biesheuvel (Sat Feb 24 2018 - 11:43:30 EST)
- Re: [PATCH 7/8] efi: Decode IA32/X64 MS Check structure Ard Biesheuvel (Sat Feb 24 2018 - 11:44:06 EST)
- Re: [PATCH 8/8] efi: Decode IA32/X64 Context Info structure Ard Biesheuvel (Sat Feb 24 2018 - 11:45:39 EST)
- Re: [PATCH 0/8] Decode IA32/X64 CPER Ard Biesheuvel (Sat Feb 24 2018 - 11:46:47 EST)
- Re: [PATCH] tools/memory-model: update: remove rb-dep, smp_read_barrier_depends, and lockless_dereference Alan Stern (Sat Feb 24 2018 - 11:49:28 EST)
- You Know it's True, Linux Fucks. The white man - Who he is. A Discussion thetruthstandsbeforeus (Sat Feb 24 2018 - 12:24:50 EST)
- [PATCH] drivers:staging: Fix alignment warnings reported by tool umesh . freelance (Sat Feb 24 2018 - 12:54:21 EST)
- Re: [PATCH 3.18 00/58] 3.18.96-stable review Guenter Roeck (Sat Feb 24 2018 - 12:54:22 EST)
- Re: [PATCH 4.4 000/193] 4.4.118-stable review Guenter Roeck (Sat Feb 24 2018 - 12:55:13 EST)
- Re: [PATCH 4.9 000/145] 4.9.84-stable review Guenter Roeck (Sat Feb 24 2018 - 12:57:00 EST)
- Re: [PATCH 4.14 000/159] 4.14.22-stable review Guenter Roeck (Sat Feb 24 2018 - 12:58:08 EST)
- Re: [PATCH 4.15 00/45] 4.15.6-stable review Guenter Roeck (Sat Feb 24 2018 - 12:59:06 EST)
- Re: The white man - Who he is. A Discussion Tracy Smith (Sat Feb 24 2018 - 13:05:13 EST)
- Re: [PATCH] tools/memory-model: update: remove rb-dep, smp_read_barrier_depends, and lockless_dereference Paul E. McKenney (Sat Feb 24 2018 - 13:08:00 EST)
- [PATCH] linux/kernel.h: break long lines Gustavo Leite (Sat Feb 24 2018 - 13:15:05 EST)
- The usage of hid_have_special_driver() in hid_add_device() of hid-core.c makes the usage of /dev/hidraw cumbersome from user space. Michael Menegakis (Sat Feb 24 2018 - 13:24:16 EST)
- Re: [PATCH] linux/kernel.h: break long lines Borislav Petkov (Sat Feb 24 2018 - 13:31:11 EST)
- Re: [PATCH] f2fs: allocate buffer for decrypting filename to avoid panic Eric Biggers (Sat Feb 24 2018 - 13:32:42 EST)
- Re: [PATCH 3.18 00/58] 3.18.96-stable review Greg Kroah-Hartman (Sat Feb 24 2018 - 13:38:24 EST)
- Re: [PATCH] linux/kernel.h: break long lines Theodore Ts'o (Sat Feb 24 2018 - 13:46:01 EST)
- Re: [PATCH] linux/kernel.h: break long lines Borislav Petkov (Sat Feb 24 2018 - 13:52:08 EST)
- Re: [PATCH 1/2] fs/efivarfs: restrict inode permissions Alan Cox (Sat Feb 24 2018 - 15:07:09 EST)
- Re: [PATCH tip/core/rcu 06/10] trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched() Steven Rostedt (Sat Feb 24 2018 - 15:12:50 EST)
- Re: [PATCH tip/core/rcu 10/10] rcu: Account for rcu_all_qs() in cond_resched() Steven Rostedt (Sat Feb 24 2018 - 15:18:27 EST)
- Re: [PATCH v3 01/10] pwm: extend PWM framework with PWM modes kbuild test robot (Sat Feb 24 2018 - 15:51:28 EST)
- Re: [PATCHv3] tlv320dac33: Add device tree bindings Pavel Machek (Sat Feb 24 2018 - 15:57:16 EST)
- Re: [PATCH] linux/kernel.h: break long lines Alexey Dobriyan (Sat Feb 24 2018 - 16:17:35 EST)
- [RFC PATCH] usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers Merlijn Wajer (Sat Feb 24 2018 - 16:21:14 EST)
- Re: [PATCH 5/5] selftests: futex Makefile add top level TAP header echo to RUN_TESTS Darren Hart (Sat Feb 24 2018 - 16:43:32 EST)
- [PATCH 00/15] Implement H3/H5 HDMI driver Jernej Skrabec (Sat Feb 24 2018 - 16:46:03 EST)
- [PATCH 03/15] clk: sunxi-ng: h3: h5: Allow some clocks to set parent rate Jernej Skrabec (Sat Feb 24 2018 - 16:46:11 EST)
- [PATCH 08/15] drm/sun4i: Fix polarity configuration for DW HDMI PHY Jernej Skrabec (Sat Feb 24 2018 - 16:46:23 EST)
- [PATCH 10/15] drm/sun4i: Move and expand DW HDMI PHY register macros Jernej Skrabec (Sat Feb 24 2018 - 16:46:28 EST)
- [PATCH 11/15] drm/sun4i: Add support for H3 HDMI PHY variant Jernej Skrabec (Sat Feb 24 2018 - 16:46:29 EST)
- [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Jernej Skrabec (Sat Feb 24 2018 - 16:46:35 EST)
- [PATCH 13/15] ARM: dts: sunxi: h3/h5: Add HDMI pipeline Jernej Skrabec (Sat Feb 24 2018 - 16:46:53 EST)
- [PATCH 15/15] ARM64: dts: sun50i: h5: Enable HDMI output on H5 boards Jernej Skrabec (Sat Feb 24 2018 - 16:47:04 EST)
- regression v4.16 on Nokia N900:/dev/input/event6 aka AV Jack support disappeared Pavel Machek (Sat Feb 24 2018 - 16:47:34 EST)
- [PATCH 09/15] drm/sun4i: Add support for variants to DW HDMI PHY Jernej Skrabec (Sat Feb 24 2018 - 16:47:52 EST)
- [PATCH 07/15] drm/sun4i: Add support for H3 mixer 0 Jernej Skrabec (Sat Feb 24 2018 - 16:48:06 EST)
- [PATCH 05/15] dt-bindings: display: sun4i-drm: Add compatibles for H3 HDMI pipeline Jernej Skrabec (Sat Feb 24 2018 - 16:48:19 EST)
- [PATCH 06/15] drm/sun4i: Add support for H3 display engine Jernej Skrabec (Sat Feb 24 2018 - 16:48:31 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Borislav Petkov (Sat Feb 24 2018 - 16:48:45 EST)
- [PATCH 01/15] clk: sunxi-ng: Add check for minimal rate to NM PLLs Jernej Skrabec (Sat Feb 24 2018 - 16:49:07 EST)
- [PATCH] scsi: qla2xxx: Fix braces styling issue John Pittman (Sat Feb 24 2018 - 16:49:15 EST)
- [PATCH] netdev: carrier detect ok, don't turn off negotiation Denis Du (Sat Feb 24 2018 - 16:51:59 EST)
- Re: Removing architectures without upstream gcc support Guenter Roeck (Sat Feb 24 2018 - 16:55:23 EST)
- [PATCH 04/15] clk: sunxi-ng: h3: h5: export CLK_PLL_VIDEO Jernej Skrabec (Sat Feb 24 2018 - 16:56:11 EST)
- Re: [PATCH] lib/test_kmod: Fix an integer overflow test Luis R. Rodriguez (Sat Feb 24 2018 - 17:06:10 EST)
- [PATCH 02/15] clk: sunxi-ng: h3: h5: Add minimal rate for video PLL Jernej Skrabec (Sat Feb 24 2018 - 17:11:14 EST)
- [PATCH 12/15] drm/sun4i: Allow building on arm64 Jernej Skrabec (Sat Feb 24 2018 - 17:11:26 EST)
- [PATCH V1 0/3] Use efi_rts_workqueue to invoke EFI Runtime Services Sai Praneeth Prakhya (Sat Feb 24 2018 - 17:17:35 EST)
- [PATCH V1 2/3] efi: Introduce efi_rts_workqueue and necessary infrastructure to invoke all efi_runtime_services() Sai Praneeth Prakhya (Sat Feb 24 2018 - 17:17:44 EST)
- [PATCH V1 1/3] x86/efi: Call efi_delete_dummy_variable() during efi subsystem initialization Sai Praneeth Prakhya (Sat Feb 24 2018 - 17:17:55 EST)
- [PATCH V1 3/3] efi: Use efi_rts_workqueue to invoke EFI Runtime Services Sai Praneeth Prakhya (Sat Feb 24 2018 - 17:17:58 EST)
- Re: [PATCH] scsi: lpfc: use memcpy_toio instead of writeq James Smart (Sat Feb 24 2018 - 17:25:12 EST)
- [PATCH] i2c: cadence: Fix PM device usage count Tobias Jordan (Sat Feb 24 2018 - 17:42:50 EST)
- [PATCH] i2c: img-scb: fix PM device usage count Tobias Jordan (Sat Feb 24 2018 - 17:43:14 EST)
- [PATCH] i2c: imx: Fix PM device usage count Tobias Jordan (Sat Feb 24 2018 - 17:43:36 EST)
- [PATCH] i2c: imx-lpi2c: Fix PM device usage count Tobias Jordan (Sat Feb 24 2018 - 17:43:52 EST)
- [PATCH] i2c: sprd: Fix PM device usage count Tobias Jordan (Sat Feb 24 2018 - 17:44:12 EST)
- [PATCH] i2c: tegra: Fix PM device usage count Tobias Jordan (Sat Feb 24 2018 - 17:44:29 EST)
- [PATCH] i2c: xiic: Fix PM device usage count Tobias Jordan (Sat Feb 24 2018 - 17:44:58 EST)
- Re: [PATCH] tools/memory-model: update: remove rb-dep, smp_read_barrier_depends, and lockless_dereference Akira Yokosawa (Sat Feb 24 2018 - 17:47:33 EST)
- Re: [RFC tip/locking/lockdep v5 16/17] lockdep: Documention for recursive read lock detection reasoning Andrea Parri (Sat Feb 24 2018 - 17:53:38 EST)
- Re: [PATCH V2 7/7] cpuidle/drivers/cpuidle-arm: Register the cooling device Daniel Lezcano (Sat Feb 24 2018 - 17:54:08 EST)
- Re: [PATCH V2 6/7] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver Daniel Lezcano (Sat Feb 24 2018 - 18:01:18 EST)
- [PATCH net 2/4] net/macsonic: Drop redundant MACH_IS_MAC test Finn Thain (Sat Feb 24 2018 - 18:27:39 EST)
- [PATCH net 1/4] net/macsonic: Convert to nubus_driver Finn Thain (Sat Feb 24 2018 - 18:27:50 EST)
- [PATCH net 0/4] Fixes, cleanup and modernization for SONIC ethernet drivers Finn Thain (Sat Feb 24 2018 - 18:28:10 EST)
- [PATCH net 3/4] net/sonic: Clean up and modernize log messages Finn Thain (Sat Feb 24 2018 - 18:28:29 EST)
- [PATCH net 4/4] net/sonic: Replace custom debug logging with netif_* calls Finn Thain (Sat Feb 24 2018 - 18:28:45 EST)
- Re: [PATCH] lib/test_kmod: Fix an integer overflow test Dan Carpenter (Sat Feb 24 2018 - 18:35:00 EST)
- Re: [GIT PULL] KVM changes for 4.16-rc3 Linus Torvalds (Sat Feb 24 2018 - 19:05:31 EST)
- Re: 500 ms delay in time saved into RTC Alexandre Belloni (Sat Feb 24 2018 - 19:35:09 EST)
- Re: mmotm 2018-02-21-14-48 uploaded (mm/page_alloc.c on UML) Eugeniu Rosca (Sat Feb 24 2018 - 19:50:54 EST)
- Re: [PATCH v0 1/3] livepatch: add sample cumulative patch Philippe Ombredanne (Sat Feb 24 2018 - 20:39:48 EST)
- Logitech webcam USB audio breakage during the 4.10 merge window Marius Cirsta (Sat Feb 24 2018 - 20:53:29 EST)
- [PATCH] pwm: sun4i: properly check current state Alexandre Belloni (Sat Feb 24 2018 - 20:56:14 EST)
- DMA map SG ignores DMA mask or don't report error Aron (Sat Feb 24 2018 - 21:07:07 EST)
- Re: [PATCH 4/7] Protectable Memory kbuild test robot (Sat Feb 24 2018 - 21:33:46 EST)
- [BUG] arm64: Build error with gcc 6 Masami Hiramatsu (Sat Feb 24 2018 - 21:50:50 EST)
- Re: [PATCH 4.9 000/145] 4.9.84-stable review Dan Rue (Sat Feb 24 2018 - 22:36:44 EST)
- Re: [PATCH 4.15 00/45] 4.15.6-stable review Dan Rue (Sat Feb 24 2018 - 22:37:47 EST)
- Re: [PATCH 1/7] genalloc: track beginning of allocations kbuild test robot (Sat Feb 24 2018 - 22:37:55 EST)
- Re: [PATCH 3/7] struct page: add field for vm_struct Matthew Wilcox (Sat Feb 24 2018 - 22:38:23 EST)
- Re: [PATCH 6/7] lkdtm: crash on overwriting protected pmalloc var kbuild test robot (Sat Feb 24 2018 - 22:46:59 EST)
- Re: [BUG] arm64: Build error with gcc 6 Baruch Siach (Sun Feb 25 2018 - 00:15:04 EST)
- [PATCH] headers: linux/mutex.h: drop linkage.h Randy Dunlap (Sun Feb 25 2018 - 00:22:24 EST)
- [PATCH] headers: linux/irq.h: drop 5 #included header files Randy Dunlap (Sun Feb 25 2018 - 00:22:27 EST)
- [PATCH 1/6] qrtr: add MODULE_ALIAS macro to smd Ramon Fried (Sun Feb 25 2018 - 01:02:49 EST)
- [PATCH v2] qrtr: add MODULE_ALIAS macro to smd Ramon Fried (Sun Feb 25 2018 - 01:06:17 EST)
- RE: [PATCH v6 11/12] arm64: topology: enable ACPI/PPTT based CPU topology vkilari (Sun Feb 25 2018 - 01:18:32 EST)
- Consent Proposal Mr.zhang (Sun Feb 25 2018 - 02:15:31 EST)
- Re: [PATCH v2] qrtr: add MODULE_ALIAS macro to smd Kalle Valo (Sun Feb 25 2018 - 02:27:43 EST)
- [PATCH] MAINTAINERS: Add list, tree, and maintainer Tobin C. Harding (Sun Feb 25 2018 - 02:36:30 EST)
- Re: [BUG] lock_parent() breakage when used from shrink_dentry_list() (was Re: [PATCH v2 6/6] fs/dcache: Avoid remaining try_lock loop in shrink_dentry_list()) Al Viro (Sun Feb 25 2018 - 02:40:47 EST)
- [PATCH v3] qrtr: add MODULE_ALIAS macro to smd Ramon Fried (Sun Feb 25 2018 - 02:50:06 EST)
- Pull Request for linux-next Tobin C. Harding (Sun Feb 25 2018 - 03:12:09 EST)
- Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Julian Calaby (Sun Feb 25 2018 - 03:12:09 EST)
- [PATCH] rtc: cros-ec: return -ETIME when refused to set alarms in the past Jeffy Chen (Sun Feb 25 2018 - 03:18:29 EST)
- [x86/retpoline] d1c99108af: BUG:KASAN:stack-out-of-bounds_in_u kernel test robot (Sun Feb 25 2018 - 03:24:02 EST)
- Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Icenowy Zheng (Sun Feb 25 2018 - 03:44:40 EST)
- Re: [RFC PATCH] usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers Sergei Shtylyov (Sun Feb 25 2018 - 04:02:00 EST)
- drivers/media/dvb-frontends/stb0899_drv.h:151:36: error: weak declaration of 'stb0899_attach' being applied to a already existing, static definition kbuild test robot (Sun Feb 25 2018 - 04:06:05 EST)
- Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Julian Calaby (Sun Feb 25 2018 - 04:07:06 EST)
- Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Icenowy Zheng (Sun Feb 25 2018 - 04:09:33 EST)
- Re: [PATCH RFC] driver core: Reprobe consumer if it was unbound by dropped device_link Lukas Wunner (Sun Feb 25 2018 - 04:22:37 EST)
- Re: [PATCH 2/2] f2fs: expose extension_list sysfs entry Jaegeuk Kim (Sun Feb 25 2018 - 04:29:13 EST)
- Re: [PATCH 1/2 v4] tpm: cmd_ready command can be issued only after granting locality Jarkko Sakkinen (Sun Feb 25 2018 - 04:45:29 EST)
- Re: Logitech webcam USB audio breakage during the 4.10 merge window Takashi Iwai (Sun Feb 25 2018 - 04:45:30 EST)
- Re: WARNING and PANIC in irq_matrix_free Tariq Toukan (Sun Feb 25 2018 - 04:51:09 EST)
- Re: [PATCH net 2/4] net/macsonic: Drop redundant MACH_IS_MAC test Geert Uytterhoeven (Sun Feb 25 2018 - 04:52:11 EST)
- Re: [PATCH 4.15 00/45] 4.15.6-stable review Greg Kroah-Hartman (Sun Feb 25 2018 - 04:58:41 EST)
- Re: [PATCH 4.15 00/45] 4.15.6-stable review Greg Kroah-Hartman (Sun Feb 25 2018 - 04:59:12 EST)
- Re: [PATCH] scsi: lpfc: use memcpy_toio instead of writeq Johannes Thumshirn (Sun Feb 25 2018 - 05:02:29 EST)
- Re-Introducing The Net Engineers Ywe CÃrlyn (Sun Feb 25 2018 - 05:04:07 EST)
- Re: [net-next PATCH 1/2] mlxsw: spectrum_kvdl: use div_u64() for 64-bit division Arkadi Sharshevsky (Sun Feb 25 2018 - 05:04:30 EST)
- Re: [net-next PATCH 2/2] mlxsw: spectrum_kvdl: avoid uninitialized variable warning Arkadi Sharshevsky (Sun Feb 25 2018 - 05:05:14 EST)
- Re: [PATCH 2/2] arm: kprobes: Prohibit kprobes on get_user functions kbuild test robot (Sun Feb 25 2018 - 05:10:08 EST)
- Re: [PATCH 2/2] arm: kprobes: Prohibit kprobes on get_user functions kbuild test robot (Sun Feb 25 2018 - 05:14:07 EST)
- [PATCH v10 0/3] NPCM750: clk controller, DT and binding Tali Perry (Sun Feb 25 2018 - 05:15:34 EST)
- [PATCH v10 3/3] NPCM750: add clock controller driver Tali Perry (Sun Feb 25 2018 - 05:15:42 EST)
- [PATCH v10 1/3] NPCM750: add clock controller to DT Tali Perry (Sun Feb 25 2018 - 05:15:49 EST)
- [PATCH v10 2/3] NPCM750: add clock tree doc and binding Tali Perry (Sun Feb 25 2018 - 05:16:11 EST)
- Re: [PATCH V1 2/3] efi: Introduce efi_rts_workqueue and necessary infrastructure to invoke all efi_runtime_services() Miguel Ojeda (Sun Feb 25 2018 - 05:37:26 EST)
- RE: [PATCH 1/2 v4] tpm: cmd_ready command can be issued only after granting locality Winkler, Tomas (Sun Feb 25 2018 - 05:37:26 EST)
- Re: Logitech webcam USB audio breakage during the 4.10 merge window Marius Cirsta (Sun Feb 25 2018 - 05:46:02 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Kirill A. Shutemov (Sun Feb 25 2018 - 05:53:47 EST)
- Re: [PATCH 1/2] fs/efivarfs: restrict inode permissions Ard Biesheuvel (Sun Feb 25 2018 - 05:56:34 EST)
- Re: [BUG] arm64: Build error with gcc 6 Masami Hiramatsu (Sun Feb 25 2018 - 06:00:18 EST)
- Linux 3.18.96 Greg KH (Sun Feb 25 2018 - 06:08:27 EST)
- Re: Linux 3.18.96 Greg KH (Sun Feb 25 2018 - 06:08:42 EST)
- Linux 4.4.118 Greg KH (Sun Feb 25 2018 - 06:08:57 EST)
- Re: Linux 4.4.118 Greg KH (Sun Feb 25 2018 - 06:09:22 EST)
- Linux 4.9.84 Greg KH (Sun Feb 25 2018 - 06:09:46 EST)
- Re: Linux 4.9.84 Greg KH (Sun Feb 25 2018 - 06:10:04 EST)
- Linux 4.14.22 Greg KH (Sun Feb 25 2018 - 06:10:25 EST)
- Re: Linux 4.14.22 Greg KH (Sun Feb 25 2018 - 06:10:50 EST)
- Linux 4.15.6 Greg KH (Sun Feb 25 2018 - 06:11:20 EST)
- Re: Linux 4.15.6 Greg KH (Sun Feb 25 2018 - 06:11:27 EST)
- Re: [PATCH] drm/amdkfd: Delete an error message for a failed memory allocation in kfd_topology_init() Oded Gabbay (Sun Feb 25 2018 - 06:11:34 EST)
- Re: [PATCH 0/5] x86/dumpstack: Cleanups and user opcode bytes Code: section Borislav Petkov (Sun Feb 25 2018 - 06:36:14 EST)
- Re: [PATCH 1/3] ftrace: Add module to ftrace_make_call() parameters kbuild test robot (Sun Feb 25 2018 - 06:54:30 EST)
- Re: [PATCH v12 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled Aneesh Kumar K.V (Sun Feb 25 2018 - 06:57:42 EST)
- [PATCH 1/2 v5] tpm: cmd_ready command can be issued only after granting locality Tomas Winkler (Sun Feb 25 2018 - 07:04:23 EST)
- Re: [PATCH 09/12] usb: roles: Add Intel XHCI USB role switch driver Hans de Goede (Sun Feb 25 2018 - 07:11:54 EST)
- Re: [RFC PATCH] drivers: use 'depends on MFD_SYSCON' instead of 'select MFD_SYSCON' Andy Shevchenko (Sun Feb 25 2018 - 07:13:30 EST)
- Re: [PATCH 03/12] usb: typec: API for controlling USB Type-C Multiplexers Hans de Goede (Sun Feb 25 2018 - 07:13:49 EST)
- Re: [PATCH 04/12] usb: common: Small class for USB role switches Hans de Goede (Sun Feb 25 2018 - 07:16:38 EST)
- Re: [PATCH 04/12] usb: common: Small class for USB role switches Hans de Goede (Sun Feb 25 2018 - 07:17:02 EST)
- Re: [PATCH v2 3/3] gpio: Add Spreadtrum PMIC EIC driver support Andy Shevchenko (Sun Feb 25 2018 - 07:20:00 EST)
- Re: [PATCH 2/2] arm: kprobes: Prohibit kprobes on get_user functions Masami Hiramatsu (Sun Feb 25 2018 - 07:21:28 EST)
- Re: [PATCH] auxdisplay: img-ascii-lcd: add MODULE_LICENSE("GPL") Miguel Ojeda (Sun Feb 25 2018 - 07:25:50 EST)
- [PATCH v2] drivers/virt: vm_gen_counter: initial driver implementation Or Idgar (Sun Feb 25 2018 - 07:27:12 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Borislav Petkov (Sun Feb 25 2018 - 07:29:52 EST)
- [PATCH v3] usb: core: Add "quirks" parameter for usbcore Kai-Heng Feng (Sun Feb 25 2018 - 07:39:01 EST)
- Re: [PATCH] auxdisplay: img-ascii-lcd: add MODULE_LICENSE("GPL") Miguel Ojeda (Sun Feb 25 2018 - 07:40:54 EST)
- [BUGFIX PATCH v2 1/2] arm: kprobes: Prohibit kprobes on do_undefinstr Masami Hiramatsu (Sun Feb 25 2018 - 07:44:02 EST)
- [BUGFIX PATCH v2 2/2] arm: kprobes: Prohibit kprobes on get_user functions Masami Hiramatsu (Sun Feb 25 2018 - 07:44:29 EST)
- Re: [PATCH v2] drivers/virt: vm_gen_counter: initial driver implementation Greg KH (Sun Feb 25 2018 - 07:47:57 EST)
- [PATCH] auxdisplay: arm-charlcd: Fix struct charlcd doc line Miguel Ojeda (Sun Feb 25 2018 - 07:48:04 EST)
- Re: [PATCH 08/12] xhci: Add Intel extended cap / otg phy mux handling Hans de Goede (Sun Feb 25 2018 - 08:01:30 EST)
- Re: [SIL2review] [PATCH] i2c: img-scb: fix PM device usage count Nicholas Mc Guire (Sun Feb 25 2018 - 08:21:01 EST)
- Re: [PATCH v1 1/4] dmi: Introduce dmi_get_bios_year() helper Andy Shevchenko (Sun Feb 25 2018 - 08:24:14 EST)
- Re: [PATCH v1 4/4] pci: Re-use new dmi_get_bios_year() helper Andy Shevchenko (Sun Feb 25 2018 - 08:27:15 EST)
- Re: [PATCH 09/12] usb: roles: Add Intel XHCI USB role switch driver Hans de Goede (Sun Feb 25 2018 - 08:29:36 EST)
- Re: [PATCHv2] PM / wakeirq: Add wakeup name to dedicated wake irqs Andy Shevchenko (Sun Feb 25 2018 - 08:34:00 EST)
- Re: [PATCH 1/2 v4] tpm: cmd_ready command can be issued only after granting locality Jarkko Sakkinen (Sun Feb 25 2018 - 08:41:05 EST)
- [PATCH v2 0/4] pwm support for allwinner sun8i SOCs. hao_zhang (Sun Feb 25 2018 - 08:50:06 EST)
- Re: [PATCH 12/12] extcon: axp288: Set USB role where necessary Hans de Goede (Sun Feb 25 2018 - 08:50:15 EST)
- [PATCH v2 1/4] dt-bindings: pwm: binding allwinner sun8i. hao_zhang (Sun Feb 25 2018 - 08:51:07 EST)
- [PATCH v2 2/4] ARM: dtsi: add pwm node for sun8i. hao_zhang (Sun Feb 25 2018 - 08:51:55 EST)
- [PATCH v2 3/4] ARM: dts: add pwm status for r40. hao_zhang (Sun Feb 25 2018 - 08:52:42 EST)
- [PATCH v2 4/4] ARM: PWM: add allwinner sun8i pwm support. hao_zhang (Sun Feb 25 2018 - 08:53:29 EST)
- [tip:irq/core] genirq: Drop 5 #included header files from irq.h tip-bot for Randy Dunlap (Sun Feb 25 2018 - 09:06:49 EST)
- [tip:locking/core] mutex: Drop linkage.h from mutex.h tip-bot for Randy Dunlap (Sun Feb 25 2018 - 09:07:16 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Kirill A. Shutemov (Sun Feb 25 2018 - 09:10:17 EST)
- [PATCH] udf: fix potential refcnt problem of nls module Chengguang Xu (Sun Feb 25 2018 - 09:27:55 EST)
- Re: [PATCH v4 1/2] leds: ncp5623: Add device tree binding documentation Jacek Anaszewski (Sun Feb 25 2018 - 09:32:20 EST)
- Re: [PATCH v11 8/8] perf: ARM DynamIQ Shared Unit PMU support Mark Rutland (Sun Feb 25 2018 - 09:37:15 EST)
- Re: [PATCH v1 2/2] perf/core: Add support for PMUs that can be read from any CPU Mark Rutland (Sun Feb 25 2018 - 09:38:15 EST)
- RE: [PATCH 1/2 v4] tpm: cmd_ready command can be issued only after granting locality Winkler, Tomas (Sun Feb 25 2018 - 09:43:51 EST)
- RE: [PATCH 1/2 v4] tpm: cmd_ready command can be issued only after granting locality Winkler, Tomas (Sun Feb 25 2018 - 09:45:13 EST)
- [lkp-robot] [mm, mlock, vmscan] 9c4e6b1a70: stress-ng.hdd.ops_per_sec -7.9% regression kernel test robot (Sun Feb 25 2018 - 09:46:17 EST)
- Dear friend, Baari Abdul (Sun Feb 25 2018 - 09:49:55 EST)
- Re: [PATCH 1/3] ftrace: Add module to ftrace_make_call() parameters kbuild test robot (Sun Feb 25 2018 - 09:58:12 EST)
- Japanese Linux Kernel Programmers -- Why do you like anime. Whites say you are pedos. thetruthstandsb4us (Sun Feb 25 2018 - 10:04:45 EST)
- [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression kernel test robot (Sun Feb 25 2018 - 10:06:50 EST)
- Re: [PATCH v3] usb: core: Add "quirks" parameter for usbcore Matthew Wilcox (Sun Feb 25 2018 - 10:18:38 EST)
- Re: [f2fs-dev] [PATCH] f2fs: remove redundant initialization of pointer 'p' Chao Yu (Sun Feb 25 2018 - 10:18:45 EST)
- Re: [PATCH v4 01/10] ARM: sun9i: smp: Add sun9i dt parsing function MylÃne Josserand (Sun Feb 25 2018 - 10:19:10 EST)
- Re: [PATCH v4 02/10] ARM: sun9i: smp: Rename clusters's power-off register MylÃne Josserand (Sun Feb 25 2018 - 10:20:46 EST)
- Re: [virtio-dev] [RFC PATCH V2] virtio_pci: Add SR-IOV support Yan Vugenfirer (Sun Feb 25 2018 - 10:21:01 EST)
- [PATCH v2 00/12] USB Type-C device-connection, mux and switch support Hans de Goede (Sun Feb 25 2018 - 10:25:28 EST)
- [PATCH v2 02/12] usb: typec: Start using ERR_PTR Hans de Goede (Sun Feb 25 2018 - 10:25:31 EST)
- [PATCH v2 08/12] xhci: Add Intel extended cap / otg phy mux handling Hans de Goede (Sun Feb 25 2018 - 10:25:46 EST)
- [PATCH v2 12/12] extcon: axp288: Set USB role where necessary Hans de Goede (Sun Feb 25 2018 - 10:25:48 EST)
- Re: [PATCH v4 03/10] ARM: sun8i: smp: Add support for A83T MylÃne Josserand (Sun Feb 25 2018 - 10:25:57 EST)
- [PATCH v2 09/12] usb: roles: Add Intel xHCI USB role switch driver Hans de Goede (Sun Feb 25 2018 - 10:26:20 EST)
- [PATCH v2 11/12] platform/x86: intel_cht_int33fe: Add device connections for the Type-C port Hans de Goede (Sun Feb 25 2018 - 10:26:35 EST)
- [PATCH v2 10/12] usb: typec: driver for Pericom PI3USB30532 Type-C cross switch Hans de Goede (Sun Feb 25 2018 - 10:26:54 EST)
- [PATCH v2 07/12] xhci: Add option to get next extended capability in list by passing id = 0 Hans de Goede (Sun Feb 25 2018 - 10:26:57 EST)
- [PATCH v2 03/12] usb: typec: API for controlling USB Type-C Multiplexers Hans de Goede (Sun Feb 25 2018 - 10:27:26 EST)
- [PATCH v2 06/12] usb: typec: tcpm: Use new Type-C switch/mux and usb-role-switch functions Hans de Goede (Sun Feb 25 2018 - 10:27:31 EST)
- [PATCH v2 05/12] usb: typec: tcpm: Set USB role switch to device mode when configured as such Hans de Goede (Sun Feb 25 2018 - 10:27:57 EST)
- [PATCH v2 04/12] usb: common: Small class for USB role switches Hans de Goede (Sun Feb 25 2018 - 10:28:20 EST)
- [PATCH v2 01/12] drivers: base: Unified device connection lookup Hans de Goede (Sun Feb 25 2018 - 10:28:40 EST)
- Re: [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression Jeff Layton (Sun Feb 25 2018 - 10:41:23 EST)
- [PATCH] f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range Chao Yu (Sun Feb 25 2018 - 10:42:43 EST)
- Re: [PATCH v3] usb: core: Add "quirks" parameter for usbcore Kai-Heng Feng (Sun Feb 25 2018 - 10:45:13 EST)
- [PATCH v3] drivers/virt: vm_gen_counter: initial driver implementation Or Idgar (Sun Feb 25 2018 - 10:58:28 EST)
- Re: [OpenRISC] Removing architectures without upstream gcc support Philipp Wagner (Sun Feb 25 2018 - 11:02:19 EST)
- Alot of Linux Kernel Programmers are white. thetruthstandsb4us (Sun Feb 25 2018 - 11:21:03 EST)
- [no subject] Alfred Cheuk Yu Chow (Sun Feb 25 2018 - 11:29:42 EST)
- Re: The white man - Who he is. A Discussion - Fucking White Bitch thetruthbeforeus (Sun Feb 25 2018 - 11:32:41 EST)
- Re: [SIL2review] [PATCH] i2c: img-scb: fix PM device usage count Tobias Jordan (Sun Feb 25 2018 - 11:35:32 EST)
- [PATCH] locking/refcounts: Switch to UD2 for exceptions Kees Cook (Sun Feb 25 2018 - 11:51:09 EST)
- [PATCH] bug: Exclude non-BUG/WARN exceptions from report_bug() Kees Cook (Sun Feb 25 2018 - 11:53:02 EST)
- [PATCH] bug: Use %pB in BUG and stack protector failure Kees Cook (Sun Feb 25 2018 - 11:54:31 EST)
- [GIT PULL] Please pull NFS client bugfixes Trond Myklebust (Sun Feb 25 2018 - 12:03:31 EST)
- [PATCH 00/21] powerpc/gamecube: make W=1 compilation errors free Mathieu Malaterre (Sun Feb 25 2018 - 12:22:58 EST)
- [PATCH 01/21] powerpc: Remove warning on array size when empty Mathieu Malaterre (Sun Feb 25 2018 - 12:23:10 EST)
- [PATCH 02/21] powerpc: Move the inline keyword at the beginning of function declaration Mathieu Malaterre (Sun Feb 25 2018 - 12:23:11 EST)
- [PATCH 03/21] powerpc: Mark the variable earlycon_acpi_spcr_enable maybe_unused Mathieu Malaterre (Sun Feb 25 2018 - 12:23:11 EST)
- [PATCH 05/21] powerpc: Avoid comparison of unsigned long >= 0 in pfn_valid Mathieu Malaterre (Sun Feb 25 2018 - 12:23:18 EST)
- [PATCH 21/21] powerpc: Add missing prototypes in setup_32.c Mathieu Malaterre (Sun Feb 25 2018 - 12:23:30 EST)
- [PATCH 19/21] powerpc: Add missing prototypes for hw_breakpoint_handler & arch_unregister_hw_breakpoint Mathieu Malaterre (Sun Feb 25 2018 - 12:23:38 EST)
- [PATCH 20/21] powerpc: Add missing prototypes for ppc_select & ppc_fadvise64_64 Mathieu Malaterre (Sun Feb 25 2018 - 12:23:54 EST)
- [PATCH 16/21] powerpc: Add missing prototype for init_IRQ Mathieu Malaterre (Sun Feb 25 2018 - 12:24:02 EST)
- [PATCH 17/21] powerpc: Add missing prototype for sys_debug_setcontext Mathieu Malaterre (Sun Feb 25 2018 - 12:24:04 EST)
- [PATCH 18/21] powerpc: Add missing prototypes for sys_sigreturn & sys_rt_sigreturn Mathieu Malaterre (Sun Feb 25 2018 - 12:24:23 EST)
- [PATCH 13/21] powerpc: Add missing prototype for arch_dup_task_struct Mathieu Malaterre (Sun Feb 25 2018 - 12:24:50 EST)
- [PATCH 12/21] powerpc: Add missing prototype for time_init Mathieu Malaterre (Sun Feb 25 2018 - 12:24:54 EST)
- [PATCH 14/21] powerpc: Add missing prototype for arch_irq_work_raise Mathieu Malaterre (Sun Feb 25 2018 - 12:25:12 EST)
- [PATCH 15/21] powerpc: Add missing prototype for MMU_setup Mathieu Malaterre (Sun Feb 25 2018 - 12:25:22 EST)
- [PATCH 10/21] powerpc: Add missing prototype for slb_miss_bad_addr Mathieu Malaterre (Sun Feb 25 2018 - 12:25:46 EST)
- [PATCH 11/21] powerpc: Add missing prototype for hdec_interrupt Mathieu Malaterre (Sun Feb 25 2018 - 12:25:54 EST)
- [PATCH 09/21] powerpc: Make function save_all static Mathieu Malaterre (Sun Feb 25 2018 - 12:26:10 EST)
- [PATCH 08/21] powerpc: Make function __giveup_fpu static Mathieu Malaterre (Sun Feb 25 2018 - 12:26:29 EST)
- [PATCH 07/21] powerpc: Make functions flipper_pic_init & ug_udbg_putc static Mathieu Malaterre (Sun Feb 25 2018 - 12:26:44 EST)
- [PATCH 06/21] powerpc: Avoid comparison of unsigned long >= 0 in __access_ok Mathieu Malaterre (Sun Feb 25 2018 - 12:26:50 EST)
- [PATCH 04/21] powerpc: Mark both tmp variables as unused Mathieu Malaterre (Sun Feb 25 2018 - 12:27:17 EST)
- Re: [PATCH tip/core/rcu 06/10] trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched() Paul E. McKenney (Sun Feb 25 2018 - 12:49:20 EST)
- Re: [PATCH tip/core/rcu 10/10] rcu: Account for rcu_all_qs() in cond_resched() Paul E. McKenney (Sun Feb 25 2018 - 12:51:50 EST)
- [char-misc-next 1/2] mei: make module referencing local to the bus.c Tomas Winkler (Sun Feb 25 2018 - 13:10:58 EST)
- [char-misc-next 2/2] mei: limit the number of queued writes Tomas Winkler (Sun Feb 25 2018 - 13:10:58 EST)
- Re: [PATCH] auxdisplay: arm-charlcd: Fix struct charlcd doc line Randy Dunlap (Sun Feb 25 2018 - 13:13:50 EST)
- Re: [PATCH tip/core/rcu 06/10] trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched() Paul E. McKenney (Sun Feb 25 2018 - 13:17:15 EST)
- Real talk: Not laywer bullshit, or programmer babble truth4life (Sun Feb 25 2018 - 13:29:42 EST)
- Re: [PATCH tip/core/rcu 06/10] trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched() Paul E. McKenney (Sun Feb 25 2018 - 13:39:32 EST)
- Re: [PATCH v2 09/12] usb: roles: Add Intel xHCI USB role switch driver Randy Dunlap (Sun Feb 25 2018 - 13:48:20 EST)
- Re: [PATCH v2 12/12] extcon: axp288: Set USB role where necessary Randy Dunlap (Sun Feb 25 2018 - 13:51:34 EST)
- [PATCH v3 0/3] new driver for Valve Steam Controller Rodrigo Rivas Costa (Sun Feb 25 2018 - 13:53:14 EST)
- [PATCH v3 1/3] HID: add driver for Valve Steam Controller Rodrigo Rivas Costa (Sun Feb 25 2018 - 13:53:20 EST)
- [PATCH v3 2/3] HID: steam: add serial number information. Rodrigo Rivas Costa (Sun Feb 25 2018 - 13:53:26 EST)
- [PATCH v3 3/3] HID: steam: add battery device. Rodrigo Rivas Costa (Sun Feb 25 2018 - 13:53:47 EST)
- drivers/media/common/videobuf2/videobuf2-core.c:1737: undefined reference to `v4l_vb2q_enable_media_source' kbuild test robot (Sun Feb 25 2018 - 13:56:33 EST)
- [PATCH 0/3] mm: docs: more trivial updates Mike Rapoport (Sun Feb 25 2018 - 14:00:06 EST)
- [PATCH 2/3] mm/swap: remove @cold parameter description for release_pages Mike Rapoport (Sun Feb 25 2018 - 14:00:18 EST)
- [PATCH 1/3] mm/nommu: remove description of alloc_vm_area Mike Rapoport (Sun Feb 25 2018 - 14:00:24 EST)
- [PATCH 3/3] mm: kernel-doc: add missing parameter descriptions Mike Rapoport (Sun Feb 25 2018 - 14:00:39 EST)
- Re: [PATCH v2 01/12] drivers: base: Unified device connection lookup Randy Dunlap (Sun Feb 25 2018 - 14:04:22 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Segher Boessenkool (Sun Feb 25 2018 - 14:13:33 EST)
- [GIT pull] core updates for 4.16 Thomas Gleixner (Sun Feb 25 2018 - 14:14:05 EST)
- Re: [PATCH v2 03/12] usb: typec: API for controlling USB Type-C Multiplexers Randy Dunlap (Sun Feb 25 2018 - 14:22:56 EST)
- [GIT pull] locking fixes for 4.16 Thomas Gleixner (Sun Feb 25 2018 - 14:27:59 EST)
- [GIT pull] perf fix for 4.16 Thomas Gleixner (Sun Feb 25 2018 - 14:28:45 EST)
- Re: [OpenRISC] Removing architectures without upstream gcc support Richard Henderson (Sun Feb 25 2018 - 14:40:35 EST)
- [GIT pull] x86 fixes for 4.16 Thomas Gleixner (Sun Feb 25 2018 - 14:40:35 EST)
- Re: [PATCH 04/11] signal/parisc: Document a conflict with SI_USER with SIGFPE Helge Deller (Sun Feb 25 2018 - 14:50:23 EST)
- Re: [PATCH] auxdisplay: arm-charlcd: Fix struct charlcd doc line Miguel Ojeda (Sun Feb 25 2018 - 14:50:28 EST)
- Re: [PATCH] i2c: imx: Fix PM device usage count Uwe Kleine-König (Sun Feb 25 2018 - 14:58:02 EST)
- Re: [PATCH] x86: mce: fix kernel panic when check_interval is changed Seunghun Han (Sun Feb 25 2018 - 15:05:13 EST)
- [PATCH] rtc: m41t80: fix race conditions Alexandre Belloni (Sun Feb 25 2018 - 15:14:58 EST)
- Re: Removing architectures without upstream gcc support Alan Cox (Sun Feb 25 2018 - 15:29:40 EST)
- Re: Pull Request for linux-next Stephen Rothwell (Sun Feb 25 2018 - 15:55:11 EST)
- Re: [virtio-dev] [RFC PATCH V2] virtio_pci: Add SR-IOV support Mark D Rustad (Sun Feb 25 2018 - 16:03:31 EST)
- Re: [PATCH v3] drivers/virt: vm_gen_counter: initial driver implementation Randy Dunlap (Sun Feb 25 2018 - 16:07:24 EST)
- Re: [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression Linus Torvalds (Sun Feb 25 2018 - 16:18:47 EST)
- Re: [PATCH v2 05/12] usb: typec: tcpm: Set USB role switch to device mode when configured as such Guenter Roeck (Sun Feb 25 2018 - 16:33:38 EST)
- [PATCH v4 01/10] watchdog/hpwdt: Update copyright. Jerry Hoemann (Sun Feb 25 2018 - 16:33:52 EST)
- [PATCH v4 10/10] watchdog/hpwdt: Update driver version. Jerry Hoemann (Sun Feb 25 2018 - 16:34:05 EST)
- [PATCH v4 07/10] watchdog/hpwdt: remove allow_kdump module parameter. Jerry Hoemann (Sun Feb 25 2018 - 16:34:14 EST)
- [PATCH v4 06/10] watchdog/hpwdt: condition early return of NMI handler on iLO5 Jerry Hoemann (Sun Feb 25 2018 - 16:34:24 EST)
- [PATCH v4 09/10] watchdog/hpwdt: Add dynamic debug Jerry Hoemann (Sun Feb 25 2018 - 16:34:41 EST)
- [PATCH v4 08/10] watchdog/hpwdt: Programable Pretimeout NMI Jerry Hoemann (Sun Feb 25 2018 - 16:34:50 EST)
- [PATCH v4 00/10] watchdog/hpwdt: Update driver to use watchdog core. Jerry Hoemann (Sun Feb 25 2018 - 16:34:59 EST)
- [PATCH v4 05/10] watchdog/hpwdt: Modify to use watchdog core. Jerry Hoemann (Sun Feb 25 2018 - 16:35:21 EST)
- [PATCH v4 02/10] watchdog/hpwdt: Remove legacy NMI sourcing. Jerry Hoemann (Sun Feb 25 2018 - 16:35:33 EST)
- [PATCH v4 03/10] watchdog/hpwdt: Update nmi_panic message. Jerry Hoemann (Sun Feb 25 2018 - 16:35:41 EST)
- [PATCH v4 04/10] watchdog/hpwdt: Update Module info. Jerry Hoemann (Sun Feb 25 2018 - 16:35:52 EST)
- Re: [PATCH v2 02/12] usb: typec: Start using ERR_PTR Guenter Roeck (Sun Feb 25 2018 - 16:38:25 EST)
- Re: [PATCH v2 06/12] usb: typec: tcpm: Use new Type-C switch/mux and usb-role-switch functions Guenter Roeck (Sun Feb 25 2018 - 16:39:06 EST)
- [PULL 0/2] Xtensa fixes for v4.16 Max Filippov (Sun Feb 25 2018 - 16:48:19 EST)
- Re: [lkp-robot] [mm, mlock, vmscan] 9c4e6b1a70: stress-ng.hdd.ops_per_sec -7.9% regression Shakeel Butt (Sun Feb 25 2018 - 17:03:44 EST)
- Re: Pull Request for linux-next Tobin C. Harding (Sun Feb 25 2018 - 17:13:57 EST)
- [PATCH] rtc: m41t80: remove useless indirection Alexandre Belloni (Sun Feb 25 2018 - 17:15:13 EST)
- Re: [PATCH] MAINTAINERS: Add list, tree, and maintainer Tobin C. Harding (Sun Feb 25 2018 - 17:26:23 EST)
- [PATCH v2] MAINTAINERS: Update LEAKING_ADDRESSES Tobin C. Harding (Sun Feb 25 2018 - 17:28:16 EST)
- Re: [PATCH] tools/memory-model: update: remove rb-dep, smp_read_barrier_depends, and lockless_dereference Paul E. McKenney (Sun Feb 25 2018 - 17:33:00 EST)
- Re: Removing architectures without upstream gcc support Pavel Machek (Sun Feb 25 2018 - 17:51:14 EST)
- linux-next: build warning after merge of the v4l-dvb-fixes tree Stephen Rothwell (Sun Feb 25 2018 - 17:51:19 EST)
- Re: [PATCH/RFC] headers: drop 2 #included headers from <linux/interrupt.h> Rasmus Villemoes (Sun Feb 25 2018 - 18:20:18 EST)
- Re: [PATCH v12 22/22] selftests/vm: Fix deadlock in protection_keys.c Balbir Singh (Sun Feb 25 2018 - 18:20:19 EST)
- Re: [PATCH 1/3] auxdisplay: charlcd: fix hex literal ranges for graphics command Robert Abel (Sun Feb 25 2018 - 18:36:05 EST)
- Re: [PATCH v5 0/4] ARM: OMAP2+: AM33XX/AM43XX: Add suspend-resume support Santosh Shilimkar (Sun Feb 25 2018 - 18:36:05 EST)
- Inconsistent values of perfevent hardware counters when measuring power consumption of DRAM using RAPL Pradyumna Kaushik (Sun Feb 25 2018 - 18:37:01 EST)
- Re: [PATCH v4 06/10] watchdog/hpwdt: condition early return of NMI handler on iLO5 Guenter Roeck (Sun Feb 25 2018 - 18:49:12 EST)
- Re: [PATCH 1/3] auxdisplay: charlcd: fix hex literal ranges for graphics command Robert Abel (Sun Feb 25 2018 - 18:52:53 EST)
- Re: [PATCH 1/3] auxdisplay: charlcd: fix hex literal ranges for graphics command Robert Abel (Sun Feb 25 2018 - 18:54:52 EST)
- [PATCH 4/4] auxdisplay: charlcd: make home command unshift display Robert Abel (Sun Feb 25 2018 - 18:55:05 EST)
- [PATCH 2/4] auxdisplay: charlcd: name x/y address struct Robert Abel (Sun Feb 25 2018 - 18:55:14 EST)
- [PATCH 1/4] auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed Robert Abel (Sun Feb 25 2018 - 18:55:23 EST)
- [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Robert Abel (Sun Feb 25 2018 - 18:55:31 EST)
- Re: [v4,01/10] watchdog/hpwdt: Update copyright. Guenter Roeck (Sun Feb 25 2018 - 18:57:26 EST)
- userfaultfd(2) Write Protect / struct uffdio_writeprotect Martin Cracauer (Sun Feb 25 2018 - 19:16:44 EST)
- [RESEND][PATCH v4 1/3] i2c: piix4: Fix port selection for AMD Family 16h Model 30h Andrew Cooks (Sun Feb 25 2018 - 19:30:06 EST)
- [RESEND][PATCH v4 3/3] i2c: piix4: add ACPI support Andrew Cooks (Sun Feb 25 2018 - 19:30:08 EST)
- [RESEND][PATCH v4 2/3] i2c: piix4: fix probing of reserved ports on AMD Andrew Cooks (Sun Feb 25 2018 - 19:30:11 EST)
- Re: [PATCH v3 01/18] [BUGFIX] tracing: probeevent: Fix to support minus offset from symbol Namhyung Kim (Sun Feb 25 2018 - 19:38:57 EST)
- Re: [v4, 06/10] watchdog/hpwdt: condition early return of NMI handler on iLO5 Guenter Roeck (Sun Feb 25 2018 - 19:41:37 EST)
- linux-next: manual merge of the bpf-next tree with the bpf tree Stephen Rothwell (Sun Feb 25 2018 - 19:42:04 EST)
- Re: [v4,05/10] watchdog/hpwdt: Modify to use watchdog core. Guenter Roeck (Sun Feb 25 2018 - 19:44:16 EST)
- RE: [PATCH v5 00/12] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator Yasunari.Takiguchi (Sun Feb 25 2018 - 19:49:56 EST)
- Re: [PATCH v4 00/10] watchdog/hpwdt: Update driver to use watchdog core. Guenter Roeck (Sun Feb 25 2018 - 19:50:27 EST)
- Re: [PATCH v3 2/2] x86/apic: Replace common tools with new ones Dou Liyang (Sun Feb 25 2018 - 19:51:56 EST)
- Re: [PATCH 4/4] leaking_addresses: add scan_once array Tycho Andersen (Sun Feb 25 2018 - 20:10:09 EST)
- Re: [RFC PATCH] ptr_ring: linked list fallback Michael S. Tsirkin (Sun Feb 25 2018 - 20:10:47 EST)
- [RFC PATCH v2] ptr_ring: linked list fallback Michael S. Tsirkin (Sun Feb 25 2018 - 20:17:57 EST)
- [PATCH bpf-next v2] samples/bpf: Add program for CPU state statistics Leo Yan (Sun Feb 25 2018 - 20:19:43 EST)
- Re: [PATCH 00/17] Add kexec_file_load support to s390 AKASHI Takahiro (Sun Feb 25 2018 - 20:21:10 EST)
- Re: [PATCH 2/4] leaking_addresses: simplify path skipping Tycho Andersen (Sun Feb 25 2018 - 20:26:53 EST)
- Re: [V9fs-developer] [PATCH] fs/9p: don't set SB_NOATIME by default jiangyiwen (Sun Feb 25 2018 - 20:35:07 EST)
- Re: [alsa-devel] [PATCHv5 2/5] ASoC: codec: cpcap: new codec kbuild test robot (Sun Feb 25 2018 - 20:37:16 EST)
- Re: [PATCH v3] power: reset: Add Spreadtrum SC27xx PMIC power off support Baolin Wang (Sun Feb 25 2018 - 20:42:54 EST)
- Re: [PATCH v3 15/18] tracing: probeevent: Add array type support Namhyung Kim (Sun Feb 25 2018 - 20:45:41 EST)
- Re: The white man : Who he is. A Discussion thetruthbeforeus (Sun Feb 25 2018 - 20:59:32 EST)
- The white man : Who he is. A Discussion thetruthbeforeus (Sun Feb 25 2018 - 20:59:32 EST)
- Re: [PATCH 2/4] leaking_addresses: simplify path skipping Tobin C. Harding (Sun Feb 25 2018 - 21:00:53 EST)
- Re: [PATCH 4/4] leaking_addresses: add scan_once array Tobin C. Harding (Sun Feb 25 2018 - 21:01:44 EST)
- Re: [DNG] Whitelisting? thetruthbeforeus (Sun Feb 25 2018 - 21:04:20 EST)
- Re: [PATCH 1/6] mmc: dw_mmc: remove the deprecated "clock-freq-min-max" property Jaehoon Chung (Sun Feb 25 2018 - 21:07:51 EST)
- Re: [DNG] Japanese Linux Kernel Programmers - Why do you like anime. Whites say you are pedos. thetruthbeforeus (Sun Feb 25 2018 - 21:08:47 EST)
- Re: [DNG] Whitelisting? thetruthbeforeus (Sun Feb 25 2018 - 21:10:40 EST)
- Re: [DNG] Real talk: Not laywer bullshit, or programmer babble. thetruthbeforeus (Sun Feb 25 2018 - 21:12:23 EST)
- Re: [PATCH v3 5/5] linux/const.h: move BIT(_ULL) to linux/const.h for use in assembly Masahiro Yamada (Sun Feb 25 2018 - 21:13:56 EST)
- [PATCH 3/6] of: remove kbasename(of->full_name) from base.c frowand . list (Sun Feb 25 2018 - 21:23:46 EST)
- [PATCH 0/6] of: remove kbasename() from core frowand . list (Sun Feb 25 2018 - 21:23:46 EST)
- [PATCH 5/6] of: remove kbasename(of->full_name) from of_reserved_mem.c frowand . list (Sun Feb 25 2018 - 21:23:55 EST)
- [PATCH v4] power: reset: Add Spreadtrum SC27xx PMIC power off support Baolin Wang (Sun Feb 25 2018 - 21:24:02 EST)
- [PATCH 6/6] of: remove kbasename(of->full_name) from platform.c frowand . list (Sun Feb 25 2018 - 21:24:17 EST)
- [PATCH 4/6] of: remove kbasename(of->full_name) from kobj.c frowand . list (Sun Feb 25 2018 - 21:24:25 EST)
- [PATCH 2/6] of: remove kbasename(of->full_name) from overlay related code frowand . list (Sun Feb 25 2018 - 21:24:35 EST)
- [PATCH 1/6] of: unittest: clean up changeset test frowand . list (Sun Feb 25 2018 - 21:25:00 EST)
- [RFC PATCH] e1000e: Fix link check race condition. Benjamin Poirier (Sun Feb 25 2018 - 21:31:55 EST)
- linux-next: manual merge of the kvms390 tree with the nds32 tree Stephen Rothwell (Sun Feb 25 2018 - 21:34:59 EST)
- [PATCH v4 1/2] x86/apic: Move pending intr check code into it's own function Dou Liyang (Sun Feb 25 2018 - 21:40:50 EST)
- [PATCH v4 2/2] x86/apic: Replace common tools with new ones Dou Liyang (Sun Feb 25 2018 - 21:40:59 EST)
- [PATCH] ASoC: sun4i-i2s: Fix RX slot number of SUN8I Yong Deng (Sun Feb 25 2018 - 21:45:53 EST)
- Re: [PATCH v8 0/6] vfs: Use dlock list for SB's s_inodes list Dave Chinner (Sun Feb 25 2018 - 21:47:14 EST)
- [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device minyard (Sun Feb 25 2018 - 21:50:21 EST)
- Re: [PATCH] ASoC: sun4i-i2s: Fix RX slot number of SUN8I Chen-Yu Tsai (Sun Feb 25 2018 - 21:56:02 EST)
- [PATCH v2] f2fs: allocate buffer for decrypting filename to avoid panic Yunlong Song (Sun Feb 25 2018 - 21:58:44 EST)
- Re: [lkp-robot] [mm, mlock, vmscan] 9c4e6b1a70: stress-ng.hdd.ops_per_sec -7.9% regression Ye Xiaolong (Sun Feb 25 2018 - 21:59:08 EST)
- Re: [PATCH v2 3/3] gpio: Add Spreadtrum PMIC EIC driver support Baolin Wang (Sun Feb 25 2018 - 22:01:26 EST)
- Linux 4.16-rc3 Linus Torvalds (Sun Feb 25 2018 - 22:05:17 EST)
- Re: [PATCH] f2fs: allocate buffer for decrypting filename to avoid panic Yunlong Song (Sun Feb 25 2018 - 22:06:55 EST)
- [PATCH v5] perf/core: Fix installing arbitrary cgroup event into cpu linxiulei (Sun Feb 25 2018 - 22:07:04 EST)
- [PATCH] ASoC: sun4i-i2s: Fix offset tune for SUN8I Yong Deng (Sun Feb 25 2018 - 22:14:24 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Jason Wang (Sun Feb 25 2018 - 22:15:57 EST)
- [RFC PATCH V3] virtio_pci: Add SR-IOV support Mark Rustad (Sun Feb 25 2018 - 22:19:20 EST)
- [PATCH v5 4/9] watchdog/hpwdt: Modify to use watchdog core. Jerry Hoemann (Sun Feb 25 2018 - 22:22:47 EST)
- [PATCH v5 3/9] watchdog/hpwdt: Update nmi_panic message. Jerry Hoemann (Sun Feb 25 2018 - 22:22:55 EST)
- [PATCH v5 9/9] watchdog/hpwdt: Update driver version. Jerry Hoemann (Sun Feb 25 2018 - 22:23:09 EST)
- [PATCH v5 1/9] watchdog/hpwdt: Update Module info and copyright. Jerry Hoemann (Sun Feb 25 2018 - 22:23:18 EST)
- [PATCH v5 8/9] watchdog/hpwdt: Add dynamic debug Jerry Hoemann (Sun Feb 25 2018 - 22:23:25 EST)
- [PATCH v5 7/9] watchdog/hpwdt: Programable Pretimeout NMI Jerry Hoemann (Sun Feb 25 2018 - 22:23:37 EST)
- [PATCH v5 6/9] watchdog/hpwdt: remove allow_kdump module parameter. Jerry Hoemann (Sun Feb 25 2018 - 22:23:53 EST)
- [PATCH v5 5/9] watchdog/hpwdt: condition early return of NMI handler on iLO5 Jerry Hoemann (Sun Feb 25 2018 - 22:24:07 EST)
- [PATCH v5 2/9] watchdog/hpwdt: Remove legacy NMI sourcing. Jerry Hoemann (Sun Feb 25 2018 - 22:24:14 EST)
- [PATCH v5 0/9] watchdog/hpwdt: Update driver to use watchdog core. Jerry Hoemann (Sun Feb 25 2018 - 22:24:32 EST)
- Re: [PATCH 1/6] mmc: dw_mmc: remove the deprecated "clock-freq-min-max" property -- You wokr with japanese after they fucked you thetruthbeforeus (Sun Feb 25 2018 - 22:26:27 EST)
- Re: [PATCH] f2fs: allocate buffer for decrypting filename to avoid panic Chao Yu (Sun Feb 25 2018 - 22:38:06 EST)
- [no subject] Alfred Chow (Sun Feb 25 2018 - 22:43:31 EST)
- [no subject] Alfred Chow (Sun Feb 25 2018 - 22:43:52 EST)
- Re: [PATCH v3 00/22] Verbatim device names and devm_nvmem_(un)register() Andrey Smirnov (Sun Feb 25 2018 - 22:45:56 EST)
- Re: [PATCH 9/9] scsi: ufs: Add clock ungating to a separate workqueue Asutosh Das (asd) (Sun Feb 25 2018 - 22:55:31 EST)
- linux-next: build failure after merge of the percpu tree Stephen Rothwell (Sun Feb 25 2018 - 22:58:11 EST)
- Re: [PATCH v28 0/4] Virtio-balloon: support free page reporting Wei Wang (Sun Feb 25 2018 - 22:58:46 EST)
- linux-next: manual merge of the akpm-current tree with the metag tree Stephen Rothwell (Sun Feb 25 2018 - 23:02:08 EST)
- Re: [PATCH v5 3/4] sched/cpufreq_schedutil: use util_est for OPP selection Viresh Kumar (Sun Feb 25 2018 - 23:04:50 EST)
- Re: [PATCH v8 0/6] vfs: Use dlock list for SB's s_inodes list Waiman Long (Sun Feb 25 2018 - 23:05:18 EST)
- Re: [PATCH v1 09/19] arm: dts: mt7623: add related clock properties to cpu[1-3] nodes Viresh Kumar (Sun Feb 25 2018 - 23:13:23 EST)
- Re: [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples Viresh Kumar (Sun Feb 25 2018 - 23:13:44 EST)
- Re: [PATCH] linux-next: SLIMbus: doc: Fix a warning "Title underline too short" Randy Dunlap (Sun Feb 25 2018 - 23:22:49 EST)
- Re: [PATCH V2 6/7] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver Viresh Kumar (Sun Feb 25 2018 - 23:31:01 EST)
- Re: [PATCH] mm/page_poison: move PAGE_POISON to page_poison.c Wei Wang (Sun Feb 25 2018 - 23:35:25 EST)
- [PATCH] mm: relax policy for PG_readahead Minchan Kim (Sun Feb 25 2018 - 23:46:43 EST)
- Re: [PATCH] cpuidle/powernv : Restore different PSSCR for idle and hotplug Stewart Smith (Sun Feb 25 2018 - 23:47:31 EST)
- [RFC PATCH V4] pci: virtio_pci: Add SR-IOV support for virtio_pci devices Mark Rustad (Sun Feb 25 2018 - 23:48:46 EST)
- Re: [PATCH RESEND 1/2] mm: swap: clean up swap readahead Minchan Kim (Sun Feb 25 2018 - 23:56:32 EST)
- Re: [PATCH tip/core/rcu 06/10] trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched() Steven Rostedt (Sun Feb 25 2018 - 23:58:00 EST)
- Re: [LKP] [lkp-robot] [mm, mlock, vmscan] 9c4e6b1a70: stress-ng.hdd.ops_per_sec -7.9% regression Ye Xiaolong (Sun Feb 25 2018 - 23:58:42 EST)
- RE: [PATCH 1/3] arm64: dts: ls1012a: add cpu idle support Ran Wang (Mon Feb 26 2018 - 00:09:40 EST)
- [PATCH] rcu: Remove the unnecessary separate function, rcu_preempt_do_callback() Byungchul Park (Mon Feb 26 2018 - 00:12:28 EST)
- linux-next: build failure after merge of the akpm-current tree Stephen Rothwell (Mon Feb 26 2018 - 00:15:32 EST)
- Re: [PATCH RESEND 1/2] mm: swap: clean up swap readahead Huang\, Ying (Mon Feb 26 2018 - 00:19:00 EST)
- Re: [PATCH] mm: Fix races between address_space dereference and free in page_evicatable Minchan Kim (Mon Feb 26 2018 - 00:20:23 EST)
- Re: [V9fs-developer] [PATCH] fs/9p: don't set SB_NOATIME by default Bo YU (Mon Feb 26 2018 - 00:28:45 EST)
- Re: [PATCH v11 2/7] PCI/AER: factor out error reporting from AER poza (Mon Feb 26 2018 - 00:33:05 EST)
- linux-next: Tree for Feb 26 Stephen Rothwell (Mon Feb 26 2018 - 00:35:43 EST)
- Re: [PATCH v11 2/7] PCI/AER: factor out error reporting from AER poza (Mon Feb 26 2018 - 00:39:32 EST)
- Re: [PATCH RESEND 1/2] mm: swap: clean up swap readahead Minchan Kim (Mon Feb 26 2018 - 00:41:15 EST)
- Re: [PATCH tip/core/rcu 06/10] trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched() Paul E. McKenney (Mon Feb 26 2018 - 00:48:47 EST)
- Re: [PATCHv3 1/2] zsmalloc: introduce zs_huge_object() function Sergey Senozhatsky (Mon Feb 26 2018 - 00:49:42 EST)
- Re: [PATCH v12 07/11] mm: Add address parameter to arch_validate_prot() Michael Ellerman (Mon Feb 26 2018 - 00:54:46 EST)
- Re: [PATCH] ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible Sekhar Nori (Mon Feb 26 2018 - 00:57:33 EST)
- Re: [PATCHv3 1/2] zsmalloc: introduce zs_huge_object() function Minchan Kim (Mon Feb 26 2018 - 00:58:16 EST)
- Re: [PATCH] ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y Sekhar Nori (Mon Feb 26 2018 - 01:14:17 EST)
- Re: [PATCH v4 08/10] ARM: sunxi: smp: Move assembly code into a file kbuild test robot (Mon Feb 26 2018 - 01:23:15 EST)
- Re: [PATCH v2] Input: gpio_keys: Add level trigger support for GPIO keys Baolin Wang (Mon Feb 26 2018 - 01:24:21 EST)
- Re: [PATCH v2] printk: Relocate wake_klogd check close to the end of console_unlock() Sergey Senozhatsky (Mon Feb 26 2018 - 01:27:22 EST)
- Re: [PATCH 05/21] powerpc: Avoid comparison of unsigned long >= 0 in pfn_valid Christophe LEROY (Mon Feb 26 2018 - 01:32:11 EST)
- Re: [PATCH 06/21] powerpc: Avoid comparison of unsigned long >= 0 in __access_ok Christophe LEROY (Mon Feb 26 2018 - 01:35:06 EST)
- Re: [PATCH v3] printk: Relocate wake_klogd check close to the end of console_unlock() Sergey Senozhatsky (Mon Feb 26 2018 - 01:37:47 EST)
- Re: [PATCH] mm: Fix races between address_space dereference and free in page_evicatable Huang\, Ying (Mon Feb 26 2018 - 01:38:16 EST)
- Re: [PATCH] tee: correct max value for id allocation Jens Wiklander (Mon Feb 26 2018 - 01:48:22 EST)
- Re: [PATCH 06/21] powerpc: Avoid comparison of unsigned long >= 0 in __access_ok Christophe LEROY (Mon Feb 26 2018 - 01:50:41 EST)
- Re: [PATCHv3 1/2] zsmalloc: introduce zs_huge_object() function Sergey Senozhatsky (Mon Feb 26 2018 - 01:50:54 EST)
- Re: [v1 1/1] xen, mm: Allow deferred page initialization for xen pv domains Juergen Gross (Mon Feb 26 2018 - 02:18:11 EST)
- [PATCH] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 02:24:12 EST)
- Re: [PATCH v12 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled Ram Pai (Mon Feb 26 2018 - 02:27:10 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Ingo Molnar (Mon Feb 26 2018 - 02:36:02 EST)
- Re: [PATCH] mm: Fix races between address_space dereference and free in page_evicatable Minchan Kim (Mon Feb 26 2018 - 02:37:05 EST)
- RE: [PATCH V1 2/3] efi: Introduce efi_rts_workqueue and necessary infrastructure to invoke all efi_runtime_services() Prakhya, Sai Praneeth (Mon Feb 26 2018 - 02:37:30 EST)
- Re: [PATCH 06/21] powerpc: Avoid comparison of unsigned long >= 0 in __access_ok Mathieu Malaterre (Mon Feb 26 2018 - 02:45:19 EST)
- Re: [PATCHv3 1/2] zsmalloc: introduce zs_huge_object() function Minchan Kim (Mon Feb 26 2018 - 02:47:05 EST)
- Re: [PATCH v6 4/5] fuse: Ensure posix acls are translated outside of init_user_ns Miklos Szeredi (Mon Feb 26 2018 - 02:47:31 EST)
- Re: [PATCH] cpufreq: scpi: invoke frequency-invariance setter function Dietmar Eggemann (Mon Feb 26 2018 - 02:49:22 EST)
- Re: [PATCH 05/21] powerpc: Avoid comparison of unsigned long >= 0 in pfn_valid Mathieu Malaterre (Mon Feb 26 2018 - 02:49:48 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Ingo Molnar (Mon Feb 26 2018 - 02:50:40 EST)
- Re: [RESEND PATCH v3 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up Byungchul Park (Mon Feb 26 2018 - 02:51:30 EST)
- Re: [PATCH RFC] driver core: Reprobe consumer if it was unbound by dropped device_link Jyri Sarha (Mon Feb 26 2018 - 02:52:38 EST)
- Re: [PATCH] staging:r8188eu: use lib80211 CCMP decrypt Dan Carpenter (Mon Feb 26 2018 - 02:56:46 EST)
- [PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert Jianchao Wang (Mon Feb 26 2018 - 02:58:45 EST)
- [PATCH] scsi: core: fix two wrong indentation cases Jianchao Wang (Mon Feb 26 2018 - 02:59:22 EST)
- Re: [PATCH/RFC] headers: drop 2 #included headers from <linux/interrupt.h> Ingo Molnar (Mon Feb 26 2018 - 02:59:40 EST)
- Re: [OpenRISC] Removing architectures without upstream gcc support Arnd Bergmann (Mon Feb 26 2018 - 03:00:32 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Kirill A. Shutemov (Mon Feb 26 2018 - 03:03:15 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Kirill A. Shutemov (Mon Feb 26 2018 - 03:04:36 EST)
- Re: [PATCH v2 12/12] extcon: axp288: Set USB role where necessary Hans de Goede (Mon Feb 26 2018 - 03:07:52 EST)
- Re: [PATCH v3 01/10] pwm: extend PWM framework with PWM modes Claudiu Beznea (Mon Feb 26 2018 - 03:12:09 EST)
- Re: [PATCHv3 1/2] zsmalloc: introduce zs_huge_object() function Sergey Senozhatsky (Mon Feb 26 2018 - 03:12:22 EST)
- Re: [PATCH v2 01/19] clk: renesas: cpg-mssr: Add support for R-Car M3-N Geert Uytterhoeven (Mon Feb 26 2018 - 03:14:44 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Cyrill Gorcunov (Mon Feb 26 2018 - 03:15:46 EST)
- [PATCH V2 0/2] Rockchip: Add RK1608 driver and DT-bindings Wen Nuan (Mon Feb 26 2018 - 03:18:38 EST)
- [PATCH V2 1/2] [media] Add Rockchip RK1608 driver Wen Nuan (Mon Feb 26 2018 - 03:18:59 EST)
- Re: [PATCH 0/9] drm/xen-front: Add support for Xen PV display frontend Oleksandr Andrushchenko (Mon Feb 26 2018 - 03:21:23 EST)
- [PATCH 02/52] arm64: alternatives: apply boot time fixups via the linear mapping Alex Shi (Mon Feb 26 2018 - 03:21:29 EST)
- [PATCH 03/52] arm64: barrier: Add CSDB macros to control data-value prediction Alex Shi (Mon Feb 26 2018 - 03:21:34 EST)
- [PATCH 04/52] arm64: Implement array_index_mask_nospec() Alex Shi (Mon Feb 26 2018 - 03:21:44 EST)
- [PATCH 05/52] arm64: move TASK_* definitions to <asm/processor.h> Alex Shi (Mon Feb 26 2018 - 03:21:52 EST)
- [PATCH 06/52] arm64: Factor out PAN enabling/disabling into separate uaccess_* macros Alex Shi (Mon Feb 26 2018 - 03:22:03 EST)
- [PATCH 08/52] arm64: uaccess: consistently check object sizes Alex Shi (Mon Feb 26 2018 - 03:22:17 EST)
- [PATCH 09/52] arm64: Make USER_DS an inclusive limit Alex Shi (Mon Feb 26 2018 - 03:22:23 EST)
- [PATCH 10/52] arm64: Use pointer masking to limit uaccess speculation Alex Shi (Mon Feb 26 2018 - 03:22:34 EST)
- [PATCH 11/52] arm64: syscallno is secretly an int, make it official Alex Shi (Mon Feb 26 2018 - 03:22:37 EST)
- [PATCH 12/52] arm64: entry: Ensure branch through syscall table is bounded under speculation Alex Shi (Mon Feb 26 2018 - 03:22:44 EST)
- Re: [PATCH RESEND 1/2] mm: swap: clean up swap readahead Huang\, Ying (Mon Feb 26 2018 - 03:22:56 EST)
- [PATCH 14/52] arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user Alex Shi (Mon Feb 26 2018 - 03:23:02 EST)
- [PATCH 16/52] arm64: futex: Mask __user pointers prior to dereference Alex Shi (Mon Feb 26 2018 - 03:23:15 EST)
- [PATCH 18/52] arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early Alex Shi (Mon Feb 26 2018 - 03:23:31 EST)
- [PATCH 19/52] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core Alex Shi (Mon Feb 26 2018 - 03:23:34 EST)
- [PATCH 20/52] arm64: Run enable method for errata work arounds on late CPUs Alex Shi (Mon Feb 26 2018 - 03:23:44 EST)
- [PATCH 22/52] arm64: Move post_ttbr_update_workaround to C code Alex Shi (Mon Feb 26 2018 - 03:23:55 EST)
- [PATCH 23/52] arm64: Add skeleton to harden the branch predictor against aliasing attacks Alex Shi (Mon Feb 26 2018 - 03:24:03 EST)
- [PATCH 24/52] arm64: Move BP hardening to check_and_switch_context Alex Shi (Mon Feb 26 2018 - 03:24:09 EST)
- [PATCH 25/52] arm64: KVM: Use per-CPU vector when BP hardening is enabled Alex Shi (Mon Feb 26 2018 - 03:24:20 EST)
- [PATCH 26/52] arm64: entry: Apply BP hardening for high-priority synchronous exceptions Alex Shi (Mon Feb 26 2018 - 03:24:31 EST)
- [PATCH 28/52] arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 Alex Shi (Mon Feb 26 2018 - 03:24:41 EST)
- [PATCH 30/52] arm64: KVM: Increment PC after handling an SMC trap Alex Shi (Mon Feb 26 2018 - 03:24:57 EST)
- [PATCH 31/52] arm/arm64: KVM: Consolidate the PSCI include files Alex Shi (Mon Feb 26 2018 - 03:25:03 EST)
- [PATCH 32/52] arm/arm64: KVM: Add PSCI_VERSION helper Alex Shi (Mon Feb 26 2018 - 03:25:13 EST)
- [PATCH 33/52] arm/arm64: KVM: Add smccc accessors to PSCI code Alex Shi (Mon Feb 26 2018 - 03:25:27 EST)
- [PATCH 34/52] arm/arm64: KVM: Implement PSCI 1.0 support Alex Shi (Mon Feb 26 2018 - 03:25:36 EST)
- [PATCH 35/52] arm/arm64: KVM: Advertise SMCCC v1.1 Alex Shi (Mon Feb 26 2018 - 03:25:46 EST)
- [PATCH 36/52] arm64: KVM: Make PSCI_VERSION a fast path Alex Shi (Mon Feb 26 2018 - 03:25:59 EST)
- [PATCH 37/52] arm/arm64: KVM: Turn kvm_psci_version into a static inline Alex Shi (Mon Feb 26 2018 - 03:26:05 EST)
- [PATCH 38/52] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support Alex Shi (Mon Feb 26 2018 - 03:26:16 EST)
- [PATCH 40/52] firmware/psci: Expose PSCI conduit Alex Shi (Mon Feb 26 2018 - 03:26:31 EST)
- [PATCH 41/52] firmware/psci: Expose SMCCC version through psci_ops Alex Shi (Mon Feb 26 2018 - 03:26:41 EST)
- [PATCH 42/52] arm/arm64: smccc: Make function identifiers an unsigned quantity Alex Shi (Mon Feb 26 2018 - 03:26:58 EST)
- [PATCH 44/52] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support Alex Shi (Mon Feb 26 2018 - 03:27:04 EST)
- [PATCH 45/52] arm64: Kill PSCI_GET_VERSION as a variant-2 workaround Alex Shi (Mon Feb 26 2018 - 03:27:18 EST)
- [PATCH 47/52] arm: Invalidate BTB on prefetch abort outside of user mapping on Cortex A8, A9, A12 and A17 Alex Shi (Mon Feb 26 2018 - 03:27:32 EST)
- [PATCH 48/52] arm: KVM: Invalidate BTB on guest exit for Cortex-A12/A17 Alex Shi (Mon Feb 26 2018 - 03:27:38 EST)
- [PATCH 49/52] arm: Add icache invalidation on switch_mm for Cortex-A15 Alex Shi (Mon Feb 26 2018 - 03:27:46 EST)
- [PATCH 51/52] arm: KVM: Invalidate icache on guest exit for Cortex-A15 Alex Shi (Mon Feb 26 2018 - 03:28:01 EST)
- [PATCH 52/52] arm64: Add README describing the branch Alex Shi (Mon Feb 26 2018 - 03:28:09 EST)
- Re: [GIT PULL] KVM changes for 4.16-rc3 Paolo Bonzini (Mon Feb 26 2018 - 03:28:39 EST)
- [PATCH 50/52] arm: Invalidate icache on prefetch abort outside of user mapping on Cortex-A15 Alex Shi (Mon Feb 26 2018 - 03:28:52 EST)
- Re: Removing architectures without upstream gcc support Arnd Bergmann (Mon Feb 26 2018 - 03:29:17 EST)
- [PATCH 46/52] arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17 Alex Shi (Mon Feb 26 2018 - 03:29:22 EST)
- [PATCH 43/52] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive Alex Shi (Mon Feb 26 2018 - 03:29:59 EST)
- [PATCH 39/52] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling Alex Shi (Mon Feb 26 2018 - 03:30:17 EST)
- [PATCH V2 2/2] dt-bindings: Document the Rockchip RK1608 bindings Wen Nuan (Mon Feb 26 2018 - 03:31:15 EST)
- [PATCH 29/52] arm64: Implement branch predictor hardening for affected Cortex-A CPUs Alex Shi (Mon Feb 26 2018 - 03:31:51 EST)
- [PATCH 27/52] arm64: entry: Apply BP hardening for suspicious interrupts from EL0 Alex Shi (Mon Feb 26 2018 - 03:32:19 EST)
- [PATCH 21/52] arm64: cpufeature: Pass capability structure to ->enable callback Alex Shi (Mon Feb 26 2018 - 03:33:07 EST)
- [GIT PULL] STi DT update for v4.17 round 1 Patrice CHOTARD (Mon Feb 26 2018 - 03:33:12 EST)
- Re: [PATCH 2/2] f2fs: expose extension_list sysfs entry Chao Yu (Mon Feb 26 2018 - 03:33:52 EST)
- [PATCH 17/52] drivers/firmware: Expose psci_get_version through psci_ops structure Alex Shi (Mon Feb 26 2018 - 03:34:03 EST)
- [PATCH v2 0/4] PINCTRL: Mediatek pinctrl driver for mt2712 Zhiyong Tao (Mon Feb 26 2018 - 03:34:22 EST)
- [PATCH v2 1/4] arm64: dts: mt2712: add pintcrl file Zhiyong Tao (Mon Feb 26 2018 - 03:34:26 EST)
- [PATCH v2 4/4] pintcrl: support bias-disable of generic and special pins simultaneously Zhiyong Tao (Mon Feb 26 2018 - 03:34:32 EST)
- Re: [PATCH 1/4] auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed Geert Uytterhoeven (Mon Feb 26 2018 - 03:34:40 EST)
- [RESEND PATCH 2/3] rtc: Factor out the RTC range validation into rtc_valid_range() Baolin Wang (Mon Feb 26 2018 - 03:34:54 EST)
- [RESEND PATCH 3/3] rtc: Add one offset seconds to expand RTC range Baolin Wang (Mon Feb 26 2018 - 03:35:04 EST)
- [RESEND PATCH 1/3] rtc: Use time64_t to save range_max of RTC Baolin Wang (Mon Feb 26 2018 - 03:35:31 EST)
- Re: [PATCH 2/4] auxdisplay: charlcd: name x/y address struct Geert Uytterhoeven (Mon Feb 26 2018 - 03:35:41 EST)
- [PATCH v2 3/4] pinctrl: add mt2712 pinctrl driver Zhiyong Tao (Mon Feb 26 2018 - 03:36:17 EST)
- [PATCH 15/52] arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user Alex Shi (Mon Feb 26 2018 - 03:36:43 EST)
- [PATCH v2 2/4] arm64: dts: mt2712: add pintcrl device node. Zhiyong Tao (Mon Feb 26 2018 - 03:36:57 EST)
- [PATCH 13/52] arm64: uaccess: Prevent speculative use of the current addr_limit Alex Shi (Mon Feb 26 2018 - 03:37:22 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Kirill A. Shutemov (Mon Feb 26 2018 - 03:37:27 EST)
- [PATCH 07/52] arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro Alex Shi (Mon Feb 26 2018 - 03:38:12 EST)
- Re: [PATCH 0.5/12] ARM: OMAP2+: Prepare to pass auxdata for smartreflex kbuild test robot (Mon Feb 26 2018 - 03:38:39 EST)
- [PATCH 01/52] mm: Introduce lm_alias Alex Shi (Mon Feb 26 2018 - 03:39:15 EST)
- Re: [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression Ye Xiaolong (Mon Feb 26 2018 - 03:39:46 EST)
- PCI BAR allocation failures in 4.15 and 4.16-rc2+ on HP DL585 Meelis Roos (Mon Feb 26 2018 - 03:40:45 EST)
- Re: [RFC PATCH] drivers: use 'depends on MFD_SYSCON' instead of 'select MFD_SYSCON' Arnd Bergmann (Mon Feb 26 2018 - 03:43:33 EST)
- Re: [PATCH v2 14/15] clk: stm32: Add clk entry for SDMMC2 on stm32F769 Patrice CHOTARD (Mon Feb 26 2018 - 03:43:53 EST)
- Re: [PATCH v2 1/4] dt-bindings: pwm: binding allwinner sun8i. Maxime Ripard (Mon Feb 26 2018 - 03:44:53 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Geert Uytterhoeven (Mon Feb 26 2018 - 03:46:17 EST)
- Re: [PATCH 05/21] powerpc: Avoid comparison of unsigned long >= 0 in pfn_valid Segher Boessenkool (Mon Feb 26 2018 - 03:46:41 EST)
- [tip:x86/mm] acpi: Introduce acpi_arch_get_root_pointer() for getting rsdp address tip-bot for Juergen Gross (Mon Feb 26 2018 - 03:46:54 EST)
- RE: [PATCH] ALSA: hda/realtek: Limit mic boost on T480 Peter FP1 Zhang (Mon Feb 26 2018 - 03:47:10 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Ingo Molnar (Mon Feb 26 2018 - 03:47:17 EST)
- [tip:x86/mm] x86/boot: Make the x86_init noop functions static tip-bot for Juergen Gross (Mon Feb 26 2018 - 03:48:08 EST)
- [tip:x86/mm] x86/acpi: Add a new x86_init_acpi structure to x86_init_ops tip-bot for Juergen Gross (Mon Feb 26 2018 - 03:48:15 EST)
- [tip:x86/mm] x86/xen: Add pvh specific rsdp address retrieval function tip-bot for Juergen Gross (Mon Feb 26 2018 - 03:48:54 EST)
- [tip:x86/mm] x86/mm: Consider effective protection attributes in W+X check tip-bot for Jan Beulich (Mon Feb 26 2018 - 03:49:05 EST)
- Re: [PATCH v2 2/4] ARM: dtsi: add pwm node for sun8i. Maxime Ripard (Mon Feb 26 2018 - 03:49:39 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Cyrill Gorcunov (Mon Feb 26 2018 - 03:50:05 EST)
- [PATCH] nvme-multipath: fix sysfs dangerously created links baegjae (Mon Feb 26 2018 - 03:51:41 EST)
- Re: [RESEND][PATCH v4 1/3] i2c: piix4: Fix port selection for AMD Family 16h Model 30h Tobin C. Harding (Mon Feb 26 2018 - 03:58:50 EST)
- Re: [RESEND][PATCH v4 3/3] i2c: piix4: add ACPI support Tobin C. Harding (Mon Feb 26 2018 - 03:59:33 EST)
- Re: [PATCH v2 4/4] ARM: PWM: add allwinner sun8i pwm support. Maxime Ripard (Mon Feb 26 2018 - 04:01:52 EST)
- Re: [RFC tip/locking/lockdep v5 04/17] lockdep: Introduce lock_list::dep Peter Zijlstra (Mon Feb 26 2018 - 04:02:19 EST)
- Re: [PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe Pavel Emelyanov (Mon Feb 26 2018 - 04:02:49 EST)
- Re: [PATCH 0/6] of: remove kbasename() from core Geert Uytterhoeven (Mon Feb 26 2018 - 04:03:33 EST)
- Re: [PATCH] scsi: lpfc: use memcpy_toio instead of writeq Arnd Bergmann (Mon Feb 26 2018 - 04:04:10 EST)
- Re: linux-next: manual merge of the bpf-next tree with the bpf tree Daniel Borkmann (Mon Feb 26 2018 - 04:04:25 EST)
- [PATCH v3 00/12] USB Type-C device-connection, mux and switch support Hans de Goede (Mon Feb 26 2018 - 04:09:39 EST)
- [PATCH v3 03/12] usb: typec: API for controlling USB Type-C Multiplexers Hans de Goede (Mon Feb 26 2018 - 04:09:45 EST)
- [PATCH v3 11/12] platform/x86: intel_cht_int33fe: Add device connections for the Type-C port Hans de Goede (Mon Feb 26 2018 - 04:10:00 EST)
- [PATCH v3 12/12] extcon: axp288: Set USB role where necessary Hans de Goede (Mon Feb 26 2018 - 04:10:21 EST)
- [PATCH v3 05/12] usb: typec: tcpm: Set USB role switch to device mode when configured as such Hans de Goede (Mon Feb 26 2018 - 04:10:32 EST)
- [PATCH v3 10/12] usb: typec: driver for Pericom PI3USB30532 Type-C cross switch Hans de Goede (Mon Feb 26 2018 - 04:10:43 EST)
- [PATCH v3 09/12] usb: roles: Add Intel xHCI USB role switch driver Hans de Goede (Mon Feb 26 2018 - 04:11:14 EST)
- [PATCH v3 06/12] usb: typec: tcpm: Use new Type-C switch/mux and usb-role-switch functions Hans de Goede (Mon Feb 26 2018 - 04:11:29 EST)
- [PATCH v3 08/12] xhci: Add Intel extended cap / otg phy mux handling Hans de Goede (Mon Feb 26 2018 - 04:11:50 EST)
- [PATCH v3 07/12] xhci: Add option to get next extended capability in list by passing id = 0 Hans de Goede (Mon Feb 26 2018 - 04:12:15 EST)
- [PATCH v3 02/12] usb: typec: Start using ERR_PTR Hans de Goede (Mon Feb 26 2018 - 04:12:50 EST)
- [PATCH v3 04/12] usb: common: Small class for USB role switches Hans de Goede (Mon Feb 26 2018 - 04:13:06 EST)
- [PATCH v3 01/12] drivers: base: Unified device connection lookup Hans de Goede (Mon Feb 26 2018 - 04:13:34 EST)
- Re: [PATCH RFC] drm/sun4i: Enable the output on the pins (tcon0) Maxime Ripard (Mon Feb 26 2018 - 04:13:41 EST)
- 4.16-rc2+git: pata_serverworks: hanging ata detection thread on HP DL380G3 Meelis Roos (Mon Feb 26 2018 - 04:14:15 EST)
- [PATCH] eeprom: New ee1004 driver for DDR4 memory Jean Delvare (Mon Feb 26 2018 - 04:20:21 EST)
- Re: [SIL2review] [PATCH] i2c: cadence: Fix PM device usage count Nicholas Mc Guire (Mon Feb 26 2018 - 04:20:51 EST)
- Re: [PATCH] drm/sun4i: link in front-end code if needed Maxime Ripard (Mon Feb 26 2018 - 04:21:51 EST)
- Re: [PATCH v8 04/13] x86: kexec_file: factor out elf core header related functions AKASHI Takahiro (Mon Feb 26 2018 - 04:22:04 EST)
- Re: [RFC PATCH] irqchip/gic-v3-its: apply ACPI device based quirks Ard Biesheuvel (Mon Feb 26 2018 - 04:22:22 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Liran Alon (Mon Feb 26 2018 - 04:26:33 EST)
- Re: [PATCH v3 6/7] arm64: allwinner: h6: add the basical Allwinner H6 DTSI file Maxime Ripard (Mon Feb 26 2018 - 04:27:06 EST)
- [PATCH] alpha: Implement CPU vulnerabilities sysfs functions. Michael Cree (Mon Feb 26 2018 - 04:27:12 EST)
- Re: 4.15-rc9 new insecure W+X mapping warning Meelis Roos (Mon Feb 26 2018 - 04:29:25 EST)
- Re: [PATCH v1 1/4] dmi: Introduce dmi_get_bios_year() helper Rafael J. Wysocki (Mon Feb 26 2018 - 04:30:07 EST)
- Re: [PATCH v3 00/22] Verbatim device names and devm_nvmem_(un)register() Srinivas Kandagatla (Mon Feb 26 2018 - 04:30:22 EST)
- Re: [PATCH] drm/sun4i: link in front-end code if needed Arnd Bergmann (Mon Feb 26 2018 - 04:31:59 EST)
- Re: [PATCH] cpufreq: scpi: invoke frequency-invariance setter function Rafael J. Wysocki (Mon Feb 26 2018 - 04:32:21 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support John Garry (Mon Feb 26 2018 - 04:34:19 EST)
- [GIT PULL] GPIO fixes for v4.16 Linus Walleij (Mon Feb 26 2018 - 04:36:10 EST)
- Re: [PATCH 01/15] clk: sunxi-ng: Add check for minimal rate to NM PLLs Maxime Ripard (Mon Feb 26 2018 - 04:38:20 EST)
- Re: [PATCH 08/15] drm/sun4i: Fix polarity configuration for DW HDMI PHY Maxime Ripard (Mon Feb 26 2018 - 04:39:47 EST)
- Re: regression: SCSI/SATA failure Thorsten Leemhuis (Mon Feb 26 2018 - 04:40:51 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Mon Feb 26 2018 - 04:42:18 EST)
- [PATCH] [net-next] ipvlan: fix building with modular IPV6 Arnd Bergmann (Mon Feb 26 2018 - 04:42:29 EST)
- Re: [PATCH 01/15] clk: sunxi-ng: Add check for minimal rate to NM PLLs Chen-Yu Tsai (Mon Feb 26 2018 - 04:43:32 EST)
- Re: [PATCH v2 3/5] dax: fix S_DAX definition Jan Kara (Mon Feb 26 2018 - 04:44:07 EST)
- Re: [PATCH v2 2/5] dax: fix dax_mapping() definition in the FS_DAX=n + DEV_DAX=y case Jan Kara (Mon Feb 26 2018 - 04:44:38 EST)
- [GIT PULL] EDAC fix for 4.16 Borislav Petkov (Mon Feb 26 2018 - 04:45:13 EST)
- Re: [PATCH] m68k/mac: Enable PDMA support for PowerBook 190 Geert Uytterhoeven (Mon Feb 26 2018 - 04:45:32 EST)
- [PATCH] scsi: qedi: fix build regression Arnd Bergmann (Mon Feb 26 2018 - 04:45:48 EST)
- Re: [PATCH] m68k/mac: Fix apparent race condition in Baboon interrupt dispatch Geert Uytterhoeven (Mon Feb 26 2018 - 04:46:13 EST)
- Re: [PATCH] macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcall Geert Uytterhoeven (Mon Feb 26 2018 - 04:46:35 EST)
- Re: [GIT PULL] GPIO fixes for v4.16 Maxime Ripard (Mon Feb 26 2018 - 04:46:42 EST)
- Re: [PATCH] m68k/mm: Stop printing the virtual memory layout Geert Uytterhoeven (Mon Feb 26 2018 - 04:46:53 EST)
- Re: [PATCH] PCI: designware-ep: Fix typo in error message Lorenzo Pieralisi (Mon Feb 26 2018 - 04:47:52 EST)
- Re: [PATCH 1/2] vfio: platform: Fix reset module leak in error path Auger Eric (Mon Feb 26 2018 - 04:48:04 EST)
- Re: regression v4.16 on Nokia N900:/dev/input/event6 aka AV Jack support disappeared Thorsten Leemhuis (Mon Feb 26 2018 - 04:48:14 EST)
- Re: [PATCH] cpufreq: powernv: Check negative value returned by cpufreq_table_find_index_dl() Rafael J. Wysocki (Mon Feb 26 2018 - 04:48:28 EST)
- Re: [PATCH 1/2] vfio: platform: Fix reset module leak in error path Auger Eric (Mon Feb 26 2018 - 04:49:34 EST)
- [PATCH] drm/msm: fix building without debugfs Arnd Bergmann (Mon Feb 26 2018 - 04:49:56 EST)
- Re: [PATCH v3 2/5] m68k: rename UL() to TO_UL() Geert Uytterhoeven (Mon Feb 26 2018 - 04:50:05 EST)
- Re: [PATCH V2 1/2] [media] Add Rockchip RK1608 driver Hans Verkuil (Mon Feb 26 2018 - 04:50:24 EST)
- Re: [PATCH v3 1/6] dax: fix vma_is_fsdax() helper Jan Kara (Mon Feb 26 2018 - 04:51:12 EST)
- Re: [PATCH v3 0/3] new driver for Valve Steam Controller Benjamin Tissoires (Mon Feb 26 2018 - 04:51:26 EST)
- [PATCH v7 00/15] Krait clocks + Krait CPUfreq Sricharan R (Mon Feb 26 2018 - 04:53:58 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support Andy Shevchenko (Mon Feb 26 2018 - 04:54:06 EST)
- [PATCH v7 02/15] clk: mux: Split out register accessors for reuse Sricharan R (Mon Feb 26 2018 - 04:54:15 EST)
- [PATCH v7 03/15] clk: qcom: Add support for High-Frequency PLLs (HFPLLs) Sricharan R (Mon Feb 26 2018 - 04:54:21 EST)
- [PATCH v7 04/15] clk: qcom: Add HFPLL driver Sricharan R (Mon Feb 26 2018 - 04:54:36 EST)
- [PATCH] direct-io: Minor cleanups in do_blockdev_direct_IO Nikolay Borisov (Mon Feb 26 2018 - 04:54:45 EST)
- [PATCH v7 09/15] clk: qcom: Add KPSS ACC/GCC driver Sricharan R (Mon Feb 26 2018 - 04:55:02 EST)
- Re: [GIT PULL] GPIO fixes for v4.16 Linus Walleij (Mon Feb 26 2018 - 04:55:12 EST)
- [PATCH v7 10/15] dt-bindings: arm: Document qcom,kpss-gcc Sricharan R (Mon Feb 26 2018 - 04:55:18 EST)
- [PATCH v7 13/15] clk: qcom: Add safe switch hook for krait mux clocks Sricharan R (Mon Feb 26 2018 - 04:55:27 EST)
- [PATCH v7 15/15] dt-bindings: cpufreq: Document operating-points-v2-krait-cpu Sricharan R (Mon Feb 26 2018 - 04:55:44 EST)
- [PATCH v7 14/15] cpufreq: Add module to register cpufreq on Krait CPUs Sricharan R (Mon Feb 26 2018 - 04:56:00 EST)
- [PATCH v7 12/15] dt-bindings: clock: Document qcom,krait-cc Sricharan R (Mon Feb 26 2018 - 04:56:32 EST)
- [PATCH v7 11/15] clk: qcom: Add Krait clock controller driver Sricharan R (Mon Feb 26 2018 - 04:56:44 EST)
- [PATCH v7 08/15] clk: qcom: Add support for Krait clocks Sricharan R (Mon Feb 26 2018 - 04:57:12 EST)
- [PATCH v7 06/15] clk: qcom: Add MSM8960/APQ8064's HFPLLs Sricharan R (Mon Feb 26 2018 - 04:57:22 EST)
- [PATCH v7 05/15] dt-bindings: clock: Document qcom,hfpll Sricharan R (Mon Feb 26 2018 - 04:57:42 EST)
- Re: [PATCH v3 05/10] pwm: add PWM mode to pwm_config() Jani Nikula (Mon Feb 26 2018 - 04:57:56 EST)
- [PATCH v7 07/15] clk: qcom: Add IPQ806X's HFPLLs Sricharan R (Mon Feb 26 2018 - 04:58:17 EST)
- [PATCH v7 01/15] ARM: Add Krait L2 register accessor functions Sricharan R (Mon Feb 26 2018 - 04:59:06 EST)
- Re: [tip:x86/mm] x86/mm: Consider effective protection attributes in W+X check Andrey Ryabinin (Mon Feb 26 2018 - 04:59:42 EST)
- Re: [PATCH v2 2/2] i2c: add support for Socionext SynQuacer I2C controller Ard Biesheuvel (Mon Feb 26 2018 - 04:59:55 EST)
- Re: Fwd: Re: Kernel panic with 4.16-rc1 (and 4.16-rc2) running selftest Chris Mi (Mon Feb 26 2018 - 05:00:10 EST)
- YOUR REF: ML0013 Attorney Jean-Philippe (Mon Feb 26 2018 - 05:01:22 EST)
- Re: [PATCH v8 03/13] kexec_file,x86,powerpc: factor out kexec_file_ops functions AKASHI Takahiro (Mon Feb 26 2018 - 05:01:45 EST)
- Re: [PATCH v7 14/15] cpufreq: Add module to register cpufreq on Krait CPUs Viresh Kumar (Mon Feb 26 2018 - 05:04:38 EST)
- Re: [PATCH 46/52] arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17 Greg KH (Mon Feb 26 2018 - 05:05:24 EST)
- Re: [PATCH v3 3/6] xfs, dax: introduce IS_FSDAX() Jan Kara (Mon Feb 26 2018 - 05:06:19 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 05:06:49 EST)
- Re: [PATCH] i2c: imx: Fix PM device usage count Rafael J. Wysocki (Mon Feb 26 2018 - 05:07:42 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 05:08:26 EST)
- Re: [PATCH v3 5/6] dax: short circuit vma_is_fsdax() in the CONFIG_FS_DAX=n case Jan Kara (Mon Feb 26 2018 - 05:08:42 EST)
- Re: [PATCHv5 1/5] dt-bindings: mfd: motorola-cpcap: document audio-codec Mark Brown (Mon Feb 26 2018 - 05:08:59 EST)
- Re: [tip:x86/mm] x86/mm: Consider effective protection attributes in W+X check Jan Beulich (Mon Feb 26 2018 - 05:09:11 EST)
- Re: [RFC tip/locking/lockdep v5 04/17] lockdep: Introduce lock_list::dep Boqun Feng (Mon Feb 26 2018 - 05:12:05 EST)
- Re: [PATCH V2 1/2] [media] Add Rockchip RK1608 driver Linus Walleij (Mon Feb 26 2018 - 05:12:40 EST)
- Re: [PATCH v4 10/10] ARM: sunxi: smp: Add initialization of CNTVOFF Maxime Ripard (Mon Feb 26 2018 - 05:13:00 EST)
- Re: DM Regression in 4.16-rc1 - read() returns data when it shouldn't Thorsten Leemhuis (Mon Feb 26 2018 - 05:14:57 EST)
- Re: [PATCH] [net-next] ipvlan: fix building with modular IPV6 Matteo Croce (Mon Feb 26 2018 - 05:16:01 EST)
- Re: [PATCH v7 14/15] cpufreq: Add module to register cpufreq on Krait CPUs Sricharan R (Mon Feb 26 2018 - 05:16:18 EST)
- Re: [RFC tip/locking/lockdep v5 04/17] lockdep: Introduce lock_list::dep Boqun Feng (Mon Feb 26 2018 - 05:16:52 EST)
- Re: [PATCH v3 15/18] tracing: probeevent: Add array type support Masami Hiramatsu (Mon Feb 26 2018 - 05:16:58 EST)
- [PATCH v2] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 05:17:35 EST)
- Re: [PATCH V2 2/2] dt-bindings: Document the Rockchip RK1608 bindings Linus Walleij (Mon Feb 26 2018 - 05:17:47 EST)
- Re: [RFC PATCH] irqchip/gic-v3-its: apply ACPI device based quirks Marc Zyngier (Mon Feb 26 2018 - 05:18:28 EST)
- Re: [PATCH v2 2/2] mfd: arizona: Update DT doc to support more standard reset binding Linus Walleij (Mon Feb 26 2018 - 05:20:03 EST)
- Re: [07/18] thunderbolt: Handle rejected Thunderbolt devices Mika Westerberg (Mon Feb 26 2018 - 05:20:40 EST)
- Re: [PATCH v8 02/13] kexec_file: make an use of purgatory optional AKASHI Takahiro (Mon Feb 26 2018 - 05:24:25 EST)
- Re: [PATCH] gpiolib: Keep returning EPROBE_DEFER when we should Linus Walleij (Mon Feb 26 2018 - 05:24:41 EST)
- Linux 4.16: Reported regressions as of Monday, 2018-02-26 (Was: Linux 4.16-rc3) Thorsten Leemhuis (Mon Feb 26 2018 - 05:25:17 EST)
- Re: [PATCH v4 10/10] ARM: sunxi: smp: Add initialization of CNTVOFF Chen-Yu Tsai (Mon Feb 26 2018 - 05:25:39 EST)
- Re: [PATCH 01/15] clk: sunxi-ng: Add check for minimal rate to NM PLLs Maxime Ripard (Mon Feb 26 2018 - 05:26:06 EST)
- [PATCH v3 2/8] mfd: cros_ec: free IRQ automatically Enric Balletbo i Serra (Mon Feb 26 2018 - 05:26:26 EST)
- [PATCH v3 3/8] mfd: cros_ec: Don't try to grab log when suspended Enric Balletbo i Serra (Mon Feb 26 2018 - 05:26:30 EST)
- [PATCH v3 6/8] mfd: cros_ec_dev: register shutdown function for debugfs Enric Balletbo i Serra (Mon Feb 26 2018 - 05:26:32 EST)
- [PATCH v3 7/8] mfd: cros_ec_i2c: add ACPI module device table Enric Balletbo i Serra (Mon Feb 26 2018 - 05:26:36 EST)
- Re: [PATCH bpf-next v2] samples/bpf: Add program for CPU state statistics Daniel Borkmann (Mon Feb 26 2018 - 05:27:03 EST)
- [PATCH v3 8/8] mfd: cros_ec_i2c: moving the system sleep pm ops to late Enric Balletbo i Serra (Mon Feb 26 2018 - 05:27:28 EST)
- [PATCH v3 1/8] mfd: cros_ec: fail early if we cannot identify the EC Enric Balletbo i Serra (Mon Feb 26 2018 - 05:27:42 EST)
- [PATCH v3 5/8] mfd: cros_ec_dev: Register cros_ec_accel_legacy driver as a subdevice. Enric Balletbo i Serra (Mon Feb 26 2018 - 05:27:46 EST)
- [PATCH v3 4/8] mfd: cros_ec_dev: Register cros-ec-rtc driver as a subdevice. Enric Balletbo i Serra (Mon Feb 26 2018 - 05:28:06 EST)
- [PATCH v3 0/8] mfd: cros_ec: add subdevices and fixes Enric Balletbo i Serra (Mon Feb 26 2018 - 05:28:16 EST)
- Re: [PATCH] Revert "gpio: winbond: fix ISA_BUS_API dependency" Linus Walleij (Mon Feb 26 2018 - 05:28:42 EST)
- Re: [PATCH 01/15] clk: sunxi-ng: Add check for minimal rate to NM PLLs Chen-Yu Tsai (Mon Feb 26 2018 - 05:29:11 EST)
- Re: [PATCH v2 3/3] PCI: dra7xx: Enable x2 mode support for dra74x, dra76x and dra72x Lorenzo Pieralisi (Mon Feb 26 2018 - 05:31:14 EST)
- Re: [PATCH v2] KVM: X86: Allow userspace to define the microcode version Liran Alon (Mon Feb 26 2018 - 05:31:54 EST)
- Re: [PATCH RFC] riscv/barrier: Define __smp_{mb,rmb,wmb} Andrea Parri (Mon Feb 26 2018 - 05:36:07 EST)
- Re: [PATCH 2/5] mmc: add stm32 sdmmc controller driver Ludovic BARRE (Mon Feb 26 2018 - 05:36:18 EST)
- [PATCH] direct-io: Fix sleep in atomic due to sync AIO Jan Kara (Mon Feb 26 2018 - 05:36:52 EST)
- Re: [PATCH 11/12] PM / AVS: SmartReflex: Prepare to use device tree based probing Rafael J. Wysocki (Mon Feb 26 2018 - 05:38:02 EST)
- Re: [RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock() Will Deacon (Mon Feb 26 2018 - 05:39:21 EST)
- Re: [PATCH 46/52] arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17 Alex Shi (Mon Feb 26 2018 - 05:41:03 EST)
- Re: [PATCH 46/52] arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17 Will Deacon (Mon Feb 26 2018 - 05:45:10 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support John Garry (Mon Feb 26 2018 - 05:46:24 EST)
- Re: [tip:x86/mm] x86/mm: Consider effective protection attributes in W+X check Andrey Ryabinin (Mon Feb 26 2018 - 05:47:01 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Mon Feb 26 2018 - 05:49:52 EST)
- Re: v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context Jan Kara (Mon Feb 26 2018 - 05:53:06 EST)
- Re: [PATCH] drm/sun4i: link in front-end code if needed Maxime Ripard (Mon Feb 26 2018 - 05:54:15 EST)
- Re: [tip:x86/mm] x86/mm: Consider effective protection attributes in W+X check Jan Beulich (Mon Feb 26 2018 - 05:54:32 EST)
- Re: [RFC PATCH 2/2] serial: 8250_dw: support polling mode John Garry (Mon Feb 26 2018 - 05:54:48 EST)
- Re: [tip:x86/boot] x86/boot/compressed/64: Prepare trampoline memory Borislav Petkov (Mon Feb 26 2018 - 05:55:11 EST)
- Re: [PATCH] drm/sun4i: link in front-end code if needed Chen-Yu Tsai (Mon Feb 26 2018 - 05:56:19 EST)
- [PATCH] usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers Merlijn Wajer (Mon Feb 26 2018 - 05:57:06 EST)
- Re: [PATCH v3 00/12] USB Type-C device-connection, mux and switch support Andy Shevchenko (Mon Feb 26 2018 - 06:00:01 EST)
- Re: DM Regression in 4.16-rc1 - read() returns data when it shouldn't NeilBrown (Mon Feb 26 2018 - 06:01:30 EST)
- Re: [PATCH V4 net 2/3] tuntap: disable preemption during XDP processing Jesper Dangaard Brouer (Mon Feb 26 2018 - 06:02:18 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 06:02:37 EST)
- Re: çå: [RFC patch] ioremap: don't set up huge I/O mappings when p4d/pud/pmd is zero Will Deacon (Mon Feb 26 2018 - 06:04:26 EST)
- Re: [PATCH v7 2/2] media: V3s: Add support for Allwinner CSI. Hans Verkuil (Mon Feb 26 2018 - 06:06:58 EST)
- [PATCH] xen: use hvc console for dom0 Juergen Gross (Mon Feb 26 2018 - 06:08:32 EST)
- Re: [RFC PATCH] irqchip/gic-v3-its: apply ACPI device based quirks Ard Biesheuvel (Mon Feb 26 2018 - 06:09:36 EST)
- [PATCH] x86-64/entry: add instruction suffix Jan Beulich (Mon Feb 26 2018 - 06:11:32 EST)
- [PATCH] x86/include: add instruction suffixes Jan Beulich (Mon Feb 26 2018 - 06:12:02 EST)
- Re: [v2,03/10] drm/sun4i: Protect the TCON pixel clocks Maxime Ripard (Mon Feb 26 2018 - 06:16:06 EST)
- Re: [PATCH 00/17] Add kexec_file_load support to s390 Philipp Rudo (Mon Feb 26 2018 - 06:16:43 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Mon Feb 26 2018 - 06:17:02 EST)
- Re: [PATCH v8 03/13] kexec_file, x86, powerpc: factor out kexec_file_ops functions Philipp Rudo (Mon Feb 26 2018 - 06:17:33 EST)
- Applied "ASoC: uniphier: fix broken sound if use SRC in replay" to the asoc tree Mark Brown (Mon Feb 26 2018 - 06:17:48 EST)
- Applied "ASoC: pxa: remove duplicated bit-wise or of SNDRV_PCM_FMTBIT_S24_LE" to the asoc tree Mark Brown (Mon Feb 26 2018 - 06:17:55 EST)
- Applied "regmap: Merge redundant handling in regmap_bulk_write" to the regmap tree Mark Brown (Mon Feb 26 2018 - 06:18:03 EST)
- Applied "regmap: Tidy up regmap_raw_write chunking code" to the regmap tree Mark Brown (Mon Feb 26 2018 - 06:18:17 EST)
- Applied "regmap: Remove unnecessary printk for failed allocation" to the regmap tree Mark Brown (Mon Feb 26 2018 - 06:18:23 EST)
- Applied "regmap: mmio: Add function to attach a clock" to the regmap tree Mark Brown (Mon Feb 26 2018 - 06:18:31 EST)
- Applied "regmap: Move the handling for max_raw_write into regmap_raw_write" to the regmap tree Mark Brown (Mon Feb 26 2018 - 06:18:47 EST)
- Applied "regmap: Format data for raw write in regmap_bulk_write" to the regmap tree Mark Brown (Mon Feb 26 2018 - 06:18:54 EST)
- Applied "ASoC: sirf: remove duplicated bit-wise or of USP_RXFIFO_THD_INT" to the asoc tree Mark Brown (Mon Feb 26 2018 - 06:19:32 EST)
- Re: [PATCH v3 00/12] USB Type-C device-connection, mux and switch support Hans de Goede (Mon Feb 26 2018 - 06:20:01 EST)
- Applied "ASoC: stm32: Add S/PDIF to SAI bindings" to the asoc tree Mark Brown (Mon Feb 26 2018 - 06:21:47 EST)
- Applied "ASoC: stm32: sai: Add support of S/PDIF playback" to the asoc tree Mark Brown (Mon Feb 26 2018 - 06:22:02 EST)
- Re: [PATCH 1/1] nvme: implement log page low/high offset and dwords Javier Gonzalez (Mon Feb 26 2018 - 06:22:09 EST)
- Re: [PATCH v3 0/3] new driver for Valve Steam Controller ClÃment VUCHENER (Mon Feb 26 2018 - 06:24:29 EST)
- Re: [PATCH v8 03/13] kexec_file,x86,powerpc: factor out kexec_file_ops functions Philipp Rudo (Mon Feb 26 2018 - 06:25:23 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 06:25:36 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support Andy Shevchenko (Mon Feb 26 2018 - 06:28:50 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Mon Feb 26 2018 - 06:30:27 EST)
- Re: [PATCH 12/13] media: img-ir: Drop METAG dependency Sean Young (Mon Feb 26 2018 - 06:31:21 EST)
- Re: [PATCH v2 2/2] i2c: add support for Socionext SynQuacer I2C controller Andy Shevchenko (Mon Feb 26 2018 - 06:35:25 EST)
- [PATCH] clocksource/drivers/fsl_ftm_timer: fix error return checking Colin King (Mon Feb 26 2018 - 06:36:22 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 06:37:42 EST)
- Re: [RFC PATCH] irqchip/gic-v3-its: apply ACPI device based quirks Marc Zyngier (Mon Feb 26 2018 - 06:38:06 EST)
- Re: v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context Mark Rutland (Mon Feb 26 2018 - 06:38:31 EST)
- Re: [PATCH v3 7/8] mfd: cros_ec_i2c: add ACPI module device table Andy Shevchenko (Mon Feb 26 2018 - 06:38:51 EST)
- Re: [PATCH v3 00/12] USB Type-C device-connection, mux and switch support Andy Shevchenko (Mon Feb 26 2018 - 06:39:50 EST)
- Re: [PATCH v3 09/12] usb: roles: Add Intel xHCI USB role switch driver Heikki Krogerus (Mon Feb 26 2018 - 06:42:23 EST)
- Re: [PATCH v2] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Mon Feb 26 2018 - 06:42:37 EST)
- Re: [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression Jeff Layton (Mon Feb 26 2018 - 06:44:05 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Mon Feb 26 2018 - 06:44:38 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Andy Shevchenko (Mon Feb 26 2018 - 06:44:52 EST)
- Re: [PATCH] powerpc/xmon: Dont register sysrq key when kernel param xmon=off Vaibhav Jain (Mon Feb 26 2018 - 06:47:18 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Mon Feb 26 2018 - 06:47:38 EST)
- Re: [PATCH v4 2/2] x86/apic: Replace common tools with new ones Andy Shevchenko (Mon Feb 26 2018 - 06:50:15 EST)
- Re: [RFC PATCH] irqchip/gic-v3-its: apply ACPI device based quirks Lorenzo Pieralisi (Mon Feb 26 2018 - 06:52:11 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 06:52:44 EST)
- Re: [PATCH v1 1/2] PCI: Add PCIe port runtime suspend details Mika Westerberg (Mon Feb 26 2018 - 06:53:02 EST)
- Re: [RFC PATCH] drivers: use 'depends on MFD_SYSCON' instead of 'select MFD_SYSCON' Masahiro Yamada (Mon Feb 26 2018 - 06:54:26 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Mon Feb 26 2018 - 06:55:00 EST)
- Re: [PATCH 1/2 v4] tpm: cmd_ready command can be issued only after granting locality Jarkko Sakkinen (Mon Feb 26 2018 - 06:56:06 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support John Garry (Mon Feb 26 2018 - 06:56:54 EST)
- Re: [PATCH v2 3/3] gpio: Add Spreadtrum PMIC EIC driver support Andy Shevchenko (Mon Feb 26 2018 - 07:02:50 EST)
- [PATCH] pinctrl: imx: fix unsigned check if nfuncs with less than or equal zero Colin King (Mon Feb 26 2018 - 07:04:27 EST)
- Re: [PATCH v1 2/2] PCI: Allow user to request power management of conventional and hotplug bridges Mika Westerberg (Mon Feb 26 2018 - 07:05:58 EST)
- Re: [Xen-devel] [PATCH] xen: use hvc console for dom0 Andrii Anisov (Mon Feb 26 2018 - 07:06:33 EST)
- Re: [PATCH 1/2 v5] tpm: cmd_ready command can be issued only after granting locality Jarkko Sakkinen (Mon Feb 26 2018 - 07:09:54 EST)
- Re: [PATCH 1/7] genalloc: track beginning of allocations Igor Stoppa (Mon Feb 26 2018 - 07:10:16 EST)
- Re: [PATCH 2/7] genalloc: selftest Igor Stoppa (Mon Feb 26 2018 - 07:12:36 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Mon Feb 26 2018 - 07:15:40 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Mon Feb 26 2018 - 07:17:04 EST)
- [PATCH] drm: clarify adjusted_mode for a bridge connected to a crtc Philippe Cornu (Mon Feb 26 2018 - 07:17:57 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Mon Feb 26 2018 - 07:18:16 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support Andy Shevchenko (Mon Feb 26 2018 - 07:21:22 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Mon Feb 26 2018 - 07:21:28 EST)
- [PATCH] mm/zsmalloc: strength reduce zspage_size calculation Joey Pabalinas (Mon Feb 26 2018 - 07:21:40 EST)
- [PATCH 0/2] arm: Support for Renesas RZ/N1D (R9A06G032) Michel Pollet (Mon Feb 26 2018 - 07:22:02 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Mon Feb 26 2018 - 07:22:32 EST)
- [PATCH 1/2] arm: add basic support for Renesas RZ/N1 boards Michel Pollet (Mon Feb 26 2018 - 07:22:43 EST)
- Re: [PATCH v1 2/2] PCI: Allow user to request power management of conventional and hotplug bridges Lukas Wunner (Mon Feb 26 2018 - 07:22:53 EST)
- [PATCH 2/2] arm: rzn1: Add basic support for RZN1D-DB Board Michel Pollet (Mon Feb 26 2018 - 07:23:02 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support Andy Shevchenko (Mon Feb 26 2018 - 07:27:53 EST)
- Re: [Xen-devel] [PATCH] xen: use hvc console for dom0 Juergen Gross (Mon Feb 26 2018 - 07:33:08 EST)
- Re: [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression Jeff Layton (Mon Feb 26 2018 - 07:34:03 EST)
- Re: [OpenRISC] Removing architectures without upstream gcc support Philipp Wagner (Mon Feb 26 2018 - 07:35:27 EST)
- Re: [PATCH v1 2/2] PCI: Allow user to request power management of conventional and hotplug bridges Mika Westerberg (Mon Feb 26 2018 - 07:35:31 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support John Garry (Mon Feb 26 2018 - 07:38:08 EST)
- [PATCH 0/2] KVM: nVMX: expose VMX capabilities as MSR features Paolo Bonzini (Mon Feb 26 2018 - 07:40:53 EST)
- [PATCH 2/2] KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace Paolo Bonzini (Mon Feb 26 2018 - 07:41:05 EST)
- [PATCH 1/2] KVM: nVMX: introduce struct nested_vmx_msrs Paolo Bonzini (Mon Feb 26 2018 - 07:41:17 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Mon Feb 26 2018 - 07:41:47 EST)
- [GIT PULL] tpmdd fixes for 4.16 Jarkko Sakkinen (Mon Feb 26 2018 - 07:41:58 EST)
- Re: [PATCH] clk: tegra: fix pllu rate configuration Dmitry Osipenko (Mon Feb 26 2018 - 07:42:56 EST)
- Re: [RFC PATCH] drivers: use 'depends on MFD_SYSCON' instead of 'select MFD_SYSCON' Arnd Bergmann (Mon Feb 26 2018 - 07:43:21 EST)
- Re: [PATCH] pinctrl: imx: fix unsigned check if nfuncs with less than or equal zero Fabio Estevam (Mon Feb 26 2018 - 07:43:37 EST)
- Re: v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context Jan Kara (Mon Feb 26 2018 - 07:45:03 EST)
- Re: [tip:x86/mm] x86/mm: Consider effective protection attributes in W+X check Andrey Ryabinin (Mon Feb 26 2018 - 07:45:45 EST)
- [PATCH] pciehp: fix a race between pciehp and removing operations by sysfs Xiongfeng Wang (Mon Feb 26 2018 - 07:51:02 EST)
- Re: [PATCH v6 0/4] x86, kasan: add KASAN checks to atomic operations Dmitry Vyukov (Mon Feb 26 2018 - 07:52:40 EST)
- [PATCH v2 1/1] nvme: implement log page low/high offset and dwords Matias BjÃrling (Mon Feb 26 2018 - 07:56:12 EST)
- [PATCH v2 0/1] nvme: extend log page implementation Matias BjÃrling (Mon Feb 26 2018 - 07:56:23 EST)
- Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one Greg Kroah-Hartman (Mon Feb 26 2018 - 07:59:11 EST)
- v4.16-rc0: missing includes in framebuffers break N900 compilation Pavel Machek (Mon Feb 26 2018 - 08:00:15 EST)
- [tip:timers/urgent] clocksource/drivers/fsl_ftm_timer: Fix error return checking tip-bot for Colin Ian King (Mon Feb 26 2018 - 08:01:24 EST)
- Re: [PATCH v2 1/1] nvme: implement log page low/high offset and dwords Johannes Thumshirn (Mon Feb 26 2018 - 08:02:41 EST)
- [PATCH] MAINTAINERS: update entries for ARM/STM32 Alexandre Torgue (Mon Feb 26 2018 - 08:04:18 EST)
- Re: [PATCH] gpiolib: Keep returning EPROBE_DEFER when we should Maxime Ripard (Mon Feb 26 2018 - 08:05:46 EST)
- Re: [PATCH] perf: arm_pmu_acpi: Fix armpmu_alloc call from invalid context Mark Rutland (Mon Feb 26 2018 - 08:05:50 EST)
- [PATCH v8 7/9] pinctrl: madera: Add DT bindings for Cirrus Logic Madera codecs Richard Fitzgerald (Mon Feb 26 2018 - 08:06:12 EST)
- [PATCH v8 5/9] mfd: madera: Register map tables for Cirrus Logic CS47L85 Richard Fitzgerald (Mon Feb 26 2018 - 08:06:47 EST)
- [PATCH v8 8/9] pinctrl: madera: Add driver for Cirrus Logic Madera codecs Richard Fitzgerald (Mon Feb 26 2018 - 08:06:58 EST)
- [PATCH v8 4/9] mfd: madera: Register map tables for Cirrus Logic CS47L35 Richard Fitzgerald (Mon Feb 26 2018 - 08:07:09 EST)
- [PATCH v8 3/9] mfd: madera: Add common support for Cirrus Logic Madera codecs Richard Fitzgerald (Mon Feb 26 2018 - 08:07:24 EST)
- [PATCH v8 6/9] mfd: madera: Register map tables for Cirrus Logic CS47L90/91 Richard Fitzgerald (Mon Feb 26 2018 - 08:07:37 EST)
- [PATCH v8 0/9] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs Richard Fitzgerald (Mon Feb 26 2018 - 08:08:04 EST)
- [PATCH v8 1/9] mfd: madera: Add register definitions for Cirrus Logic Madera codecs Richard Fitzgerald (Mon Feb 26 2018 - 08:08:08 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Mon Feb 26 2018 - 08:08:18 EST)
- Re: [RFC PATCH] irqchip/gic-v3-its: apply ACPI device based quirks Ard Biesheuvel (Mon Feb 26 2018 - 08:08:36 EST)
- [PATCH v8 9/9] gpio: madera: Support Cirrus Logic Madera class codecs Richard Fitzgerald (Mon Feb 26 2018 - 08:09:03 EST)
- [PATCH v8 2/9] mfd: madera: Add DT bindings for Cirrus Logic Madera codecs Richard Fitzgerald (Mon Feb 26 2018 - 08:09:20 EST)
- [PATCH v2] cpufreq: scpi: invoke frequency-invariance setter function Dietmar Eggemann (Mon Feb 26 2018 - 08:11:18 EST)
- Re: [PATCH v2 01/10] regmap: mmio: Add function to attach a clock Mark Brown (Mon Feb 26 2018 - 08:12:30 EST)
- Re: regression v4.16 on Nokia N900: sound does not work Pavel Machek (Mon Feb 26 2018 - 08:13:24 EST)
- RE: [PATCH] pinctrl: imx: fix unsigned check if nfuncs with less than or equal zero A.s. Dong (Mon Feb 26 2018 - 08:15:09 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support John Garry (Mon Feb 26 2018 - 08:15:32 EST)
- [PATCH V3 00/19] lightnvm: pblk: implement 2.0 support Javier GonzÃlez (Mon Feb 26 2018 - 08:19:34 EST)
- [PATCH 11/19] lightnvm: pblk: rename ppaf* to addrf* Javier GonzÃlez (Mon Feb 26 2018 - 08:19:51 EST)
- [PATCH 08/19] lightnvm: rename number of channels and luns Javier GonzÃlez (Mon Feb 26 2018 - 08:19:56 EST)
- [PATCH 07/19] lightnvm: complete 2.0 values in sysfs Javier GonzÃlez (Mon Feb 26 2018 - 08:20:06 EST)
- [PATCH 09/19] lightnvm: rename sect_* to sec_* Javier GonzÃlez (Mon Feb 26 2018 - 08:20:14 EST)
- [PATCH 10/19] lightnvm: add support for 2.0 address format Javier GonzÃlez (Mon Feb 26 2018 - 08:20:33 EST)
- [PATCH 12/19] lightnvn: pblk: use generic address format Javier GonzÃlez (Mon Feb 26 2018 - 08:20:55 EST)
- [PATCH] lightnvm: pblk: remove unused variable Javier GonzÃlez (Mon Feb 26 2018 - 08:21:15 EST)
- [PATCH 19/19] lightnvm: pblk: implement 2.0 support Javier GonzÃlez (Mon Feb 26 2018 - 08:21:30 EST)
- [PATCH 17/19] lightnvm: pblk: implement get log report chunk Javier GonzÃlez (Mon Feb 26 2018 - 08:21:42 EST)
- [PATCH 18/19] lightnvm: pblk: refactor init/exit sequences Javier GonzÃlez (Mon Feb 26 2018 - 08:21:49 EST)
- [PATCH 16/19] lightnvm: define chunk states Javier GonzÃlez (Mon Feb 26 2018 - 08:22:24 EST)
- [PATCH 15/19] lightnvm: implement get log report chunk helpers Javier GonzÃlez (Mon Feb 26 2018 - 08:22:34 EST)
- [PATCH 13/19] lightnvm: make address conversions depend on generic device Javier GonzÃlez (Mon Feb 26 2018 - 08:23:06 EST)
- [PATCH 06/19] lightnvm: pblk: check for supported version Javier GonzÃlez (Mon Feb 26 2018 - 08:23:11 EST)
- [PATCH 14/19] nvme: make nvme_get_log_ext available Javier GonzÃlez (Mon Feb 26 2018 - 08:23:30 EST)
- [PATCH 04/19] lightnvm: add shorten OCSSD version in geo Javier GonzÃlez (Mon Feb 26 2018 - 08:23:59 EST)
- [PATCH 02/19] lightnvm: add controller capabilities to 2.0 Javier GonzÃlez (Mon Feb 26 2018 - 08:24:08 EST)
- [PATCH 01/19] lightnvm: simplify geometry structure. Javier GonzÃlez (Mon Feb 26 2018 - 08:24:18 EST)
- [PATCH 03/19] lightnvm: add minor version to generic geometry Javier GonzÃlez (Mon Feb 26 2018 - 08:24:27 EST)
- [PATCH 05/19] lightnvm: complete geo structure with maxoc* Javier GonzÃlez (Mon Feb 26 2018 - 08:24:46 EST)
- [GIT pull] x86/pti updates for 4.16 Thomas Gleixner (Mon Feb 26 2018 - 08:25:19 EST)
- Re: [PATCH] MAINTAINERS: update entries for ARM/STM32 Maxime Coquelin (Mon Feb 26 2018 - 08:30:07 EST)
- Re: [07/18] thunderbolt: Handle rejected Thunderbolt devices Mika Westerberg (Mon Feb 26 2018 - 08:38:14 EST)
- Re: [PATCH] eeprom: New ee1004 driver for DDR4 memory Bartosz Golaszewski (Mon Feb 26 2018 - 08:40:52 EST)
- Re: [v1 1/1] xen, mm: Allow deferred page initialization for xen pv domains Pavel Tatashin (Mon Feb 26 2018 - 08:41:17 EST)
- Re: [PATCH V4 net 2/3] tuntap: disable preemption during XDP processing Jason Wang (Mon Feb 26 2018 - 08:44:06 EST)
- Re: [PATCH v8 1/9] mfd: madera: Add register definitions for Cirrus Logic Madera codecs Andy Shevchenko (Mon Feb 26 2018 - 08:46:59 EST)
- Re: [PATCHv4 1/2] ARM: imx53: add secure-reg-access support for PMU Sebastian Reichel (Mon Feb 26 2018 - 08:47:53 EST)
- [PATCH] locking/lockdep: Show unadorned pointers Borislav Petkov (Mon Feb 26 2018 - 08:49:59 EST)
- Re: [PATCH v2] Staging: bcm2048: Fix function argument alignment in radio-bcm2048.c. Hans Verkuil (Mon Feb 26 2018 - 08:51:33 EST)
- [PATCH v3 0/3] mm: improve zone->lock scalability Aaron Lu (Mon Feb 26 2018 - 08:52:55 EST)
- [PATCH v3 3/3] mm/free_pcppages_bulk: prefetch buddy while not holding lock Aaron Lu (Mon Feb 26 2018 - 08:53:07 EST)
- [PATCH v3 2/3] mm/free_pcppages_bulk: do not hold lock when picking pages to free Aaron Lu (Mon Feb 26 2018 - 08:53:19 EST)
- [PATCH v3 1/3] mm/free_pcppages_bulk: update pcp->count inside Aaron Lu (Mon Feb 26 2018 - 08:53:27 EST)
- Re: [PATCH v2] media: stm32-dcmi: fix lock scheme Hans Verkuil (Mon Feb 26 2018 - 08:57:05 EST)
- Re: [PATCH] perf annotate: Support to display the LBR data in tui mode Arnaldo Carvalho de Melo (Mon Feb 26 2018 - 08:57:25 EST)
- Re: [PATCH v8 3/9] mfd: madera: Add common support for Cirrus Logic Madera codecs Fabio Estevam (Mon Feb 26 2018 - 08:58:20 EST)
- RE: [PATCH 1/2 v5] tpm: cmd_ready command can be issued only after granting locality Winkler, Tomas (Mon Feb 26 2018 - 08:59:52 EST)
- Re: [alsa-devel] regression v4.16 on Nokia N900: sound does not work Daniel Baluta (Mon Feb 26 2018 - 09:02:29 EST)
- [PATCH v2 2/2] f2fs: expose extension_list sysfs entry Chao Yu (Mon Feb 26 2018 - 09:05:04 EST)
- Re: [PATCH v3] PCI: qcom: add missing supplies required for msm8996 Lorenzo Pieralisi (Mon Feb 26 2018 - 09:05:37 EST)
- Re: v4.16-rc0: missing includes in framebuffers break N900 compilation Tomi Valkeinen (Mon Feb 26 2018 - 09:07:03 EST)
- [PATCH] x86/xen: zero MSR_IA32_SPEC_CTRL before suspend Juergen Gross (Mon Feb 26 2018 - 09:08:29 EST)
- Multi MSI with multiple End Points Bharat Kumar Gogada (Mon Feb 26 2018 - 09:10:47 EST)
- [PATCH v2 01/18] thunderbolt: Resume control channel after hibernation image is created Mika Westerberg (Mon Feb 26 2018 - 09:11:07 EST)
- [PATCH v2 00/18] thunderbolt: Add support for Intel Titan Ridge Mika Westerberg (Mon Feb 26 2018 - 09:11:09 EST)
- [PATCH v2 17/18] thunderbolt: Introduce USB only (SL4) security level Mika Westerberg (Mon Feb 26 2018 - 09:11:19 EST)
- [PATCH v2 18/18] thunderbolt: Add support for Intel Titan Ridge Mika Westerberg (Mon Feb 26 2018 - 09:11:34 EST)
- [PATCH v2 10/18] thunderbolt: Add tb_switch_get() Mika Westerberg (Mon Feb 26 2018 - 09:11:46 EST)
- [PATCH v2 13/18] thunderbolt: Add constant for approval timeout Mika Westerberg (Mon Feb 26 2018 - 09:11:55 EST)
- Re: [PATCH v8 3/9] mfd: madera: Add common support for Cirrus Logic Madera codecs Andy Shevchenko (Mon Feb 26 2018 - 09:12:13 EST)
- [PATCH v2 07/18] thunderbolt: Handle rejected Thunderbolt devices Mika Westerberg (Mon Feb 26 2018 - 09:12:25 EST)
- [PATCH v2 04/18] thunderbolt: Do not overwrite error code when domain adding fails Mika Westerberg (Mon Feb 26 2018 - 09:12:34 EST)
- [PATCH v2 09/18] thunderbolt: Correct function name in kernel-doc comment Mika Westerberg (Mon Feb 26 2018 - 09:13:00 EST)
- Re: [PATCH v5 2/9] watchdog/hpwdt: Remove legacy NMI sourcing. Arnd Bergmann (Mon Feb 26 2018 - 09:13:12 EST)
- [PATCH v2 11/18] thunderbolt: Add tb_switch_find_by_route() Mika Westerberg (Mon Feb 26 2018 - 09:13:17 EST)
- Re: [PATCH v2] PCI: qcom: use regulator bulk api for apq8064 supplies Lorenzo Pieralisi (Mon Feb 26 2018 - 09:13:23 EST)
- [PATCH v2 05/18] thunderbolt: Wait a bit longer for root switch config space Mika Westerberg (Mon Feb 26 2018 - 09:13:48 EST)
- [PATCH v2 14/18] thunderbolt: Move driver ready handling to struct icm Mika Westerberg (Mon Feb 26 2018 - 09:14:00 EST)
- [PATCH v2 16/18] thunderbolt: Add support for preboot ACL Mika Westerberg (Mon Feb 26 2018 - 09:14:22 EST)
- [PATCH v2 03/18] thunderbolt: Handle connecting device in place of host properly Mika Westerberg (Mon Feb 26 2018 - 09:14:35 EST)
- [PATCH v2 15/18] thunderbolt: Add 'boot' attribute for devices Mika Westerberg (Mon Feb 26 2018 - 09:14:41 EST)
- [PATCH v2 08/18] thunderbolt: Factor common ICM add and update operations out Mika Westerberg (Mon Feb 26 2018 - 09:14:58 EST)
- [PATCH v2 02/18] thunderbolt: Serialize PCIe tunnel creation with PCI rescan Mika Westerberg (Mon Feb 26 2018 - 09:15:10 EST)
- [PATCH v2 12/18] thunderbolt: Add tb_xdomain_find_by_route() Mika Westerberg (Mon Feb 26 2018 - 09:15:20 EST)
- [PATCH net-next 2/3] net: mvpp2: adjust gso stop wake thresholds Antoine Tenart (Mon Feb 26 2018 - 09:15:31 EST)
- [PATCH net-next 3/3] net: mvpp2: align the ethtool ops definition Antoine Tenart (Mon Feb 26 2018 - 09:15:46 EST)
- [PATCH net-next 1/3] net: mvpp2: avoid checking for free aggregated descriptors twice Antoine Tenart (Mon Feb 26 2018 - 09:16:03 EST)
- [PATCH v2 06/18] thunderbolt: Wait a bit longer for ICM to authenticate the active NVM Mika Westerberg (Mon Feb 26 2018 - 09:16:16 EST)
- Re: [PATCH v8 9/9] gpio: madera: Support Cirrus Logic Madera class codecs Andy Shevchenko (Mon Feb 26 2018 - 09:17:02 EST)
- Re: [PATCH] media: stm32-dcmi: add JPEG support Hans Verkuil (Mon Feb 26 2018 - 09:17:15 EST)
- [PATCH 1/2] media: ov5695: mark PM functions as __maybe_unused Arnd Bergmann (Mon Feb 26 2018 - 09:18:51 EST)
- [PATCH 2/2] media: ov5695: mark PM functions as __maybe_unused Arnd Bergmann (Mon Feb 26 2018 - 09:19:07 EST)
- Re: [RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock() Luc Maranget (Mon Feb 26 2018 - 09:21:16 EST)
- Re: [PATCH v3 05/10] pwm: add PWM mode to pwm_config() Claudiu Beznea (Mon Feb 26 2018 - 09:24:38 EST)
- Re: [PATCH] eeprom: New ee1004 driver for DDR4 memory Jean Delvare (Mon Feb 26 2018 - 09:26:28 EST)
- Re: [PATCH 4/7] Protectable Memory Igor Stoppa (Mon Feb 26 2018 - 09:28:49 EST)
- Re: [PATCH] eeprom: New ee1004 driver for DDR4 memory Bartosz Golaszewski (Mon Feb 26 2018 - 09:32:46 EST)
- Re: [PATCH v5 2/9] watchdog/hpwdt: Remove legacy NMI sourcing. Guenter Roeck (Mon Feb 26 2018 - 09:32:55 EST)
- [PATCH 0/2 v3] mmc: dw_mmc: Fix DTO/STO timeout overflow calculation Evgeniy Didin (Mon Feb 26 2018 - 09:34:29 EST)
- [PATCH 1/2 v3] mmc: dw_mmc: Fix the DTO timeout overflow calculation for 32-bit systems Evgeniy Didin (Mon Feb 26 2018 - 09:34:39 EST)
- [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO overflow calculation for 32-bit systems Evgeniy Didin (Mon Feb 26 2018 - 09:34:44 EST)
- [PATCH] x86/spectre_v2: Don't check bad microcode versions when running under hypervisors. Konrad Rzeszutek Wilk (Mon Feb 26 2018 - 09:35:01 EST)
- [PATCH v2] x86/spectre_v2: Don't check bad microcode versions when running under hypervisors. Konrad Rzeszutek Wilk (Mon Feb 26 2018 - 09:35:01 EST)
- Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device Andy Shevchenko (Mon Feb 26 2018 - 09:35:03 EST)
- [PATCH v4 1/2] dt-binding: timer: document NPCM7xx timer DT bindings Tomer Maimon (Mon Feb 26 2018 - 09:37:12 EST)
- [PATCH v4 0/2] clocksource: npcm: add NPCM7xx timer driver Tomer Maimon (Mon Feb 26 2018 - 09:37:21 EST)
- [PATCH v4 2/2] clocksource: npcm: add NPCM7xx timer driver Tomer Maimon (Mon Feb 26 2018 - 09:37:29 EST)
- Re: [PATCH v3 0/3] new driver for Valve Steam Controller Rodrigo Rivas Costa (Mon Feb 26 2018 - 09:38:16 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Konrad Rzeszutek Wilk (Mon Feb 26 2018 - 09:39:30 EST)
- Re: [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO overflow calculation for 32-bit systems Andy Shevchenko (Mon Feb 26 2018 - 09:40:04 EST)
- Re: [PATCH 1/2 v3] mmc: dw_mmc: Fix the DTO timeout overflow calculation for 32-bit systems Andy Shevchenko (Mon Feb 26 2018 - 09:40:44 EST)
- [RESEND PATCH v3 1/2] acpi: thermal: initialize tz_enabled to 1 Enric Balletbo i Serra (Mon Feb 26 2018 - 09:41:34 EST)
- [RESEND PATCH v3 2/2] thermal: core: introduce thermal zone device mode control Enric Balletbo i Serra (Mon Feb 26 2018 - 09:41:47 EST)
- [PATCH] printk: Wake klogd when passing console_lock owner Petr Mladek (Mon Feb 26 2018 - 09:44:20 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Andy Shevchenko (Mon Feb 26 2018 - 09:44:33 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Andy Shevchenko (Mon Feb 26 2018 - 09:45:50 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Mon Feb 26 2018 - 09:46:24 EST)
- Re: [PATCH 1/3] staging: lustre: lov: use correct env in lov_io_data_version_end() James Simmons (Mon Feb 26 2018 - 09:48:09 EST)
- Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device Corey Minyard (Mon Feb 26 2018 - 09:48:20 EST)
- Re: [RESEND PATCH v3 2/2] thermal: core: introduce thermal zone device mode control Andy Shevchenko (Mon Feb 26 2018 - 09:48:31 EST)
- Re: [PATCH 2/3] staging: lustre: lmv: correctly iput lmo_root James Simmons (Mon Feb 26 2018 - 09:48:42 EST)
- Re: [PATCH 3/3] staging: lustre: lnet/selftest: don't ignore status from lstcon_test_add James Simmons (Mon Feb 26 2018 - 09:49:03 EST)
- Re: [PATCH 2/4] usb: dwc3: add dwc3 glue layer for UniPhier SoCs Masahiro Yamada (Mon Feb 26 2018 - 09:49:47 EST)
- [PATCH 1/2] ARM: dts: imx6: RDU2: Add RAVE SP device Andrey Smirnov (Mon Feb 26 2018 - 09:50:08 EST)
- [PATCH 2/2] ARM: dts: imx51-zii-rdu1: Add node for RAVE SP device Andrey Smirnov (Mon Feb 26 2018 - 09:50:18 EST)
- Re: [PATCH v4 1/2] x86/apic: Move pending intr check code into it's own function Andy Shevchenko (Mon Feb 26 2018 - 09:52:30 EST)
- Re: [next] wil6210: fix spelling mistake: "preperation"-> "preparation" Kalle Valo (Mon Feb 26 2018 - 09:54:03 EST)
- [PATCH v2 0/2] Introduce DW AXI DMAC driver Eugeniy Paltsev (Mon Feb 26 2018 - 09:56:41 EST)
- [PATCH v2 2/2] dt-bindings: Document the Synopsys DW AXI DMA bindings Eugeniy Paltsev (Mon Feb 26 2018 - 09:56:51 EST)
- [PATCH v2 1/2] dmaengine: Introduce DW AXI DMAC driver Eugeniy Paltsev (Mon Feb 26 2018 - 09:57:03 EST)
- Re: [PATCH v2 2/2] i2c: add support for Socionext SynQuacer I2C controller Ard Biesheuvel (Mon Feb 26 2018 - 09:58:28 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support Andy Shevchenko (Mon Feb 26 2018 - 10:02:57 EST)
- [RFC PATCH v2 01/12] h8300: Don't include linux/kernel.h in asm/atomic.h Will Deacon (Mon Feb 26 2018 - 10:05:07 EST)
- [RFC PATCH v2 08/12] arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUG Will Deacon (Mon Feb 26 2018 - 10:05:15 EST)
- [RFC PATCH v2 03/12] asm-generic: Move some macros from linux/bitops.h to a new bits.h file Will Deacon (Mon Feb 26 2018 - 10:05:27 EST)
- [PATCH v4] usb: core: Add "quirks" parameter for usbcore Kai-Heng Feng (Mon Feb 26 2018 - 10:05:33 EST)
- [RFC PATCH v2 02/12] m68k: Don't use asm-generic/bitops/lock.h Will Deacon (Mon Feb 26 2018 - 10:05:52 EST)
- [RFC PATCH v2 00/12] Rewrite asm-generic/bitops/{atomic,lock}.h and use on arm64 Will Deacon (Mon Feb 26 2018 - 10:06:16 EST)
- [RFC PATCH v2 07/12] arm64: lse: Include compiler_types.h and export.h for out-of-line LL/SC Will Deacon (Mon Feb 26 2018 - 10:06:40 EST)
- [RFC PATCH v2 05/12] sh: Don't pull in all of linux/bitops.h in asm/cmpxchg-xchg.h Will Deacon (Mon Feb 26 2018 - 10:06:48 EST)
- [RFC PATCH v2 06/12] arm64: fpsimd: include <linux/init.h> in fpsimd.h Will Deacon (Mon Feb 26 2018 - 10:06:59 EST)
- Re: [PATCH 2/2] efi/esrt: mark ESRT memory region as nomap Ard Biesheuvel (Mon Feb 26 2018 - 10:07:20 EST)
- [RFC PATCH v2 09/12] asm-generic/bitops/atomic.h: Rewrite using atomic_fetch_* Will Deacon (Mon Feb 26 2018 - 10:07:33 EST)
- [RFC PATCH v2 10/12] asm-generic/bitops/lock.h: Rewrite using atomic_fetch_* Will Deacon (Mon Feb 26 2018 - 10:07:43 EST)
- Re: [RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support John Garry (Mon Feb 26 2018 - 10:07:50 EST)
- [PATCH 1/3] mfd: rave-sp: Add code to print firmware versions Andrey Smirnov (Mon Feb 26 2018 - 10:08:00 EST)
- [PATCH 3/3] mfd: rave-sp: Check received frame length before accepting next byte Andrey Smirnov (Mon Feb 26 2018 - 10:08:05 EST)
- [PATCH 2/3] mfd: rave-sp: Convert print_hex_dump() to print_hex_dump_debug() Andrey Smirnov (Mon Feb 26 2018 - 10:08:26 EST)
- [RFC PATCH v2 11/12] arm64: Replace our atomic/lock bitop implementations with asm-generic Will Deacon (Mon Feb 26 2018 - 10:08:43 EST)
- [RFC PATCH v2 12/12] arm64: bitops: Include <asm-generic/bitops/ext2-atomic-setbit.h> Will Deacon (Mon Feb 26 2018 - 10:08:50 EST)
- Re: [PATCH 2/2] efi/esrt: mark ESRT memory region as nomap Tyler Baicar (Mon Feb 26 2018 - 10:09:00 EST)
- Re: [PATCH 4/7] sched/fair: Avoid unnecessary balancing of asymmetric capacity groups Morten Rasmussen (Mon Feb 26 2018 - 10:09:18 EST)
- [RFC PATCH v2 04/12] openrisc: Don't pull in all of linux/bitops.h in asm/cmpxchg.h Will Deacon (Mon Feb 26 2018 - 10:09:36 EST)
- [PATCH] dt-bindings: irqchip: renesas-irqc: Document R-Car M3-N support Geert Uytterhoeven (Mon Feb 26 2018 - 10:25:29 EST)
- Re: [PATCH v2 2/2] pinctrl: stm32: Optimizes and enhances stm32gpio irqchip Ludovic BARRE (Mon Feb 26 2018 - 10:26:13 EST)
- Re: [RFC PATCH V4] pci: virtio_pci: Add SR-IOV support for virtio_pci devices Alexander Duyck (Mon Feb 26 2018 - 10:26:25 EST)
- [PATCH 02/11] kexec_file: Remove checks in kexec_purgatory_load Philipp Rudo (Mon Feb 26 2018 - 10:26:55 EST)
- [PATCH 03/11] kexec_file: Make purgatory_info->ehdr const Philipp Rudo (Mon Feb 26 2018 - 10:27:10 EST)
- [PATCH] Drivers: Improve readability by removing warnings Thomas Avery (Mon Feb 26 2018 - 10:28:03 EST)
- Re: [PATCH v4 4/6] arm64: dts: exynos: add OF graph between MHL and USB connector Krzysztof Kozlowski (Mon Feb 26 2018 - 10:30:13 EST)
- [PATCH ipmi/kcs_bmc v5] ipmi: kcs_bmc: coding-style fixes and use new poll type Haiyue Wang (Mon Feb 26 2018 - 10:30:27 EST)
- [PATCH] Drivers: Improve readability and remove warning errors Thomas Avery (Mon Feb 26 2018 - 10:31:33 EST)
- [PATCH] ipmi: Add or fix SPDX-License-Identifier in all files minyard (Mon Feb 26 2018 - 10:31:41 EST)
- Re: [PATCH] kernel: Downgrade warning for unsafe parameters Jani Nikula (Mon Feb 26 2018 - 10:31:50 EST)
- [PATCH 07/11] kexec_file: Simplify kexec_purgatory_setup_sechdrs 1 Philipp Rudo (Mon Feb 26 2018 - 10:31:57 EST)
- Re: [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO overflow calculation for 32-bit systems Evgeniy Didin (Mon Feb 26 2018 - 10:33:55 EST)
- Re: [PATCH v2 18/18] thunderbolt: Add support for Intel Titan Ridge Andy Shevchenko (Mon Feb 26 2018 - 10:34:24 EST)
- [PATCH] kernel: Downgrade warning for unsafe parameters Chris Wilson (Mon Feb 26 2018 - 10:36:31 EST)
- Re: [PATCH v8 3/9] mfd: madera: Add common support for Cirrus Logic Madera codecs Richard Fitzgerald (Mon Feb 26 2018 - 10:37:10 EST)
- Re: [PATCH v2] block: rbd: update sysfs interface Ilya Dryomov (Mon Feb 26 2018 - 10:37:22 EST)
- Re: [RFC PATCH v2 06/12] arm64: fpsimd: include <linux/init.h> in fpsimd.h Mark Rutland (Mon Feb 26 2018 - 10:37:32 EST)
- Re: [PATCH 7/7] Documentation for Pmalloc Igor Stoppa (Mon Feb 26 2018 - 10:39:50 EST)
- [PATCH 08/11] kexec_file: Simplify kexec_purgatory_setup_sechdrs 2 Philipp Rudo (Mon Feb 26 2018 - 10:41:03 EST)
- Re: [PATCH] char/ipmi: add documentation for sysfs interface Corey Minyard (Mon Feb 26 2018 - 10:41:17 EST)
- 91f606a8fa ("x86/mm: Replace compile-time checks for 5-level .."): BUG: kernel reboot-without-warning in boot stage kernel test robot (Mon Feb 26 2018 - 10:41:33 EST)
- [PATCH 2/2] dt-bindings: input: Add binding for RAVE SP input driver Andrey Smirnov (Mon Feb 26 2018 - 10:41:51 EST)
- Re: [RFC 4/4] drm/msm/mdp5: writeback support Sean Paul (Mon Feb 26 2018 - 10:41:56 EST)
- Re: [OpenRISC] Removing architectures without upstream gcc support whitequark (Mon Feb 26 2018 - 10:42:08 EST)
- Re: [PATCH v2 1/2] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain Ludovic BARRE (Mon Feb 26 2018 - 10:42:28 EST)
- Re: [RFC PATCH v2 07/12] arm64: lse: Include compiler_types.h and export.h for out-of-line LL/SC Mark Rutland (Mon Feb 26 2018 - 10:42:40 EST)
- [PATCH 1/2] input: Add RAVE SP Powerbutton driver Andrey Smirnov (Mon Feb 26 2018 - 10:43:15 EST)
- [PATCH 05/11] kexec_file: Use read-only sections in arch_kexec_apply_relocations* Philipp Rudo (Mon Feb 26 2018 - 10:44:18 EST)
- Re: regression v4.16 on Nokia N900:/dev/input/event6 aka AV Jack support disappeared Andrew F. Davis (Mon Feb 26 2018 - 10:45:22 EST)
- RE: [PATCH 0/8] Decode IA32/X64 CPER Ghannam, Yazen (Mon Feb 26 2018 - 10:46:28 EST)
- [PATCH ipmi/kcs_bmc v6] ipmi: kcs_bmc: coding-style fixes and use new poll type Haiyue Wang (Mon Feb 26 2018 - 10:47:12 EST)
- Re: [PATCH v3 3/6] xfs, dax: introduce IS_FSDAX() Dan Williams (Mon Feb 26 2018 - 10:48:17 EST)
- [PATCH 0/1] Additional strict check on ELF file. Ilya Smith (Mon Feb 26 2018 - 10:48:24 EST)
- [PATCH 1/1] Additional strict check on ELF file. Checks segments are followed in order of 'p_vaddr ' value ascending. It fixes erorr in total_mapping_size with computation total size. This error happens if segments in ELF file are not in order. Ilya Smith (Mon Feb 26 2018 - 10:48:41 EST)
- Re: [RFC PATCH v2 08/12] arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUG Mark Rutland (Mon Feb 26 2018 - 10:48:59 EST)
- [PATCH v15 9/9] MAINTAINERS: Add maintainer for HiSilicon LPC driver John Garry (Mon Feb 26 2018 - 10:50:26 EST)
- Re: [PATCH V2 1/2] [media] Add Rockchip RK1608 driver Heiko Stuebner (Mon Feb 26 2018 - 10:50:37 EST)
- [PATCH v1] genirq: Add wakeup sysfs node to show IRQ wakeup state Andy Shevchenko (Mon Feb 26 2018 - 10:50:55 EST)
- Re: [PATCH ipmi/kcs_bmc v6] ipmi: kcs_bmc: coding-style fixes and use new poll type Corey Minyard (Mon Feb 26 2018 - 10:51:08 EST)
- [PATCH v15 7/9] ACPI / scan: do not enumerate Indirect IO host children John Garry (Mon Feb 26 2018 - 10:51:33 EST)
- [PATCH v15 2/9] PCI: Remove unused __weak attribute in pci_register_io_range() John Garry (Mon Feb 26 2018 - 10:51:49 EST)
- [PATCH v15 4/9] PCI: Apply the new generic I/O management on PCI IO hosts John Garry (Mon Feb 26 2018 - 10:52:04 EST)
- [PATCH v15 3/9] PCI: Add fwnode handler as input param of pci_register_io_range() John Garry (Mon Feb 26 2018 - 10:52:23 EST)
- [PATCH v15 6/9] HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings John Garry (Mon Feb 26 2018 - 10:52:44 EST)
- [PATCH v15 0/9] LPC: legacy ISA I/O support John Garry (Mon Feb 26 2018 - 10:53:06 EST)
- [PATCH v15 8/9] HISI LPC: Add ACPI support John Garry (Mon Feb 26 2018 - 10:53:34 EST)
- Re: [PATCH ipmi/kcs_bmc v6] ipmi: kcs_bmc: coding-style fixes and use new poll type Wang, Haiyue (Mon Feb 26 2018 - 10:53:38 EST)
- Re: [PATCH 1/4] auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed Miguel Ojeda (Mon Feb 26 2018 - 10:54:05 EST)
- Re: [PATCH v3 6/7] arm64: allwinner: h6: add the basical Allwinner H6 DTSI file Samuel Holland (Mon Feb 26 2018 - 10:54:12 EST)
- [PATCH v15 5/9] OF: Add missing I/O range exception for indirect-IO devices John Garry (Mon Feb 26 2018 - 10:55:07 EST)
- [PATCH v15 1/9] LIB: Introduce a generic PIO mapping method John Garry (Mon Feb 26 2018 - 10:55:29 EST)
- RE: [PATCH 2/8] efi: Decode IA32/X64 Processor Error Section Ghannam, Yazen (Mon Feb 26 2018 - 10:56:07 EST)
- Re: [PATCH] usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers Bin Liu (Mon Feb 26 2018 - 10:57:29 EST)
- Re: [PATCH v3] printk: Relocate wake_klogd check close to the end of console_unlock() Petr Mladek (Mon Feb 26 2018 - 10:57:42 EST)
- Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI Philippe Ombredanne (Mon Feb 26 2018 - 10:57:51 EST)
- Re: [PATCH V2] nvme-pci: set cq_vector to -1 if io queue setup fails Keith Busch (Mon Feb 26 2018 - 10:58:20 EST)
- Re: [PATCH 2/4] auxdisplay: charlcd: name x/y address struct Miguel Ojeda (Mon Feb 26 2018 - 11:00:07 EST)
- RE: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure Ghannam, Yazen (Mon Feb 26 2018 - 11:00:21 EST)
- RE: [PATCH 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs Ghannam, Yazen (Mon Feb 26 2018 - 11:01:44 EST)
- Re: [PATCH v3] printk: Relocate wake_klogd check close to the end of console_unlock() Sergey Senozhatsky (Mon Feb 26 2018 - 11:01:58 EST)
- [v2 0/1] Allow deferred page initialization for xen pv domains Pavel Tatashin (Mon Feb 26 2018 - 11:02:34 EST)
- [v2 1/1] xen, mm: Allow deferred page initialization for xen pv domains Pavel Tatashin (Mon Feb 26 2018 - 11:02:58 EST)
- Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one Nathan Chancellor (Mon Feb 26 2018 - 11:03:27 EST)
- Re: [PATCH 3/8] efi: Decode IA32/X64 Processor Error Info Structure Ard Biesheuvel (Mon Feb 26 2018 - 11:04:40 EST)
- RE: [PATCH 8/8] efi: Decode IA32/X64 Context Info structure Ghannam, Yazen (Mon Feb 26 2018 - 11:05:13 EST)
- Re: [PATCH 8/8] efi: Decode IA32/X64 Context Info structure Ard Biesheuvel (Mon Feb 26 2018 - 11:06:06 EST)
- Re: [RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock() Linus Torvalds (Mon Feb 26 2018 - 11:07:06 EST)
- [PATCH 10/11] kexec_file: Allow archs to set purgatory load address Philipp Rudo (Mon Feb 26 2018 - 11:08:50 EST)
- [PATCH 00/11] kexec_file: Clean up purgatory load Philipp Rudo (Mon Feb 26 2018 - 11:11:28 EST)
- Re: [PATCH] arm64: rename the function arm64_is_ras_serror() to avoid confusion gengdongjiu (Mon Feb 26 2018 - 11:13:11 EST)
- Re: [GIT PULL] KVM changes for 4.16-rc3 Linus Torvalds (Mon Feb 26 2018 - 11:13:18 EST)
- [PATCH 09/11] kexec_file: Remove mis-use of sh_offset field Philipp Rudo (Mon Feb 26 2018 - 11:13:49 EST)
- Re: `do_IRQ: 1.55 No irq handler for vector` on ASRock E350M1 Tom Lendacky (Mon Feb 26 2018 - 11:14:26 EST)
- Re: [RFC PATCH] e1000e: Fix link check race condition. Alexander Duyck (Mon Feb 26 2018 - 11:14:45 EST)
- Re: [PATCH] x86/xen: zero MSR_IA32_SPEC_CTRL before suspend Jan Beulich (Mon Feb 26 2018 - 11:17:26 EST)
- Re: [PATCH 01/15] clk: sunxi-ng: Add check for minimal rate to NM PLLs Jernej Åkrabec (Mon Feb 26 2018 - 11:17:54 EST)
- Re: [PATCH 08/15] drm/sun4i: Fix polarity configuration for DW HDMI PHY Jernej Åkrabec (Mon Feb 26 2018 - 11:20:08 EST)
- Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Icenowy Zheng (Mon Feb 26 2018 - 11:21:52 EST)
- [PATCH 06/11] kexec_file: Split up __kexec_load_puragory Philipp Rudo (Mon Feb 26 2018 - 11:22:54 EST)
- Re: [PATCH 11/15] drm/sun4i: Add support for H3 HDMI PHY variant Jernej Åkrabec (Mon Feb 26 2018 - 11:24:27 EST)
- Re: [PATCH] nvme-multipath: fix sysfs dangerously created links Keith Busch (Mon Feb 26 2018 - 11:24:33 EST)
- Re: [RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock() Will Deacon (Mon Feb 26 2018 - 11:24:46 EST)
- Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Jernej Åkrabec (Mon Feb 26 2018 - 11:26:15 EST)
- Re: [PATCH v1 2/4] x86/pci: Re-use new dmi_get_bios_year() helper Jean Delvare (Mon Feb 26 2018 - 11:28:41 EST)
- [PATCH 1/4] staging: fsl-mc/dpio: Fix incorrect casts Ioana Radulescu (Mon Feb 26 2018 - 11:29:52 EST)
- [PATCH 2/4] staging: fsl-mc/dpio: allow the driver to compile multi-arch Ioana Radulescu (Mon Feb 26 2018 - 11:29:54 EST)
- [PATCH 4/4] staging: fsl-dpaa2/eth: allow the driver to compile multi-arch Ioana Radulescu (Mon Feb 26 2018 - 11:30:01 EST)
- [PATCH 0/4] staging: fsl-mc/dpio, fsl-dpaa2/eth: Enable multi-arch compile Ioana Radulescu (Mon Feb 26 2018 - 11:30:22 EST)
- [PATCH 3/4] staging: fsl-dpaa2/eth: Fix incorrect casts Ioana Radulescu (Mon Feb 26 2018 - 11:30:40 EST)
- Re: `do_IRQ: 1.55 No irq handler for vector` on ASRock E350M1 Borislav Petkov (Mon Feb 26 2018 - 11:31:32 EST)
- Re: [PATCH net-next] net/ncsi: Add generic netlink family David Miller (Mon Feb 26 2018 - 11:31:50 EST)
- Re: [PATCH v1 3/4] ACPI / sleep: Re-use new dmi_get_bios_year() helper Jean Delvare (Mon Feb 26 2018 - 11:32:03 EST)
- Re: [net-next PATCH 1/2] mlxsw: spectrum_kvdl: use div_u64() for 64-bit division David Miller (Mon Feb 26 2018 - 11:33:33 EST)
- Re: [net-next PATCH 2/2] mlxsw: spectrum_kvdl: avoid uninitialized variable warning David Miller (Mon Feb 26 2018 - 11:33:37 EST)
- Re: [PATCH] sfc: falcon: remove duplicated bit-wise or of LOOPBACK_SGMII David Miller (Mon Feb 26 2018 - 11:34:13 EST)
- Re: [PATCH v6 4/5] fuse: Ensure posix acls are translated outside of init_user_ns Eric W. Biederman (Mon Feb 26 2018 - 11:36:01 EST)
- Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Jernej Åkrabec (Mon Feb 26 2018 - 11:36:17 EST)
- Re: [PATCH][next] xen-netback: make function xenvif_rx_skb static David Miller (Mon Feb 26 2018 - 11:37:25 EST)
- Re: `do_IRQ: 1.55 No irq handler for vector` on ASRock E350M1 Morton, Eric (Mon Feb 26 2018 - 11:37:38 EST)
- Re: [PATCH 3/7] struct page: add field for vm_struct Igor Stoppa (Mon Feb 26 2018 - 11:38:12 EST)
- Re: [PATCH v2] staging: android: ashmem: Fix lockdep issue during llseek Todd Kjos (Mon Feb 26 2018 - 11:38:37 EST)
- [PATCH 04/11] kexec_file: Search symbols in read-only kexec_purgatory Philipp Rudo (Mon Feb 26 2018 - 11:39:50 EST)
- Re: `do_IRQ: 1.55 No irq handler for vector` on ASRock E350M1 Tom Lendacky (Mon Feb 26 2018 - 11:40:01 EST)
- [PATCH 1/2] crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->buf Christophe Leroy (Mon Feb 26 2018 - 11:40:13 EST)
- [PATCH 2/2] crypto: talitos - do not perform unnecessary dma synchronisation Christophe Leroy (Mon Feb 26 2018 - 11:40:23 EST)
- Re: [PATCH] usbip: vudc: fix null pointer dereference on udc->lock Shuah Khan (Mon Feb 26 2018 - 11:40:44 EST)
- Re: `do_IRQ: 1.55 No irq handler for vector` on ASRock E350M1 Tom Lendacky (Mon Feb 26 2018 - 11:42:38 EST)
- [PATCH 11/11] kexec_file: Move purgatories sha256 to common code Philipp Rudo (Mon Feb 26 2018 - 11:42:59 EST)
- Re: [PATCH v2 1/2] dmaengine: Introduce DW AXI DMAC driver Andy Shevchenko (Mon Feb 26 2018 - 11:43:08 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Miguel Ojeda (Mon Feb 26 2018 - 11:49:51 EST)
- Re: [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO overflow calculation for 32-bit systems Andy Shevchenko (Mon Feb 26 2018 - 11:53:54 EST)
- Re: [PATCH 1/2] selftests: ion: Remove some prints Shuah Khan (Mon Feb 26 2018 - 11:55:01 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Miguel Ojeda (Mon Feb 26 2018 - 11:55:27 EST)
- [PATCH 01/11] kexec_file: Silence compile warnings Philipp Rudo (Mon Feb 26 2018 - 11:57:18 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Miguel Ojeda (Mon Feb 26 2018 - 11:57:46 EST)
- general protection fault in smc_create syzbot (Mon Feb 26 2018 - 11:59:18 EST)
- Re: [RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock() Linus Torvalds (Mon Feb 26 2018 - 12:00:50 EST)
- Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support Alexandre Torgue (Mon Feb 26 2018 - 12:01:31 EST)
- Re: [PATCH v4] arch: arm: mach-stm32: Fix copyright Alexandre Torgue (Mon Feb 26 2018 - 12:02:06 EST)
- Re: [PATCH 1/2] ARM: dts: exynos: Fix address of PPMU ACP on Exynos4210 Krzysztof Kozlowski (Mon Feb 26 2018 - 12:04:52 EST)
- Re: [PATCH v2 2/2] i2c: add support for Socionext SynQuacer I2C controller Andy Shevchenko (Mon Feb 26 2018 - 12:06:06 EST)
- Re: Fwd: Re: Kernel panic with 4.16-rc1 (and 4.16-rc2) running selftest Khalid Aziz (Mon Feb 26 2018 - 12:06:13 EST)
- [PATCH 0/4] MIPS: Introduce isa-rev.h to define MIPS_ISA_REV Matt Redfearn (Mon Feb 26 2018 - 12:06:26 EST)
- [PATCH 2/4] MIPS: cpu-features.h: Replace __mips_isa_rev with MIPS_ISA_REV Matt Redfearn (Mon Feb 26 2018 - 12:06:31 EST)
- [PATCH 1/4] MIPS: Introduce isa-rev.h to define MIPS_ISA_REV Matt Redfearn (Mon Feb 26 2018 - 12:06:41 EST)
- Re: [PATCH v8 3/9] mfd: madera: Add common support for Cirrus Logic Madera codecs Richard Fitzgerald (Mon Feb 26 2018 - 12:06:54 EST)
- Re: [PATCH 2/2] selftests: ion: Add simple test with the vgem driver Shuah Khan (Mon Feb 26 2018 - 12:07:24 EST)
- [PATCH 3/4] MIPS: BPF: Replace __mips_isa_rev with MIPS_ISA_REV Matt Redfearn (Mon Feb 26 2018 - 12:08:12 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Andy Shevchenko (Mon Feb 26 2018 - 12:09:35 EST)
- Re: [RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock() Will Deacon (Mon Feb 26 2018 - 12:10:15 EST)
- Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI Sudeep Holla (Mon Feb 26 2018 - 12:11:11 EST)
- [PATCH v2 0/5] Enlightened VMCS support for KVM on Hyper-V Vitaly Kuznetsov (Mon Feb 26 2018 - 12:11:34 EST)
- [PATCH v2 1/5] x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGE Vitaly Kuznetsov (Mon Feb 26 2018 - 12:11:37 EST)
- [PATCH v2 3/5] x86/hyper-v: define struct hv_enlightened_vmcs and clean field bits Vitaly Kuznetsov (Mon Feb 26 2018 - 12:11:45 EST)
- [PATCH v2 4/5] x86/hyper-v: detect nested features Vitaly Kuznetsov (Mon Feb 26 2018 - 12:11:58 EST)
- [PATCH 4/4] MIPS: VDSO: Replace __mips_isa_rev with MIPS_ISA_REV Matt Redfearn (Mon Feb 26 2018 - 12:12:10 EST)
- [PATCH v2 5/5] x86/kvm: use Enlightened VMCS when running on Hyper-V Vitaly Kuznetsov (Mon Feb 26 2018 - 12:12:33 EST)
- [PATCH v2 2/5] x86/hyper-v: allocate and use Virtual Processor Assist Pages Vitaly Kuznetsov (Mon Feb 26 2018 - 12:13:09 EST)
- Re: [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO overflow calculation for 32-bit systems Evgeniy Didin (Mon Feb 26 2018 - 12:14:37 EST)
- Re: [PATCH] rcu: Remove the unnecessary separate function, rcu_preempt_do_callback() Steven Rostedt (Mon Feb 26 2018 - 12:15:24 EST)
- Re: [PATCH v2 2/2] i2c: add support for Socionext SynQuacer I2C controller Ard Biesheuvel (Mon Feb 26 2018 - 12:16:30 EST)
- Re: [PATCH 4/4] auxdisplay: charlcd: make home command unshift display Miguel Ojeda (Mon Feb 26 2018 - 12:17:03 EST)
- [PATCH v2 0/2] pci: endpoint: Fix double free in pci_epf_create() Rolf Evers-Fischer (Mon Feb 26 2018 - 12:17:12 EST)
- [PATCH v2 1/2] pci: endpoint: Simplify name allocation for epf device Rolf Evers-Fischer (Mon Feb 26 2018 - 12:17:31 EST)
- [PATCH v2 2/2] pci: endpoint: Fix kernel panic after put_device() Rolf Evers-Fischer (Mon Feb 26 2018 - 12:17:43 EST)
- Re: [PATCH v8 18/24] mm: Provide speculative fault infrastructure Daniel Jordan (Mon Feb 26 2018 - 12:18:47 EST)
- Re: [PATCH v8 3/9] mfd: madera: Add common support for Cirrus Logic Madera codecs Andy Shevchenko (Mon Feb 26 2018 - 12:19:29 EST)
- Re: [PATCH v8 9/9] gpio: madera: Support Cirrus Logic Madera class codecs Richard Fitzgerald (Mon Feb 26 2018 - 12:19:44 EST)
- Re: [PATCH] usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers Merlijn Wajer (Mon Feb 26 2018 - 12:20:11 EST)
- Re: [4.4, 027/193] binder: check for binder_thread allocation failure in binder_poll() Guenter Roeck (Mon Feb 26 2018 - 12:21:30 EST)
- [net-next v2 0/4] DPAA Ethernet fixes Madalin Bucur (Mon Feb 26 2018 - 12:24:43 EST)
- [net-next v2 2/4] dpaa_eth: make sure all Rx errors are counted Madalin Bucur (Mon Feb 26 2018 - 12:24:50 EST)
- [net-next v2 4/4] dpaa_eth: Add allmulti option Madalin Bucur (Mon Feb 26 2018 - 12:24:55 EST)
- [net-next v2 3/4] dpaa_eth: refactor frag count checking Madalin Bucur (Mon Feb 26 2018 - 12:25:26 EST)
- [net-next v2 1/4] dpaa_eth: fix SG mapping Madalin Bucur (Mon Feb 26 2018 - 12:25:51 EST)
- Re: [PATCH v2 2/3] misc: pci_endpoint_test: Handle 64-bit BARs properly Lorenzo Pieralisi (Mon Feb 26 2018 - 12:26:34 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Miguel Ojeda (Mon Feb 26 2018 - 12:26:38 EST)
- Re: DM Regression in 4.16-rc1 - read() returns data when it shouldn't Thorsten Leemhuis (Mon Feb 26 2018 - 12:31:49 EST)
- Re: [PATCH 1/7] genalloc: track beginning of allocations J Freyensee (Mon Feb 26 2018 - 12:33:12 EST)
- [PATCH 0/2] xen: fix bugs in error conditions Amit Shah (Mon Feb 26 2018 - 12:36:55 EST)
- [PATCH 1/2] xen: fix out-of-bounds irq unbind for MSI message groups Amit Shah (Mon Feb 26 2018 - 12:37:03 EST)
- [PATCH 2/2] xen: events: free irqs in error condition Amit Shah (Mon Feb 26 2018 - 12:37:14 EST)
- Re: [PATCH v8 3/9] mfd: madera: Add common support for Cirrus Logic Madera codecs Richard Fitzgerald (Mon Feb 26 2018 - 12:37:32 EST)
- Re: [OMPI devel] [PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe Nathan Hjelm (Mon Feb 26 2018 - 12:38:40 EST)
- Re: [PATCH] usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers Bin Liu (Mon Feb 26 2018 - 12:38:44 EST)
- Re: [PATCH v8 1/9] mfd: madera: Add register definitions for Cirrus Logic Madera codecs Richard Fitzgerald (Mon Feb 26 2018 - 12:41:59 EST)
- Re: [PATCH 2/7] genalloc: selftest J Freyensee (Mon Feb 26 2018 - 12:46:53 EST)
- [PATCH 3/5] f2fs: set readdir_ra by default Jaegeuk Kim (Mon Feb 26 2018 - 12:47:42 EST)
- [PATCH 5/5] f2fs: don't stop GC if GC is contended Jaegeuk Kim (Mon Feb 26 2018 - 12:47:50 EST)
- [PATCH 1/5] f2fs: add mount option for segment allocation policy Jaegeuk Kim (Mon Feb 26 2018 - 12:48:03 EST)
- [PATCH 4/5] f2fs: issue discard aggressively in the gc_urgent mode Jaegeuk Kim (Mon Feb 26 2018 - 12:48:06 EST)
- [PATCH 2/5] f2fs: add auto tuning for small devices Jaegeuk Kim (Mon Feb 26 2018 - 12:48:27 EST)
- Re: [PATCH 1/1] Additional strict check on ELF file. Checks segments are followed in order of 'p_vaddr ' value ascending. It fixes erorr in total_mapping_size with computation total size. This error happens if segments in ELF file are not in order. Randy Dunlap (Mon Feb 26 2018 - 12:48:33 EST)
- Re: [PATCH 06/21] powerpc: Avoid comparison of unsigned long >= 0 in __access_ok Mathieu Malaterre (Mon Feb 26 2018 - 12:50:38 EST)
- Re: [RFC PATCH V4] pci: virtio_pci: Add SR-IOV support for virtio_pci devices Rustad, Mark D (Mon Feb 26 2018 - 12:50:50 EST)
- Re: [PATCH v2 2/2] i2c: add support for Socionext SynQuacer I2C controller Ard Biesheuvel (Mon Feb 26 2018 - 12:51:08 EST)
- [PATCH v1] kernel.h: Update comment about simple_strto<foo>() functions Andy Shevchenko (Mon Feb 26 2018 - 12:55:43 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Andy Shevchenko (Mon Feb 26 2018 - 12:56:18 EST)
- [PATCH 0/8] R-Car M3-N: Enable EtherAVB device node Jacopo Mondi (Mon Feb 26 2018 - 12:57:45 EST)
- [PATCH 2/8] arm64: dts: renesas: r8a7796: Set EtherAVB phy mode to "rgmii" Jacopo Mondi (Mon Feb 26 2018 - 12:57:54 EST)
- [PATCH 3/8] arm64: dts: renesas: r8a7795: Set EtherAVB phy mode to "rgmii" Jacopo Mondi (Mon Feb 26 2018 - 12:57:57 EST)
- [PATCH 5/8] dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965) Jacopo Mondi (Mon Feb 26 2018 - 12:58:04 EST)
- [PATCH 6/8] iommu/ipmmu-vmsa: Hook up R8A77965 DT matching code Jacopo Mondi (Mon Feb 26 2018 - 12:58:07 EST)
- [PATCH 7/8] arm64: dts: renesas: r8a77965: Add IPMMU mm and ds0 blocks Jacopo Mondi (Mon Feb 26 2018 - 12:58:15 EST)
- [PATCH 8/8] arm64: dts: renesas: r8a77965: Add EtherAVB device node Jacopo Mondi (Mon Feb 26 2018 - 12:58:30 EST)
- [PATCH v4 2/2] dt-bindings: introduce Command DB for QCOM SoCs Lina Iyer (Mon Feb 26 2018 - 12:58:41 EST)
- [PATCH v4 1/2] drivers: qcom: add command DB driver Lina Iyer (Mon Feb 26 2018 - 12:58:59 EST)
- [PATCH v4 0/2] drivers/qcom: add Command DB support Lina Iyer (Mon Feb 26 2018 - 12:59:17 EST)
- [PATCH 4/8] arm64: dts: renesas: r8a77995: Set EtherAVB phy mode to "rgmii" Jacopo Mondi (Mon Feb 26 2018 - 13:00:08 EST)
- [PATCH 1/8] arm64: dts: renesas: salvator-common: Override EtherAVB phy-mode Jacopo Mondi (Mon Feb 26 2018 - 13:00:48 EST)
- Re: [PATCH 2/7] genalloc: selftest Igor Stoppa (Mon Feb 26 2018 - 13:01:07 EST)
- Re: [PATCH] rtc: cros-ec: return -ETIME when refused to set alarms in the past Brian Norris (Mon Feb 26 2018 - 13:01:26 EST)
- [PATCH 1/5] x86/boot/compressed/64: Describe the logic behind LA57 check Kirill A. Shutemov (Mon Feb 26 2018 - 13:05:13 EST)
- Re: [PATCH v2 1/2] arm64: Relax constraints on ID feature bits Will Deacon (Mon Feb 26 2018 - 13:05:23 EST)
- Re: [PATCH v2 2/2] arm64: Expose Arm v8.4 features Will Deacon (Mon Feb 26 2018 - 13:05:29 EST)
- Re: [RFC PATCH V4] pci: virtio_pci: Add SR-IOV support for virtio_pci devices Alexander Duyck (Mon Feb 26 2018 - 13:05:38 EST)
- Re: [PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c Will Deacon (Mon Feb 26 2018 - 13:05:52 EST)
- Re: [tip:locking/urgent] locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __ASM__MB Will Deacon (Mon Feb 26 2018 - 13:05:59 EST)
- [PATCH 3/5] x86/boot/compressed/64: Save and restore trampoline memory Kirill A. Shutemov (Mon Feb 26 2018 - 13:06:38 EST)
- [PATCH 2/5] x86/boot/compressed/64: Find a place for 32-bit trampoline Kirill A. Shutemov (Mon Feb 26 2018 - 13:06:47 EST)
- [PATCH 5/5] x86/boot/compressed/64: Prepare new top-level page table for trampoline Kirill A. Shutemov (Mon Feb 26 2018 - 13:06:57 EST)
- [PATCH 4/5] x86/boot/compressed/64: Set up trampoline memory Kirill A. Shutemov (Mon Feb 26 2018 - 13:07:17 EST)
- [PATCH 0/5] x86/boot/compressed/64: Prepare trampoline memory Kirill A. Shutemov (Mon Feb 26 2018 - 13:07:28 EST)
- Re: [PATCH v2 2/3] misc: pci_endpoint_test: Handle 64-bit BARs properly Bjorn Helgaas (Mon Feb 26 2018 - 13:09:11 EST)
- Re: [PATCH 2/2] xen: events: free irqs in error condition Roger Pau Monné (Mon Feb 26 2018 - 13:16:07 EST)
- Re: [PATCH 1/8] arm64: dts: renesas: salvator-common: Override EtherAVB phy-mode Geert Uytterhoeven (Mon Feb 26 2018 - 13:16:48 EST)
- Re: [PATCH 2/8] arm64: dts: renesas: r8a7796: Set EtherAVB phy mode to "rgmii" Geert Uytterhoeven (Mon Feb 26 2018 - 13:17:34 EST)
- Re: [PATCH 3/8] arm64: dts: renesas: r8a7795: Set EtherAVB phy mode to "rgmii" Geert Uytterhoeven (Mon Feb 26 2018 - 13:17:49 EST)
- Re: [PATCH v2 2/2] i2c: add support for Socionext SynQuacer I2C controller Andy Shevchenko (Mon Feb 26 2018 - 13:18:13 EST)
- Re: [PATCH 4/8] arm64: dts: renesas: r8a77995: Set EtherAVB phy mode to "rgmii" Geert Uytterhoeven (Mon Feb 26 2018 - 13:18:29 EST)
- Re: [PATCH 5/8] dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965) Geert Uytterhoeven (Mon Feb 26 2018 - 13:19:47 EST)
- Re: [PATCH v1 4/4] pci: Re-use new dmi_get_bios_year() helper Bjorn Helgaas (Mon Feb 26 2018 - 13:19:52 EST)
- Re: [PATCH V3 00/19] lightnvm: pblk: implement 2.0 support Matias BjÃrling (Mon Feb 26 2018 - 13:20:21 EST)
- Re: [PATCH] lightnvm: pblk: remove unused variable Matias BjÃrling (Mon Feb 26 2018 - 13:20:25 EST)
- Re: [PATCH 6/8] iommu/ipmmu-vmsa: Hook up R8A77965 DT matching code Geert Uytterhoeven (Mon Feb 26 2018 - 13:20:45 EST)
- Re: [PATCH] lightnvm: pblk: remove unused variable Javier Gonzalez (Mon Feb 26 2018 - 13:21:28 EST)
- Re: [PATCH V3 00/19] lightnvm: pblk: implement 2.0 support Javier Gonzalez (Mon Feb 26 2018 - 13:21:37 EST)
- Re: [PATCH 8/8] arm64: dts: renesas: r8a77965: Add EtherAVB device node Geert Uytterhoeven (Mon Feb 26 2018 - 13:22:32 EST)
- Re: [PATCH] rcu: Remove the unnecessary separate function, rcu_preempt_do_callback() Paul E. McKenney (Mon Feb 26 2018 - 13:22:40 EST)
- Re: [PATCH v2 0/2] pci: endpoint: Fix double free in pci_epf_create() Bjorn Helgaas (Mon Feb 26 2018 - 13:23:07 EST)
- Re: [PATCH] rtc: cros-ec: return -ETIME when refused to set alarms in the past Brian Norris (Mon Feb 26 2018 - 13:24:36 EST)
- Re: [PATCH V3 00/19] lightnvm: pblk: implement 2.0 support Matias BjÃrling (Mon Feb 26 2018 - 13:24:44 EST)
- Re: [PATCH 4/7] Protectable Memory J Freyensee (Mon Feb 26 2018 - 13:26:09 EST)
- Re: [PATCH V3 00/19] lightnvm: pblk: implement 2.0 support Javier Gonzalez (Mon Feb 26 2018 - 13:27:21 EST)
- Re: [PATCH 0/8] R-Car M3-N: Enable EtherAVB device node Geert Uytterhoeven (Mon Feb 26 2018 - 13:28:55 EST)
- [PATCH] perf top: Fix annoying fallback message on older kernel kan . liang (Mon Feb 26 2018 - 13:30:15 EST)
- Re: [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO overflow calculation for 32-bit systems Andy Shevchenko (Mon Feb 26 2018 - 13:30:50 EST)
- Re: [PATCH v3 0/2] KVM: MSR-based features Tom Lendacky (Mon Feb 26 2018 - 13:32:45 EST)
- Re: [PATCH 7/7] Documentation for Pmalloc J Freyensee (Mon Feb 26 2018 - 13:32:51 EST)
- Re: [PATCH V3 00/19] lightnvm: pblk: implement 2.0 support Matias BjÃrling (Mon Feb 26 2018 - 13:33:49 EST)
- Re: [PATCH] rtc: cros-ec: return -ETIME when refused to set alarms in the past Brian Norris (Mon Feb 26 2018 - 13:37:38 EST)
- [PATCH v4 01/12] drivers: base: Unified device connection lookup Hans de Goede (Mon Feb 26 2018 - 13:39:37 EST)
- [PATCH v4 04/12] usb: common: Small class for USB role switches Hans de Goede (Mon Feb 26 2018 - 13:39:40 EST)
- [PATCH v4 07/12] xhci: Add option to get next extended capability in list by passing id = 0 Hans de Goede (Mon Feb 26 2018 - 13:39:45 EST)
- [PATCH v4 12/12] extcon: axp288: Set USB role where necessary Hans de Goede (Mon Feb 26 2018 - 13:39:52 EST)
- [PATCH v4 09/12] usb: roles: Add Intel xHCI USB role switch driver Hans de Goede (Mon Feb 26 2018 - 13:40:06 EST)
- [PATCH v4 11/12] platform/x86: intel_cht_int33fe: Add device connections for the Type-C port Hans de Goede (Mon Feb 26 2018 - 13:40:15 EST)
- [PATCH v4 10/12] usb: typec: driver for Pericom PI3USB30532 Type-C cross switch Hans de Goede (Mon Feb 26 2018 - 13:40:35 EST)
- [PATCH v4 08/12] xhci: Add Intel extended cap / otg phy mux handling Hans de Goede (Mon Feb 26 2018 - 13:40:56 EST)
- [PATCH v4 06/12] usb: typec: tcpm: Use new Type-C switch/mux and usb-role-switch functions Hans de Goede (Mon Feb 26 2018 - 13:41:19 EST)
- [PATCH v4 03/12] usb: typec: API for controlling USB Type-C Multiplexers Hans de Goede (Mon Feb 26 2018 - 13:41:42 EST)
- [PATCH v4 05/12] usb: typec: tcpm: Set USB role switch to device mode when configured as such Hans de Goede (Mon Feb 26 2018 - 13:41:53 EST)
- [PATCH v4 00/12] USB Type-C device-connection, mux and switch support Hans de Goede (Mon Feb 26 2018 - 13:42:21 EST)
- [PATCH v4 02/12] usb: typec: Start using ERR_PTR Hans de Goede (Mon Feb 26 2018 - 13:42:24 EST)
- [PATCH v2 0/3] kbuild: fix host progs build with libs in non standard locations Robin Jarry (Mon Feb 26 2018 - 13:42:33 EST)
- [PATCH v2 3/3] objtool: use global host flags for compilation Robin Jarry (Mon Feb 26 2018 - 13:42:53 EST)
- [PATCH v2 2/3] kbuild: use HOSTLDFLAGS for single .c executables Robin Jarry (Mon Feb 26 2018 - 13:43:03 EST)
- [PATCH v2 1/3] kbuild: introduce HOST_{C,LD}FLAGS Robin Jarry (Mon Feb 26 2018 - 13:43:16 EST)
- Re: [PATCH 1/7] genalloc: track beginning of allocations Igor Stoppa (Mon Feb 26 2018 - 13:45:15 EST)
- Re: [PATCH V4 net 1/3] Revert "tuntap: add missing xdp flush" David Miller (Mon Feb 26 2018 - 13:50:11 EST)
- Re: [PATCH V4 net 2/3] tuntap: disable preemption during XDP processing David Miller (Mon Feb 26 2018 - 13:50:16 EST)
- Re: [PATCH V4 net 3/3] tuntap: correctly add the missing XDP flush David Miller (Mon Feb 26 2018 - 13:50:29 EST)
- Re: [PATCH RFC] vfio/mdev: delay uevent after initialization complete Cornelia Huck (Mon Feb 26 2018 - 13:51:45 EST)
- Re: [GIT PULL] tpmdd fixes for 4.16 James Morris (Mon Feb 26 2018 - 13:52:41 EST)
- Re: [PATCH 2/2] xen: events: free irqs in error condition Shah, Amit (Mon Feb 26 2018 - 13:57:17 EST)
- Re: [4.4, 027/193] binder: check for binder_thread allocation failure in binder_poll() Eric Biggers (Mon Feb 26 2018 - 13:58:04 EST)
- Re: [PATCH v2 2/7] i3c: Add core I3C infrastructure Vitor Soares (Mon Feb 26 2018 - 13:58:34 EST)
- Re: [PATCH 17/19] lightnvm: pblk: implement get log report chunk Matias BjÃrling (Mon Feb 26 2018 - 14:04:34 EST)
- Re: [4.4, 027/193] binder: check for binder_thread allocation failure in binder_poll() Guenter Roeck (Mon Feb 26 2018 - 14:06:07 EST)
- Re: [PATCH] xen: use hvc console for dom0 Boris Ostrovsky (Mon Feb 26 2018 - 14:06:49 EST)
- [PATCH 1/1] mm: make start_isolate_page_range() fail if already isolated Mike Kravetz (Mon Feb 26 2018 - 14:11:54 EST)
- [PATCH 0/1] make start_isolate_page_range() thread safe Mike Kravetz (Mon Feb 26 2018 - 14:12:05 EST)
- Re: [PATCH v2 2/2] pci: endpoint: Fix kernel panic after put_device() Andy Shevchenko (Mon Feb 26 2018 - 14:12:16 EST)
- Re: [PATCH 2/7] genalloc: selftest Matthew Wilcox (Mon Feb 26 2018 - 14:12:47 EST)
- Re: [RFC] vfio iommu type1: improve memory pinning process for raw PFN mapping Alex Williamson (Mon Feb 26 2018 - 14:19:37 EST)
- Re: [PATCH] perf top: Fix annoying fallback message on older kernel Arnaldo Carvalho de Melo (Mon Feb 26 2018 - 14:20:27 EST)
- Re: [PATCH 2/7] genalloc: selftest Igor Stoppa (Mon Feb 26 2018 - 14:27:40 EST)
- Re: [07/18] thunderbolt: Handle rejected Thunderbolt devices Jeremy McNicoll (Mon Feb 26 2018 - 14:28:23 EST)
- Re: [PATCH 0/5] x86/boot/compressed/64: Prepare trampoline memory Borislav Petkov (Mon Feb 26 2018 - 14:33:11 EST)
- [PATCH v1] extcon: int3496: Ignore incorrect IoRestriction for ID pin Andy Shevchenko (Mon Feb 26 2018 - 14:34:54 EST)
- Re: [PATCH v4 01/12] drivers: base: Unified device connection lookup Randy Dunlap (Mon Feb 26 2018 - 14:35:05 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Mon Feb 26 2018 - 14:37:37 EST)
- Re: [PATCH] netdev: carrier detect ok, don't turn off negotiation David Miller (Mon Feb 26 2018 - 14:38:46 EST)
- [PATCH v2 1/8] efi: Fix IA32/X64 Processor Error Record definition Yazen Ghannam (Mon Feb 26 2018 - 14:39:34 EST)
- [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs Yazen Ghannam (Mon Feb 26 2018 - 14:39:42 EST)
- [PATCH v2 7/8] efi: Decode IA32/X64 MS Check structure Yazen Ghannam (Mon Feb 26 2018 - 14:39:48 EST)
- [PATCH v2 6/8] efi: Decode additional IA32/X64 Bus Check fields Yazen Ghannam (Mon Feb 26 2018 - 14:39:59 EST)
- [PATCH v2 8/8] efi: Decode IA32/X64 Context Info structure Yazen Ghannam (Mon Feb 26 2018 - 14:40:15 EST)
- [PATCH v2 5/8] efi: Decode IA32/X64 Cache, TLB, and Bus Check structures Yazen Ghannam (Mon Feb 26 2018 - 14:40:34 EST)
- [PATCH v2 3/8] efi: Decode IA32/X64 Processor Error Info Structure Yazen Ghannam (Mon Feb 26 2018 - 14:40:54 EST)
- [PATCH v2 2/8] efi: Decode IA32/X64 Processor Error Section Yazen Ghannam (Mon Feb 26 2018 - 14:41:14 EST)
- [PATCH v2 0/8] Decode IA32/X64 CPER Yazen Ghannam (Mon Feb 26 2018 - 14:41:25 EST)
- Re: [PATCH 0/6] of: remove kbasename() from core Frank Rowand (Mon Feb 26 2018 - 14:42:26 EST)
- Re: [PATCH net 0/4] Fixes, cleanup and modernization for SONIC ethernet drivers David Miller (Mon Feb 26 2018 - 14:46:26 EST)
- Re: [07/18] thunderbolt: Handle rejected Thunderbolt devices Mika Westerberg (Mon Feb 26 2018 - 14:46:54 EST)
- Re: [GIT PULL] tpmdd fixes for 4.16 James Bottomley (Mon Feb 26 2018 - 14:49:14 EST)
- Re: [PATCH v3 2/4] x86/speculation: Support "Enhanced IBRS" on future CPUs Thomas Gleixner (Mon Feb 26 2018 - 14:55:10 EST)
- Re: [PATCH 1/2] i2c: piix4: Use request_muxed_region Wolfram Sang (Mon Feb 26 2018 - 14:55:27 EST)
- Re: [PATCH 2/2] i2c: piix4: Use usleep_range() Wolfram Sang (Mon Feb 26 2018 - 14:56:32 EST)
- Re: [PATCH 06/21] powerpc: Avoid comparison of unsigned long >= 0 in __access_ok christophe leroy (Mon Feb 26 2018 - 15:00:20 EST)
- Re: [PATCH 1/2] xen: fix out-of-bounds irq unbind for MSI message groups Boris Ostrovsky (Mon Feb 26 2018 - 15:02:22 EST)
- [GIT PULL] Fixes for IDR Matthew Wilcox (Mon Feb 26 2018 - 15:05:31 EST)
- Re: [PATCH] i2c-stm32f4: remove redundant initialization of pointer reg Wolfram Sang (Mon Feb 26 2018 - 15:06:46 EST)
- The White man: who he is - People been taking this spoken word video down for truth about white society thatwhichistrueamongstus (Mon Feb 26 2018 - 15:07:09 EST)
- Re: [GIT pull] x86/pti updates for 4.16 Linus Torvalds (Mon Feb 26 2018 - 15:07:41 EST)
- Re: [PATCH 1/4] MIPS: Introduce isa-rev.h to define MIPS_ISA_REV Maciej W. Rozycki (Mon Feb 26 2018 - 15:08:48 EST)
- Re: [PATCH v3] qrtr: add MODULE_ALIAS macro to smd David Miller (Mon Feb 26 2018 - 15:09:37 EST)
- [PATCH v2] rtc: brcmstb-waketimer: Set wktmr prescaler Justin Chen (Mon Feb 26 2018 - 15:11:22 EST)
- Re: [07/18] thunderbolt: Handle rejected Thunderbolt devices Jeremy McNicoll (Mon Feb 26 2018 - 15:15:36 EST)
- [PATCH 3.18 00/13] 3.18.97-stable review Greg Kroah-Hartman (Mon Feb 26 2018 - 15:15:54 EST)
- [PATCH 3.18 01/13] netfilter: drop outermost socket lock in getsockopt() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:15:59 EST)
- [PATCH 3.18 11/13] usb: dwc3: gadget: Set maxpacket size for ep0 IN Greg Kroah-Hartman (Mon Feb 26 2018 - 15:16:04 EST)
- [PATCH 3.18 12/13] usb: gadget: f_fs: Process all descriptors during bind Greg Kroah-Hartman (Mon Feb 26 2018 - 15:16:09 EST)
- [PATCH 3.18 08/13] x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:16:29 EST)
- [PATCH 3.18 09/13] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:16:34 EST)
- [PATCH 4.4 01/22] netfilter: drop outermost socket lock in getsockopt() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:16:37 EST)
- [PATCH 4.4 10/22] iio: adis_lib: Initialize trigger before requesting interrupt Greg Kroah-Hartman (Mon Feb 26 2018 - 15:16:41 EST)
- [PATCH 4.4 13/22] usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:16:48 EST)
- [PATCH 4.4 14/22] arm64: Disable unhandled signal log messages by default Greg Kroah-Hartman (Mon Feb 26 2018 - 15:16:52 EST)
- [PATCH 4.4 15/22] Add delay-init quirk for Corsair K70 RGB keyboards Greg Kroah-Hartman (Mon Feb 26 2018 - 15:16:54 EST)
- [PATCH 4.4 16/22] drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA Greg Kroah-Hartman (Mon Feb 26 2018 - 15:17:02 EST)
- [PATCH 4.4 19/22] usb: gadget: f_fs: Process all descriptors during bind Greg Kroah-Hartman (Mon Feb 26 2018 - 15:17:07 EST)
- [PATCH 4.4 20/22] usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path Greg Kroah-Hartman (Mon Feb 26 2018 - 15:17:13 EST)
- [PATCH 4.4 21/22] drm/amdgpu: Avoid leaking PM domain on driver unbind (v2) Greg Kroah-Hartman (Mon Feb 26 2018 - 15:17:20 EST)
- [PATCH 4.4 03/22] PCI: keystone: Fix interrupt-controller-node lookup Greg Kroah-Hartman (Mon Feb 26 2018 - 15:17:26 EST)
- [PATCH 4.4 08/22] cfg80211: fix cfg80211_beacon_dup Greg Kroah-Hartman (Mon Feb 26 2018 - 15:17:39 EST)
- [PATCH 4.4 09/22] iio: buffer: check if a buffer has been set up when poll is called Greg Kroah-Hartman (Mon Feb 26 2018 - 15:17:46 EST)
- [PATCH 4.4 00/22] 4.4.119-stable review Greg Kroah-Hartman (Mon Feb 26 2018 - 15:18:00 EST)
- [PATCH 4.4 07/22] scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info Greg Kroah-Hartman (Mon Feb 26 2018 - 15:18:18 EST)
- [PATCH 4.4 06/22] xtensa: fix high memory/reserved memory collision Greg Kroah-Hartman (Mon Feb 26 2018 - 15:18:29 EST)
- [PATCH 4.4 05/22] ip_tunnel: fix preempt warning in ip tunnel creation/updating Greg Kroah-Hartman (Mon Feb 26 2018 - 15:18:40 EST)
- [PATCH 4.4 04/22] ip_tunnel: replace dst_cache with generic implementation Greg Kroah-Hartman (Mon Feb 26 2018 - 15:18:50 EST)
- Re: [PATCH] optee: fix the dead loop problem when there is signal pending Jens Wiklander (Mon Feb 26 2018 - 15:19:01 EST)
- [PATCH 4.4 22/22] binder: add missing binder_unlock() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:19:33 EST)
- [PATCH 4.4 02/22] powerpc/64s: Fix RFI flush dependency on HARDLOCKUP_DETECTOR Greg Kroah-Hartman (Mon Feb 26 2018 - 15:19:56 EST)
- Re: [PATCH 1/4] i2c: xlp9xx: return ENXIO on slave address NACK Wolfram Sang (Mon Feb 26 2018 - 15:20:16 EST)
- Re: [PATCH 2/4] i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly Wolfram Sang (Mon Feb 26 2018 - 15:20:21 EST)
- [PATCH 4.4 18/22] usb: ldusb: add PIDs for new CASSY devices supported by this driver Greg Kroah-Hartman (Mon Feb 26 2018 - 15:20:53 EST)
- [PATCH 4.9 00/39] 4.9.85-stable review Greg Kroah-Hartman (Mon Feb 26 2018 - 15:21:07 EST)
- [PATCH 4.9 01/39] netfilter: drop outermost socket lock in getsockopt() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:21:16 EST)
- [PATCH 4.9 10/39] x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:21:19 EST)
- [PATCH 4.9 13/39] ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:21:27 EST)
- [PATCH 4.9 14/39] usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:21:32 EST)
- [PATCH 4.9 15/39] arm64: Disable unhandled signal log messages by default Greg Kroah-Hartman (Mon Feb 26 2018 - 15:21:38 EST)
- [PATCH 4.9 16/39] Add delay-init quirk for Corsair K70 RGB keyboards Greg Kroah-Hartman (Mon Feb 26 2018 - 15:21:40 EST)
- [PATCH 4.9 18/39] usb: dwc3: gadget: Set maxpacket size for ep0 IN Greg Kroah-Hartman (Mon Feb 26 2018 - 15:21:45 EST)
- [PATCH 4.9 20/39] Revert "usb: musb: host: dont start next rx urb if current one failed" Greg Kroah-Hartman (Mon Feb 26 2018 - 15:21:52 EST)
- [PATCH 4.9 02/39] xtensa: fix high memory/reserved memory collision Greg Kroah-Hartman (Mon Feb 26 2018 - 15:22:05 EST)
- [PATCH 4.9 29/39] mm: avoid spurious bad pmd warning messages Greg Kroah-Hartman (Mon Feb 26 2018 - 15:22:18 EST)
- [PATCH 4.9 28/39] X.509: fix NULL dereference when restricting key with unsupported_sig Greg Kroah-Hartman (Mon Feb 26 2018 - 15:22:22 EST)
- [PATCH 4.9 32/39] device-dax: implement ->split() to catch invalid munmap attempts Greg Kroah-Hartman (Mon Feb 26 2018 - 15:22:31 EST)
- [PATCH 4.9 34/39] v4l2: disable filesystem-dax mapping support Greg Kroah-Hartman (Mon Feb 26 2018 - 15:22:39 EST)
- [PATCH 4.9 04/39] cfg80211: fix cfg80211_beacon_dup Greg Kroah-Hartman (Mon Feb 26 2018 - 15:22:45 EST)
- [PATCH 4.9 06/39] PKCS#7: fix certificate chain verification Greg Kroah-Hartman (Mon Feb 26 2018 - 15:22:48 EST)
- [PATCH 4.9 07/39] RDMA/uverbs: Protect from command mask overflow Greg Kroah-Hartman (Mon Feb 26 2018 - 15:22:55 EST)
- Re: [PATCH 4/4] i2c: xlp9xx: Check for Bus state after every transfer Wolfram Sang (Mon Feb 26 2018 - 15:23:02 EST)
- [PATCH 4.9 39/39] x86/entry/64: Clear extra registers beyond syscall arguments, to reduce speculation attack surface Greg Kroah-Hartman (Mon Feb 26 2018 - 15:23:11 EST)
- [PATCH 4.9 35/39] IB/core: disable memory registration of filesystem-dax vmas Greg Kroah-Hartman (Mon Feb 26 2018 - 15:23:17 EST)
- [PATCH 4.14 01/54] netfilter: drop outermost socket lock in getsockopt() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:23:20 EST)
- [PATCH 4.14 11/54] X.509: fix BUG_ON() when hash algorithm is unsupported Greg Kroah-Hartman (Mon Feb 26 2018 - 15:23:29 EST)
- [PATCH 4.14 15/54] extcon: int3496: process id-pin first so that we start with the right status Greg Kroah-Hartman (Mon Feb 26 2018 - 15:23:39 EST)
- [PATCH 4.14 16/54] RDMA/uverbs: Protect from races between lookup and destroy of uobjects Greg Kroah-Hartman (Mon Feb 26 2018 - 15:23:42 EST)
- [PATCH 4.14 18/54] RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd Greg Kroah-Hartman (Mon Feb 26 2018 - 15:23:49 EST)
- [PATCH 4.14 20/54] RDMA/uverbs: Sanitize user entered port numbers prior to access it Greg Kroah-Hartman (Mon Feb 26 2018 - 15:23:59 EST)
- [PATCH 4.14 21/54] iio: adc: stm32: fix stm32h7_adc_enable error handling Greg Kroah-Hartman (Mon Feb 26 2018 - 15:24:02 EST)
- [PATCH 4.14 22/54] iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined Greg Kroah-Hartman (Mon Feb 26 2018 - 15:24:07 EST)
- [PATCH 4.14 24/54] iio: adis_lib: Initialize trigger before requesting interrupt Greg Kroah-Hartman (Mon Feb 26 2018 - 15:24:11 EST)
- [PATCH 4.14 27/54] mm, swap, frontswap: fix THP swap if frontswap enabled Greg Kroah-Hartman (Mon Feb 26 2018 - 15:24:19 EST)
- [PATCH 4.14 29/54] irqchip/mips-gic: Avoid spuriously handling masked interrupts Greg Kroah-Hartman (Mon Feb 26 2018 - 15:24:23 EST)
- [PATCH 4.14 30/54] PCI/cxgb4: Extend T3 PCI quirk to T4+ devices Greg Kroah-Hartman (Mon Feb 26 2018 - 15:24:36 EST)
- [PATCH 4.14 06/54] scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info Greg Kroah-Hartman (Mon Feb 26 2018 - 15:24:49 EST)
- [PATCH 4.14 07/54] MIPS: Drop spurious __unused in struct compat_flock Greg Kroah-Hartman (Mon Feb 26 2018 - 15:24:54 EST)
- [PATCH 4.14 00/54] 4.14.23-stable review Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:02 EST)
- [PATCH 4.14 35/54] arm64: cpufeature: Fix CTR_EL0 field definitions Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:04 EST)
- [PATCH 4.14 44/54] usb: gadget: f_fs: Use config_ep_by_speed() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:10 EST)
- [PATCH 4.14 45/54] usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:13 EST)
- [PATCH 4.14 48/54] drm/amdgpu: disable MMHUB power gating on raven Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:17 EST)
- [PATCH 4.14 46/54] drm/cirrus: Load lut in crtc_commit Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:18 EST)
- [PATCH 4.14 50/54] drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:24 EST)
- [PATCH 4.14 52/54] drm/amdgpu: Avoid leaking PM domain on driver unbind (v2) Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:33 EST)
- [PATCH 4.14 36/54] Add delay-init quirk for Corsair K70 RGB keyboards Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:39 EST)
- [PATCH 4.14 37/54] drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:45 EST)
- [PATCH 4.14 38/54] usb: host: ehci: use correct device pointer for dma ops Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:48 EST)
- [PATCH 4.14 41/54] usb: ldusb: add PIDs for new CASSY devices supported by this driver Greg Kroah-Hartman (Mon Feb 26 2018 - 15:25:58 EST)
- [PATCH 4.14 42/54] Revert "usb: musb: host: dont start next rx urb if current one failed" Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:01 EST)
- [PATCH 4.14 43/54] usb: gadget: f_fs: Process all descriptors during bind Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:05 EST)
- [PATCH 4.15 11/64] X.509: fix BUG_ON() when hash algorithm is unsupported Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:15 EST)
- [PATCH 4.15 10/64] i2c: bcm2835: Set up the rising/falling edge delays Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:15 EST)
- [PATCH 4.15 12/64] X.509: fix NULL dereference when restricting key with unsupported_sig Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:23 EST)
- [PATCH 4.15 16/64] genirq/matrix: Handle CPU offlining proper Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:35 EST)
- [PATCH 4.15 18/64] RDMA/uverbs: Protect from command mask overflow Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:40 EST)
- [PATCH 4.15 19/64] RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:45 EST)
- [PATCH 4.15 02/64] arm64: mm: dont write garbage into TTBR1_EL1 register Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:48 EST)
- [PATCH 4.15 20/64] RDMA/uverbs: Fix circular locking dependency Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:52 EST)
- [PATCH 4.15 22/64] iio: adc: stm32: fix stm32h7_adc_enable error handling Greg Kroah-Hartman (Mon Feb 26 2018 - 15:26:57 EST)
- [PATCH 4.15 23/64] iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined Greg Kroah-Hartman (Mon Feb 26 2018 - 15:27:00 EST)
- [PATCH 4.15 25/64] iio: adis_lib: Initialize trigger before requesting interrupt Greg Kroah-Hartman (Mon Feb 26 2018 - 15:27:07 EST)
- [PATCH 4.15 27/64] x86/apic/vector: Handle vector release on CPU unplug correctly Greg Kroah-Hartman (Mon Feb 26 2018 - 15:27:13 EST)
- [PATCH 4.15 28/64] x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:27:15 EST)
- [PATCH 4.15 04/64] MIPS: boot: Define __ASSEMBLY__ for its.S build Greg Kroah-Hartman (Mon Feb 26 2018 - 15:27:23 EST)
- [PATCH 4.15 08/64] cfg80211: fix cfg80211_beacon_dup Greg Kroah-Hartman (Mon Feb 26 2018 - 15:27:33 EST)
- [PATCH 4.15 00/64] 4.15.7-stable review Greg Kroah-Hartman (Mon Feb 26 2018 - 15:27:43 EST)
- [PATCH 4.15 42/64] Add delay-init quirk for Corsair K70 RGB keyboards Greg Kroah-Hartman (Mon Feb 26 2018 - 15:27:57 EST)
- [PATCH 4.15 43/64] drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA Greg Kroah-Hartman (Mon Feb 26 2018 - 15:28:03 EST)
- [PATCH 4.15 46/64] usb: dwc3: ep0: Reset TRB counter for ep0 IN Greg Kroah-Hartman (Mon Feb 26 2018 - 15:28:09 EST)
- [PATCH 4.15 48/64] usb: ldusb: add PIDs for new CASSY devices supported by this driver Greg Kroah-Hartman (Mon Feb 26 2018 - 15:28:16 EST)
- [PATCH 4.15 49/64] Revert "usb: musb: host: dont start next rx urb if current one failed" Greg Kroah-Hartman (Mon Feb 26 2018 - 15:28:20 EST)
- [PATCH 4.15 50/64] usb: gadget: f_fs: Process all descriptors during bind Greg Kroah-Hartman (Mon Feb 26 2018 - 15:28:24 EST)
- [PATCH 4.15 54/64] drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits Greg Kroah-Hartman (Mon Feb 26 2018 - 15:28:37 EST)
- [PATCH 4.15 55/64] drm: Handle unexpected holes in color-eviction Greg Kroah-Hartman (Mon Feb 26 2018 - 15:28:41 EST)
- [PATCH 4.15 56/64] drm/amdgpu: disable MMHUB power gating on raven Greg Kroah-Hartman (Mon Feb 26 2018 - 15:28:48 EST)
- [PATCH 4.15 32/64] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:28:52 EST)
- [PATCH 4.15 59/64] drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji Greg Kroah-Hartman (Mon Feb 26 2018 - 15:28:55 EST)
- [PATCH 4.15 61/64] drm/amdgpu: Avoid leaking PM domain on driver unbind (v2) Greg Kroah-Hartman (Mon Feb 26 2018 - 15:29:03 EST)
- [PATCH 4.15 33/64] irqchip/mips-gic: Avoid spuriously handling masked interrupts Greg Kroah-Hartman (Mon Feb 26 2018 - 15:29:07 EST)
- [PATCH 4.15 34/64] PCI/cxgb4: Extend T3 PCI quirk to T4+ devices Greg Kroah-Hartman (Mon Feb 26 2018 - 15:29:10 EST)
- [PATCH 4.15 35/64] net: thunderbolt: Tear down connection properly on suspend Greg Kroah-Hartman (Mon Feb 26 2018 - 15:29:18 EST)
- [PATCH 4.15 37/64] ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:29:24 EST)
- [PATCH 4.15 29/64] mm, swap, frontswap: fix THP swap if frontswap enabled Greg Kroah-Hartman (Mon Feb 26 2018 - 15:29:30 EST)
- [PATCH 4.15 63/64] arm64: __show_regs: Only resolve kernel symbols when running at EL1 Greg Kroah-Hartman (Mon Feb 26 2018 - 15:29:36 EST)
- [PATCH 4.15 64/64] drm/i915/breadcrumbs: Ignore unsubmitted signalers Greg Kroah-Hartman (Mon Feb 26 2018 - 15:30:06 EST)
- [PATCH 4.15 38/64] usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:30:23 EST)
- [PATCH 4.15 36/64] net: thunderbolt: Run disconnect flow asynchronously when logout is received Greg Kroah-Hartman (Mon Feb 26 2018 - 15:30:41 EST)
- [PATCH 4.15 62/64] drm/amdgpu: add new device to use atpx quirk Greg Kroah-Hartman (Mon Feb 26 2018 - 15:31:26 EST)
- [PATCH 4.15 53/64] drm/cirrus: Load lut in crtc_commit Greg Kroah-Hartman (Mon Feb 26 2018 - 15:32:19 EST)
- [PATCH 4.15 52/64] usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path Greg Kroah-Hartman (Mon Feb 26 2018 - 15:32:30 EST)
- [PATCH 4.15 51/64] usb: gadget: f_fs: Use config_ep_by_speed() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:32:50 EST)
- Re: [PATCH v2] i2c: i801: Register optional lis3lv02d i2c device on Dell machines Wolfram Sang (Mon Feb 26 2018 - 15:33:03 EST)
- Re: Long standing kernel warning: perfevents: irq loop stuck! Cong Wang (Mon Feb 26 2018 - 15:33:12 EST)
- [PATCH 4.15 31/64] uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define Greg Kroah-Hartman (Mon Feb 26 2018 - 15:33:47 EST)
- [PATCH 4.15 47/64] usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28 Greg Kroah-Hartman (Mon Feb 26 2018 - 15:34:13 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Michael S. Tsirkin (Mon Feb 26 2018 - 15:34:32 EST)
- [PATCH 4.15 44/64] usb: host: ehci: use correct device pointer for dma ops Greg Kroah-Hartman (Mon Feb 26 2018 - 15:35:03 EST)
- [PATCH 4.15 45/64] usb: dwc3: gadget: Set maxpacket size for ep0 IN Greg Kroah-Hartman (Mon Feb 26 2018 - 15:35:18 EST)
- [PATCH 4.15 39/64] arm64: Remove unimplemented syscall log message Greg Kroah-Hartman (Mon Feb 26 2018 - 15:35:35 EST)
- [PATCH 4.15 40/64] arm64: Disable unhandled signal log messages by default Greg Kroah-Hartman (Mon Feb 26 2018 - 15:35:46 EST)
- [PATCH 4.15 41/64] arm64: cpufeature: Fix CTR_EL0 field definitions Greg Kroah-Hartman (Mon Feb 26 2018 - 15:35:56 EST)
- [PATCH 4.15 30/64] mm: dont defer struct page initialization for Xen pv guests Greg Kroah-Hartman (Mon Feb 26 2018 - 15:36:21 EST)
- Re: [PATCH v2 2/7] i3c: Add core I3C infrastructure Boris Brezillon (Mon Feb 26 2018 - 15:36:40 EST)
- Re: [PATCH 1/2] i2c: piix4: Use request_muxed_region Guenter Roeck (Mon Feb 26 2018 - 15:38:11 EST)
- [PATCH 4.15 05/64] xtensa: fix high memory/reserved memory collision Greg Kroah-Hartman (Mon Feb 26 2018 - 15:39:03 EST)
- [PATCH 4.15 06/64] scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info Greg Kroah-Hartman (Mon Feb 26 2018 - 15:39:16 EST)
- Re: [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO overflow calculation for 32-bit systems Alexey Brodkin (Mon Feb 26 2018 - 15:39:19 EST)
- [PATCH 4.15 07/64] MIPS: Drop spurious __unused in struct compat_flock Greg Kroah-Hartman (Mon Feb 26 2018 - 15:39:51 EST)
- Re: Long standing kernel warning: perfevents: irq loop stuck! Andi Kleen (Mon Feb 26 2018 - 15:40:00 EST)
- [PATCH 4.15 03/64] kconfig.h: Include compiler types to avoid missed struct attributes Greg Kroah-Hartman (Mon Feb 26 2018 - 15:40:27 EST)
- Re: [PATCH v1 4/4] pci: Re-use new dmi_get_bios_year() helper Jean Delvare (Mon Feb 26 2018 - 15:40:33 EST)
- Re: [PATCH v2 2/7] i3c: Add core I3C infrastructure Boris Brezillon (Mon Feb 26 2018 - 15:41:01 EST)
- [PATCH 4.15 26/64] Kbuild: always define endianess in kconfig.h Greg Kroah-Hartman (Mon Feb 26 2018 - 15:41:31 EST)
- [PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig Arnd Bergmann (Mon Feb 26 2018 - 15:41:38 EST)
- [PATCH 4.15 24/64] iio: buffer: check if a buffer has been set up when poll is called Greg Kroah-Hartman (Mon Feb 26 2018 - 15:42:10 EST)
- [PATCH 4.15 21/64] RDMA/uverbs: Sanitize user entered port numbers prior to access it Greg Kroah-Hartman (Mon Feb 26 2018 - 15:42:45 EST)
- [PATCH 4.15 17/64] RDMA/uverbs: Protect from races between lookup and destroy of uobjects Greg Kroah-Hartman (Mon Feb 26 2018 - 15:43:32 EST)
- [PATCH 4.15 15/64] extcon: int3496: process id-pin first so that we start with the right status Greg Kroah-Hartman (Mon Feb 26 2018 - 15:43:56 EST)
- [PATCH 4.15 13/64] PKCS#7: fix certificate chain verification Greg Kroah-Hartman (Mon Feb 26 2018 - 15:44:07 EST)
- [PATCH 4.15 14/64] PKCS#7: fix certificate blacklisting Greg Kroah-Hartman (Mon Feb 26 2018 - 15:44:24 EST)
- Re: arc: mm->mmap_sem gets locked in do_page_fault() in case of OOM killer invocation Alexey Brodkin (Mon Feb 26 2018 - 15:44:56 EST)
- [PATCH 4.15 01/64] netfilter: drop outermost socket lock in getsockopt() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:45:12 EST)
- [PATCH 4.14 34/54] arm64: Disable unhandled signal log messages by default Greg Kroah-Hartman (Mon Feb 26 2018 - 15:45:28 EST)
- [PATCH 4.14 40/54] usb: dwc3: ep0: Reset TRB counter for ep0 IN Greg Kroah-Hartman (Mon Feb 26 2018 - 15:46:04 EST)
- [PATCH 4.14 39/54] usb: dwc3: gadget: Set maxpacket size for ep0 IN Greg Kroah-Hartman (Mon Feb 26 2018 - 15:46:15 EST)
- [PATCH v2 2/2] i2c: piix4: Use request_muxed_region Guenter Roeck (Mon Feb 26 2018 - 15:47:05 EST)
- [PATCH 4.14 54/54] drm/i915/breadcrumbs: Ignore unsubmitted signalers Greg Kroah-Hartman (Mon Feb 26 2018 - 15:47:16 EST)
- [PATCH v2 1/2] i2c: piix4: Use usleep_range() Guenter Roeck (Mon Feb 26 2018 - 15:47:32 EST)
- [PATCH 4.14 53/54] drm/amdgpu: add new device to use atpx quirk Greg Kroah-Hartman (Mon Feb 26 2018 - 15:47:53 EST)
- [PATCH 4.14 47/54] drm: Handle unexpected holes in color-eviction Greg Kroah-Hartman (Mon Feb 26 2018 - 15:48:37 EST)
- [PATCH 4.14 08/54] cfg80211: fix cfg80211_beacon_dup Greg Kroah-Hartman (Mon Feb 26 2018 - 15:49:31 EST)
- [PATCH 4.14 05/54] xtensa: fix high memory/reserved memory collision Greg Kroah-Hartman (Mon Feb 26 2018 - 15:49:59 EST)
- [PATCH 4.14 04/54] MIPS: boot: Define __ASSEMBLY__ for its.S build Greg Kroah-Hartman (Mon Feb 26 2018 - 15:50:11 EST)
- [PATCH 4.14 33/54] arm64: Remove unimplemented syscall log message Greg Kroah-Hartman (Mon Feb 26 2018 - 15:50:24 EST)
- [PATCH 4.14 32/54] usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:50:36 EST)
- [PATCH 4.14 31/54] ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:51:03 EST)
- [PATCH 4.14 03/54] kconfig.h: Include compiler types to avoid missed struct attributes Greg Kroah-Hartman (Mon Feb 26 2018 - 15:51:13 EST)
- [PATCH 4.14 28/54] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:51:46 EST)
- [PATCH 4.14 25/54] Kbuild: always define endianess in kconfig.h Greg Kroah-Hartman (Mon Feb 26 2018 - 15:51:56 EST)
- [PATCH 4.14 26/54] x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() Greg Kroah-Hartman (Mon Feb 26 2018 - 15:52:08 EST)
- Re: [PATCH v2 2/2] i2c: piix4: Use request_muxed_region Wolfram Sang (Mon Feb 26 2018 - 15:52:14 EST)
- [PATCH 4.14 23/54] iio: buffer: check if a buffer has been set up when poll is called Greg Kroah-Hartman (Mon Feb 26 2018 - 15:52:55 EST)
- [PATCH 4.14 02/54] arm64: mm: dont write garbage into TTBR1_EL1 register Greg Kroah-Hartman (Mon Feb 26 2018 - 15:53:25 EST)
- [PATCH 4.14 19/54] RDMA/uverbs: Fix circular locking dependency Greg Kroah-Hartman (Mon Feb 26 2018 - 15:53:41 EST)
- [PATCH 4.14 17/54] RDMA/uverbs: Protect from command mask overflow Greg Kroah-Hartman (Mon Feb 26 2018 - 15:54:04 EST)
- [PATCH 4.14 14/54] PKCS#7: fix certificate blacklisting Greg Kroah-Hartman (Mon Feb 26 2018 - 15:54:36 EST)
- [PATCH 4.14 13/54] PKCS#7: fix certificate chain verification Greg Kroah-Hartman (Mon Feb 26 2018 - 15:54:54 EST)
- [PATCH 4.14 12/54] X.509: fix NULL dereference when restricting key with unsupported_sig Greg Kroah-Hartman (Mon Feb 26 2018 - 15:55:09 EST)
- Re: [PATCH v11 2/7] PCI/AER: factor out error reporting from AER Bjorn Helgaas (Mon Feb 26 2018 - 15:55:28 EST)
- Re: [PATCH 0/5] x86/boot/compressed/64: Prepare trampoline memory Kirill A. Shutemov (Mon Feb 26 2018 - 15:55:43 EST)
- [PATCH 4.14 10/54] i2c: bcm2835: Set up the rising/falling edge delays Greg Kroah-Hartman (Mon Feb 26 2018 - 15:55:57 EST)
- [PATCH 4.9 38/39] mm: fail get_vaddr_frames() for filesystem-dax mappings Greg Kroah-Hartman (Mon Feb 26 2018 - 15:56:35 EST)
- Re: [PATCH] PCI: stop crashing in pci_release_resource v2 Bjorn Helgaas (Mon Feb 26 2018 - 15:56:40 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Konrad Rzeszutek Wilk (Mon Feb 26 2018 - 15:56:47 EST)
- [PATCH 4.9 09/39] iio: adis_lib: Initialize trigger before requesting interrupt Greg Kroah-Hartman (Mon Feb 26 2018 - 15:57:34 EST)
- [PATCH 4.9 36/39] libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignment Greg Kroah-Hartman (Mon Feb 26 2018 - 15:57:40 EST)
- [PATCH 4.9 08/39] iio: buffer: check if a buffer has been set up when poll is called Greg Kroah-Hartman (Mon Feb 26 2018 - 15:58:06 EST)
- [PATCH 4.9 05/39] X.509: fix BUG_ON() when hash algorithm is unsupported Greg Kroah-Hartman (Mon Feb 26 2018 - 15:58:42 EST)
- [PATCH 4.9 33/39] mm: introduce get_user_pages_longterm Greg Kroah-Hartman (Mon Feb 26 2018 - 15:59:01 EST)
- WARNING: ODEBUG bug in process_one_req syzbot (Mon Feb 26 2018 - 15:59:14 EST)
- [PATCH 4.9 31/39] libnvdimm: fix integer overflow static analysis warning Greg Kroah-Hartman (Mon Feb 26 2018 - 15:59:49 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Dan Murphy (Mon Feb 26 2018 - 16:00:00 EST)
- [PATCH 4.9 30/39] fs/dax.c: fix inefficiency in dax_writeback_mapping_range() Greg Kroah-Hartman (Mon Feb 26 2018 - 16:00:26 EST)
- [PATCH 4.9 03/39] scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info Greg Kroah-Hartman (Mon Feb 26 2018 - 16:00:43 EST)
- [PATCH 4.9 22/39] usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path Greg Kroah-Hartman (Mon Feb 26 2018 - 16:01:11 EST)
- [PATCH 4.9 26/39] drm/amdgpu: add new device to use atpx quirk Greg Kroah-Hartman (Mon Feb 26 2018 - 16:01:22 EST)
- [PATCH 4.9 27/39] binder: add missing binder_unlock() Greg Kroah-Hartman (Mon Feb 26 2018 - 16:01:33 EST)
- [PATCH 4.9 25/39] drm/amdgpu: Avoid leaking PM domain on driver unbind (v2) Greg Kroah-Hartman (Mon Feb 26 2018 - 16:01:57 EST)
- [PATCH 4.9 21/39] usb: gadget: f_fs: Process all descriptors during bind Greg Kroah-Hartman (Mon Feb 26 2018 - 16:02:13 EST)
- [PATCH 4.9 19/39] usb: ldusb: add PIDs for new CASSY devices supported by this driver Greg Kroah-Hartman (Mon Feb 26 2018 - 16:02:41 EST)
- [PATCH 4.9 17/39] drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA Greg Kroah-Hartman (Mon Feb 26 2018 - 16:03:06 EST)
- [PATCH 4.9 12/39] PCI/cxgb4: Extend T3 PCI quirk to T4+ devices Greg Kroah-Hartman (Mon Feb 26 2018 - 16:03:47 EST)
- [PATCH 4.9 11/39] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() Greg Kroah-Hartman (Mon Feb 26 2018 - 16:03:58 EST)
- Re: [PATCH 3/4] i2c: xlp9xx: report SMBus block read functionality Wolfram Sang (Mon Feb 26 2018 - 16:04:13 EST)
- [PATCH 4.4 17/22] usb: dwc3: gadget: Set maxpacket size for ep0 IN Greg Kroah-Hartman (Mon Feb 26 2018 - 16:05:01 EST)
- [PATCH 4.4 12/22] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() Greg Kroah-Hartman (Mon Feb 26 2018 - 16:05:45 EST)
- [PATCH 4.4 11/22] x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() Greg Kroah-Hartman (Mon Feb 26 2018 - 16:06:00 EST)
- [PATCH 3.18 07/13] iio: adis_lib: Initialize trigger before requesting interrupt Greg Kroah-Hartman (Mon Feb 26 2018 - 16:06:46 EST)
- [PATCH 3.18 03/13] xtensa: fix high memory/reserved memory collision Greg Kroah-Hartman (Mon Feb 26 2018 - 16:06:58 EST)
- [PATCH 3.18 13/13] ASN.1: fix out-of-bounds read when parsing indefinite length item Greg Kroah-Hartman (Mon Feb 26 2018 - 16:07:09 EST)
- [PATCH 3.18 04/13] scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info Greg Kroah-Hartman (Mon Feb 26 2018 - 16:07:27 EST)
- [PATCH 3.18 02/13] PCI: keystone: Fix interrupt-controller-node lookup Greg Kroah-Hartman (Mon Feb 26 2018 - 16:07:41 EST)
- [PATCH 3.18 06/13] iio: buffer: check if a buffer has been set up when poll is called Greg Kroah-Hartman (Mon Feb 26 2018 - 16:07:51 EST)
- [PATCH 3.18 05/13] cfg80211: fix cfg80211_beacon_dup Greg Kroah-Hartman (Mon Feb 26 2018 - 16:08:06 EST)
- [PATCH 3.18 10/13] arm64: Disable unhandled signal log messages by default Greg Kroah-Hartman (Mon Feb 26 2018 - 16:08:42 EST)
- Re: [PATCH v12 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled Dave Hansen (Mon Feb 26 2018 - 16:12:54 EST)
- [PATCH 3.16] staging: usbip stub_rx fix static checker warning on unnecessary checks Shuah Khan (Mon Feb 26 2018 - 16:13:17 EST)
- [RFC PATCH] Take mmap_min_addr into account while choosing unmapped address for x86-64. Ilya Smith (Mon Feb 26 2018 - 16:14:27 EST)
- Re: [PATCH v12 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey Dave Hansen (Mon Feb 26 2018 - 16:14:43 EST)
- Re: [PATCH v12 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys Dave Hansen (Mon Feb 26 2018 - 16:16:27 EST)
- Re: [PATCH v2 0/3] Support qcom pinctrl protected pins Timur Tabi (Mon Feb 26 2018 - 16:18:51 EST)
- [PATCH v4] rtc: ac100: Fix ac100 determine rate bug Philipp Rossak (Mon Feb 26 2018 - 16:19:12 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Guenter Roeck (Mon Feb 26 2018 - 16:19:30 EST)
- [PATCH 1/2] proc: test /proc/self/wchan Alexey Dobriyan (Mon Feb 26 2018 - 16:20:15 EST)
- [PATCH 2/2] proc: test /proc/self/syscall Alexey Dobriyan (Mon Feb 26 2018 - 16:21:55 EST)
- Re: [RESEND][PATCH v4 1/3] i2c: piix4: Fix port selection for AMD Family 16h Model 30h Andrew Cooks (Mon Feb 26 2018 - 16:22:03 EST)
- Re: [LKP] [lkp-robot] [mm, mlock, vmscan] 9c4e6b1a70: stress-ng.hdd.ops_per_sec -7.9% regression Shakeel Butt (Mon Feb 26 2018 - 16:24:10 EST)
- Re: [PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig Tony Lindgren (Mon Feb 26 2018 - 16:25:26 EST)
- Re: [PATCH v5 0/4] ARM: OMAP2+: AM33XX/AM43XX: Add suspend-resume support Tony Lindgren (Mon Feb 26 2018 - 16:26:58 EST)
- Re: [RFC PATCH] ARM: configs: sunxi: Set ondemand govenor as default Philipp Rossak (Mon Feb 26 2018 - 16:29:39 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Konrad Rzeszutek Wilk (Mon Feb 26 2018 - 16:30:59 EST)
- Re: [PATCH v2 2/2] i2c: piix4: Use request_muxed_region Guenter Roeck (Mon Feb 26 2018 - 16:34:15 EST)
- Re: [PATCH 11/12] PM / AVS: SmartReflex: Prepare to use device tree based probing Tony Lindgren (Mon Feb 26 2018 - 16:34:21 EST)
- Re: [PATCH v2 2/7] i3c: Add core I3C infrastructure Boris Brezillon (Mon Feb 26 2018 - 16:39:25 EST)
- Re: [PATCH v2 2/2] i2c: piix4: Use request_muxed_region Wolfram Sang (Mon Feb 26 2018 - 16:43:17 EST)
- Re: [PATCH v2 2/2] i2c: piix4: Use request_muxed_region Wolfram Sang (Mon Feb 26 2018 - 16:44:23 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Tony Lindgren (Mon Feb 26 2018 - 16:45:28 EST)
- [PATCH net-next 1/4] net: stmmac: ensure that the MSS desc is the last desc to set the own bit Niklas Cassel (Mon Feb 26 2018 - 16:47:32 EST)
- [PATCH net-next 3/4] net: stmmac: ensure that the device has released ownership before reading data Niklas Cassel (Mon Feb 26 2018 - 16:47:42 EST)
- [PATCH net-next 4/4] net: stmmac: make dwmac4_release_tx_desc() clear all descriptor fields Niklas Cassel (Mon Feb 26 2018 - 16:47:58 EST)
- [PATCH net-next 2/4] net: stmmac: use correct barrier between coherent memory and MMIO Niklas Cassel (Mon Feb 26 2018 - 16:48:18 EST)
- Re: [PATCH v3 1/3] mm/free_pcppages_bulk: update pcp->count inside David Rientjes (Mon Feb 26 2018 - 16:48:25 EST)
- Re: [PATCH V15 06/22] mmc: block: Add blk-mq support Dmitry Osipenko (Mon Feb 26 2018 - 16:48:36 EST)
- [PATCH net-next 0/4] stmmac barrier fixes and cleanup Niklas Cassel (Mon Feb 26 2018 - 16:49:05 EST)
- Re: [PATCHv2] PM / wakeirq: Add wakeup name to dedicated wake irqs Tony Lindgren (Mon Feb 26 2018 - 16:51:11 EST)
- Re: [PATCH v6 4/5] fuse: Ensure posix acls are translated outside of init_user_ns Eric W. Biederman (Mon Feb 26 2018 - 16:51:59 EST)
- [PATCH tip/core/rcu 0/20] Miscellaneous fixes Paul E. McKenney (Mon Feb 26 2018 - 16:52:06 EST)
- [PATCH tip/core/rcu 11/20] rcu: More clearly identify grace-period kthread stack dump Paul E. McKenney (Mon Feb 26 2018 - 16:53:02 EST)
- [PATCH tip/core/rcu 13/20] rcu: Remove redundant nxttail index macro define Paul E. McKenney (Mon Feb 26 2018 - 16:53:07 EST)
- Re: [PATCH v3 2/3] mm/free_pcppages_bulk: do not hold lock when picking pages to free David Rientjes (Mon Feb 26 2018 - 16:53:21 EST)
- [PATCH tip/core/rcu 08/20] rcu: Remove obsolete callback-invocation statistics for debugfs Paul E. McKenney (Mon Feb 26 2018 - 16:53:31 EST)
- [PATCH tip/core/rcu 01/20] rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data() Paul E. McKenney (Mon Feb 26 2018 - 16:53:50 EST)
- [PATCH tip/core/rcu 05/20] doc: Fix typo in rcu_head comments Paul E. McKenney (Mon Feb 26 2018 - 16:54:01 EST)
- [PATCH tip/core/rcu 20/20] rcu: Create RCU-specific workqueues with rescuers Paul E. McKenney (Mon Feb 26 2018 - 16:54:05 EST)
- [PATCH tip/core/rcu 10/20] rcu: Remove obsolete force-quiescent-state statistics for debugfs Paul E. McKenney (Mon Feb 26 2018 - 16:54:24 EST)
- [PATCH tip/core/rcu 19/20] rcu: Make expedited RCU CPU selection avoid unnecessary stores Paul E. McKenney (Mon Feb 26 2018 - 16:54:36 EST)
- [PATCH tip/core/rcu 15/20] rcu: Fix init_rcu_head() comment. Paul E. McKenney (Mon Feb 26 2018 - 16:54:48 EST)
- [PATCH tip/core/rcu 12/20] rcu: Consolidate rcu.h #ifdefs Paul E. McKenney (Mon Feb 26 2018 - 16:54:56 EST)
- [PATCH tip/core/rcu 14/20] rcu: Use wrapper for lockdep asserts Paul E. McKenney (Mon Feb 26 2018 - 16:55:06 EST)
- Re: [PATCH v1] genirq: Add wakeup sysfs node to show IRQ wakeup state Tony Lindgren (Mon Feb 26 2018 - 16:55:15 EST)
- Re: [PATCHv2] PM / wakeirq: Add wakeup name to dedicated wake irqs Andy Shevchenko (Mon Feb 26 2018 - 16:55:25 EST)
- [PATCH tip/core/rcu 18/20] rcu: Trace expedited GP delays due to transitioning CPUs Paul E. McKenney (Mon Feb 26 2018 - 16:55:55 EST)
- [PATCH tip/core/rcu 0/5] SRCU updates Paul E. McKenney (Mon Feb 26 2018 - 16:56:01 EST)
- [PATCH tip/core/rcu 5/5] rcu: Remove SRCU throttling Paul E. McKenney (Mon Feb 26 2018 - 16:56:21 EST)
- [PATCH tip/core/rcu 2/5] srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrap Paul E. McKenney (Mon Feb 26 2018 - 16:56:31 EST)
- [PATCH tip/core/rcu 3/5] srcu: Reduce scans of srcu_data in counter wrap check Paul E. McKenney (Mon Feb 26 2018 - 16:56:42 EST)
- [PATCH tip/core/rcu 1/5] srcu: Abstract function name Paul E. McKenney (Mon Feb 26 2018 - 16:56:59 EST)
- [PATCH tip/core/rcu 4/5] srcu: Remove dead code in srcu_gp_end() Paul E. McKenney (Mon Feb 26 2018 - 16:57:12 EST)
- [PATCH tip/core/rcu 02/20] sched/isolation: Eliminate NO_HZ_FULL_ALL Paul E. McKenney (Mon Feb 26 2018 - 16:57:29 EST)
- [PATCH tip/core/rcu 07/20] rcu: Remove obsolete boost statistics for debugfs Paul E. McKenney (Mon Feb 26 2018 - 16:57:41 EST)
- [PATCH tip/core/rcu 09/20] rcu: Remove obsolete __rcu_pending() statistics for debugfs Paul E. McKenney (Mon Feb 26 2018 - 16:57:50 EST)
- [PATCH tip/core/rcu 16/20] rcu: Fix misprint in srcu_funnel_exp_start Paul E. McKenney (Mon Feb 26 2018 - 16:58:03 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Dan Murphy (Mon Feb 26 2018 - 16:58:21 EST)
- [PATCH tip/core/rcu 04/20] doc: Fix typo in rcutorture documentation Paul E. McKenney (Mon Feb 26 2018 - 16:58:37 EST)
- [PATCH tip/core/rcu 17/20] rcu: Add more tracing of expedited grace periods Paul E. McKenney (Mon Feb 26 2018 - 16:58:46 EST)
- [PATCH tip/core/rcu 06/20] rcu: Call touch_nmi_watchdog() while printing stall warnings Paul E. McKenney (Mon Feb 26 2018 - 16:58:53 EST)
- [PATCH tip/core/rcu 03/20] rcu: Fix CPU offload boot message when no CPUs are offloaded Paul E. McKenney (Mon Feb 26 2018 - 16:59:06 EST)
- Re: [PATCHv2] PM / wakeirq: Add wakeup name to dedicated wake irqs Rafael J. Wysocki (Mon Feb 26 2018 - 17:01:25 EST)
- [PATCH tip/core/rcu 0/12] Torture-test updates Paul E. McKenney (Mon Feb 26 2018 - 17:02:07 EST)
- [PATCH v2 0/2] of: remove kbasename() from core frowand . list (Mon Feb 26 2018 - 17:02:19 EST)
- [PATCH tip/core/rcu 11/12] torture: Grace periods do not piggyback off of themselves Paul E. McKenney (Mon Feb 26 2018 - 17:02:38 EST)
- [PATCH tip/core/rcu 09/12] torture: Default jitter off when running rcuperf Paul E. McKenney (Mon Feb 26 2018 - 17:02:49 EST)
- [PATCH tip/core/rcu 01/12] rcutorture: Replace multi-instance kzalloc() with kcalloc() Paul E. McKenney (Mon Feb 26 2018 - 17:03:00 EST)
- [PATCH tip/core/rcu 12/12] torture: Provide more sensible nreader/nwriter defaults for rcuperf Paul E. McKenney (Mon Feb 26 2018 - 17:03:12 EST)
- [PATCH tip/core/rcu 04/12] rcutorture: Re-enable testing of dynamic expediting Paul E. McKenney (Mon Feb 26 2018 - 17:03:21 EST)
- [PATCH tip/core/rcu 02/12] rcutorture: Abstract function and module names Paul E. McKenney (Mon Feb 26 2018 - 17:03:33 EST)
- [PATCH tip/core/rcu 07/12] rcutorture: Add basic ARM64 support to run scripts Paul E. McKenney (Mon Feb 26 2018 - 17:03:44 EST)
- [PATCH tip/core/rcu 03/12] rcutorture: Avoid fake-writer use of undefined primitives Paul E. McKenney (Mon Feb 26 2018 - 17:03:55 EST)
- [PATCH tip/core/rcu 10/12] torture: Adjust rcuperf trace processing to allow for workqueues Paul E. McKenney (Mon Feb 26 2018 - 17:04:00 EST)
- [PATCH tip/core/rcu 06/12] rcutorture: Update kvm.sh header comment Paul E. McKenney (Mon Feb 26 2018 - 17:04:11 EST)
- [PATCH tip/core/rcu 08/12] torture: Specify qemu memory size with --memory argument Paul E. McKenney (Mon Feb 26 2018 - 17:04:36 EST)
- [PATCH tip/core/rcu 05/12] rcutorture: Record which grace-period primitives are tested Paul E. McKenney (Mon Feb 26 2018 - 17:04:48 EST)
- [PATCH v2 1/2] of: unittest: clean up changeset test frowand . list (Mon Feb 26 2018 - 17:05:00 EST)
- [PATCH v2 2/2] of: overlay: do not include path in full_name of added nodes frowand . list (Mon Feb 26 2018 - 17:05:13 EST)
- Re: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Auger Eric (Mon Feb 26 2018 - 17:05:57 EST)
- Re: [PATCH 2/3] mwifiex: support sysfs initiated device coredump Brian Norris (Mon Feb 26 2018 - 17:06:23 EST)
- Re: Removing architectures without upstream gcc support Eric W. Biederman (Mon Feb 26 2018 - 17:12:57 EST)
- Re: [PATCH] KVM: VMX: expose the host's ARCH_CAPABILITIES MSR to userspace Konrad Rzeszutek Wilk (Mon Feb 26 2018 - 17:13:14 EST)
- Next batch of LKMM patches Paul E. McKenney (Mon Feb 26 2018 - 17:13:19 EST)
- Re: [PATCH 06/21] powerpc: Avoid comparison of unsigned long >= 0 in __access_ok Segher Boessenkool (Mon Feb 26 2018 - 17:18:30 EST)
- Re: [PATCH 0.5/12] ARM: OMAP2+: Prepare to pass auxdata for smartreflex Tony Lindgren (Mon Feb 26 2018 - 17:23:34 EST)
- Re: [PATCH] KVM: VMX: expose the host's ARCH_CAPABILITIES MSR to userspace Konrad Rzeszutek Wilk (Mon Feb 26 2018 - 17:24:12 EST)
- Re: [PATCH 2/3] mwifiex: support sysfs initiated device coredump Arend van Spriel (Mon Feb 26 2018 - 17:25:15 EST)
- Re: [PATCH v2 2/2] i2c: piix4: Use request_muxed_region Guenter Roeck (Mon Feb 26 2018 - 17:28:12 EST)
- Re: [PATCH v2 2/2] i2c: piix4: Use request_muxed_region Guenter Roeck (Mon Feb 26 2018 - 17:29:08 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Robert Abel (Mon Feb 26 2018 - 17:29:24 EST)
- Re: [PATCH v3] usb: core: Add "quirks" parameter for usbcore kbuild test robot (Mon Feb 26 2018 - 17:30:20 EST)
- Re: [PATCH 2/5] x86/boot/compressed/64: Find a place for 32-bit trampoline Borislav Petkov (Mon Feb 26 2018 - 17:31:08 EST)
- Re: [PATCH v1] kernel.h: Update comment about simple_strto<foo>() functions Miguel Ojeda (Mon Feb 26 2018 - 17:31:49 EST)
- Re: [RFC PATCH V4] pci: virtio_pci: Add SR-IOV support for virtio_pci devices Michael S. Tsirkin (Mon Feb 26 2018 - 17:32:56 EST)
- Re: [RFC PATCH V4] pci: virtio_pci: Add SR-IOV support for virtio_pci devices Alexander Duyck (Mon Feb 26 2018 - 17:38:08 EST)
- Re: [RFC PATCH V4] pci: virtio_pci: Add SR-IOV support for virtio_pci devices Michael S. Tsirkin (Mon Feb 26 2018 - 17:38:25 EST)
- linux-next: Signed-off-by missing for commit in the rcu tree Stephen Rothwell (Mon Feb 26 2018 - 17:39:01 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Robert Abel (Mon Feb 26 2018 - 17:39:04 EST)
- Re: [RFC PATCH V4] pci: virtio_pci: Add SR-IOV support for virtio_pci devices Michael S. Tsirkin (Mon Feb 26 2018 - 17:39:23 EST)
- [PATCH] KVM: x86: Make enum conversion explicit in kvm_pdptr_read() Matthias Kaehlcke (Mon Feb 26 2018 - 17:42:44 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Robert Abel (Mon Feb 26 2018 - 17:43:43 EST)
- Re: [RFC PATCH V4] pci: virtio_pci: Add SR-IOV support for virtio_pci devices Alexander Duyck (Mon Feb 26 2018 - 17:45:05 EST)
- Re: [PATCH] KVM: x86: Make enum conversion explicit in kvm_pdptr_read() Guenter Roeck (Mon Feb 26 2018 - 17:46:27 EST)
- Re: [PATCH v4 01/24] docs: fpga: add a document for FPGA Device Feature List (DFL) Framework Overview Alan Tull (Mon Feb 26 2018 - 17:49:44 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Robert Abel (Mon Feb 26 2018 - 18:00:52 EST)
- Re: [PATCH] nbd: fix return value in error handling path Omar Sandoval (Mon Feb 26 2018 - 18:01:40 EST)
- Re: [PATCH] clk: tegra: fix pllu rate configuration Marcel Ziswiler (Mon Feb 26 2018 - 18:04:37 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Robert Abel (Mon Feb 26 2018 - 18:05:19 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Miguel Ojeda (Mon Feb 26 2018 - 18:07:01 EST)
- Re: [PATCH 1/3] auxdisplay: charlcd: fix hex literal ranges for graphics command Robert Abel (Mon Feb 26 2018 - 18:08:49 EST)
- [PATCH] mm: Provide consistent declaration for num_poisoned_pages Guenter Roeck (Mon Feb 26 2018 - 18:09:37 EST)
- Re: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Alex Williamson (Mon Feb 26 2018 - 18:13:19 EST)
- Re: [alsa-devel] regression v4.16 on Nokia N900: sound does not work Pavel Machek (Mon Feb 26 2018 - 18:13:44 EST)
- [PATCH] PCI: Move declaration of of_irq_parse_and_map_pci under OF_IRQ Guenter Roeck (Mon Feb 26 2018 - 18:19:15 EST)
- [PATCH] sparc64: Oracle DAX driver depends on SPARC64 Guenter Roeck (Mon Feb 26 2018 - 18:21:26 EST)
- Re: linux-next: Signed-off-by missing for commit in the rcu tree Paul E. McKenney (Mon Feb 26 2018 - 18:22:02 EST)
- Re: [PATCH 2/2] kbuild: simplify ld-option implementation Nick Desaulniers (Mon Feb 26 2018 - 18:23:15 EST)
- [PATCH] x86/mm/sme: Disable stack protection for mem_encrypt_identity.c Tom Lendacky (Mon Feb 26 2018 - 18:26:06 EST)
- Re: linux-next: manual merge of the bpf-next tree with the bpf tree Stephen Rothwell (Mon Feb 26 2018 - 18:29:16 EST)
- Re: [alsa-devel] regression v4.16 on Nokia N900: sound does not work Pavel Machek (Mon Feb 26 2018 - 18:30:40 EST)
- Re: [GIT PULL] tpmdd fixes for 4.16 James Morris (Mon Feb 26 2018 - 18:34:48 EST)
- Re: [PATCH] rcu: Remove the unnecessary separate function, rcu_preempt_do_callback() Byungchul Park (Mon Feb 26 2018 - 18:35:57 EST)
- Re: [PATCH] rcu: Remove the unnecessary separate function, rcu_preempt_do_callback() Byungchul Park (Mon Feb 26 2018 - 18:41:01 EST)
- Re: [PATCH 8/9] drm/xen-front: Implement GEM operations Boris Ostrovsky (Mon Feb 26 2018 - 18:47:08 EST)
- [GIT PULL] TPM: Bug fixes James Morris (Mon Feb 26 2018 - 18:48:53 EST)
- [PATCH v7 0/7] fuse: mounts from non-init user namespaces Eric W. Biederman (Mon Feb 26 2018 - 18:53:03 EST)
- [PATCH v7 1/7] fuse: Remove the buggy retranslation of pids in fuse_dev_do_read Eric W. Biederman (Mon Feb 26 2018 - 18:54:10 EST)
- [PATCH v7 2/7] fuse: Fail all requests with invalid uids or gids Eric W. Biederman (Mon Feb 26 2018 - 18:54:29 EST)
- [PATCH v7 3/7] fs/posix_acl: Document that get_acl respects ACL_DONT_CACHE Eric W. Biederman (Mon Feb 26 2018 - 18:54:34 EST)
- [PATCH v7 4/7] fuse: Cache a NULL acl when FUSE_GETXATTR returns -ENOSYS Eric W. Biederman (Mon Feb 26 2018 - 18:54:45 EST)
- [PATCH v7 5/7] fuse: Simplfiy the posix acl handling logic. Eric W. Biederman (Mon Feb 26 2018 - 18:54:53 EST)
- [PATCH v7 7/7] fuse: Restrict allow_other to the superblock's namespace or a descendant Eric W. Biederman (Mon Feb 26 2018 - 18:54:58 EST)
- Re: [PATCH] rcu: Remove the unnecessary separate function, rcu_preempt_do_callback() Paul E. McKenney (Mon Feb 26 2018 - 18:55:14 EST)
- [PATCH v7 6/7] fuse: Support fuse filesystems outside of init_user_ns Eric W. Biederman (Mon Feb 26 2018 - 18:55:35 EST)
- Re: [PATCH] mm: Provide consistent declaration for num_poisoned_pages David Rientjes (Mon Feb 26 2018 - 18:57:39 EST)
- [PATCH 3/3] console: Expand dummy functions for CFI Kees Cook (Mon Feb 26 2018 - 19:04:38 EST)
- [PATCH 0/3] console: Expand dummy functions for CFI Kees Cook (Mon Feb 26 2018 - 19:04:53 EST)
- Re: [PATCH v15 11/11] RFC: fw_cfg: do DMA read operation Michael S. Tsirkin (Mon Feb 26 2018 - 19:04:59 EST)
- [PATCH 1/3] console: SisUSB2VGA: Drop dummy con_font_get() Kees Cook (Mon Feb 26 2018 - 19:05:18 EST)
- [PATCH 2/3] console: Fill in struct consw argument names Kees Cook (Mon Feb 26 2018 - 19:05:34 EST)
- Re: [PATCH v15 02/11] fw_cfg: add a public uapi header Michael S. Tsirkin (Mon Feb 26 2018 - 19:06:34 EST)
- Re: [PATCH 4.4 00/22] 4.4.119-stable review Nathan Chancellor (Mon Feb 26 2018 - 19:08:45 EST)
- Re: [PATCH v2 char-misc 1/1] Drivers: hv: vmbus: Fix ring buffer signaling Stephen Hemminger (Mon Feb 26 2018 - 19:10:11 EST)
- Re: [PATCH v5 0/4] ARM: OMAP2+: AM33XX/AM43XX: Add suspend-resume support santosh.shilimkar@xxxxxxxxxx (Mon Feb 26 2018 - 19:19:34 EST)
- Re: [PATCH v15 08/11] fw_cfg: handle fw_cfg_read_blob() error Michael S. Tsirkin (Mon Feb 26 2018 - 19:20:23 EST)
- [PATCH 4/4 v2] mm: use access_remote_vm() in get_cmdline() Yang Shi (Mon Feb 26 2018 - 19:26:20 EST)
- [PATCH 2/4 v2] fs: proc: use down_read_killable in proc_pid_cmdline_read() Yang Shi (Mon Feb 26 2018 - 19:26:28 EST)
- [PATCH 1/4 v2] mm: add access_remote_vm_killable APIs Yang Shi (Mon Feb 26 2018 - 19:26:42 EST)
- [RFC PATCH 0/4 v2] Define killable version for access_remote_vm() and use it in fs/proc Yang Shi (Mon Feb 26 2018 - 19:26:54 EST)
- [PATCH 3/4 v2] fs: proc: use down_read_killable() in environ_read() Yang Shi (Mon Feb 26 2018 - 19:27:05 EST)
- Re: [PATCH v15 10/11] fw_cfg: write vmcoreinfo details Michael S. Tsirkin (Mon Feb 26 2018 - 19:28:34 EST)
- Re: [PATCH v15 00/11] fw_cfg: add DMA operations & etc/vmcoreinfo support Michael S. Tsirkin (Mon Feb 26 2018 - 19:29:37 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Reinette Chatre (Mon Feb 26 2018 - 19:34:49 EST)
- [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions MickaÃl SalaÃn (Mon Feb 26 2018 - 19:42:57 EST)
- [PATCH bpf-next v8 09/11] bpf: Add a Landlock sandbox example MickaÃl SalaÃn (Mon Feb 26 2018 - 19:43:03 EST)
- [PATCH bpf-next v8 07/11] landlock: Handle filesystem access control MickaÃl SalaÃn (Mon Feb 26 2018 - 19:43:31 EST)
- [PATCH bpf-next v8 10/11] bpf,landlock: Add tests for Landlock MickaÃl SalaÃn (Mon Feb 26 2018 - 19:43:48 EST)
- [PATCH bpf-next v8 11/11] landlock: Add user and kernel documentation for Landlock MickaÃl SalaÃn (Mon Feb 26 2018 - 19:44:04 EST)
- [PATCH bpf-next v8 01/11] fs,security: Add a security blob to nameidata MickaÃl SalaÃn (Mon Feb 26 2018 - 19:44:38 EST)
- [RFC -mm] mm: Fix races between swapoff and flush dcache Huang, Ying (Mon Feb 26 2018 - 19:44:49 EST)
- [PATCH bpf-next v8 06/11] bpf,landlock: Add a new map type: inode MickaÃl SalaÃn (Mon Feb 26 2018 - 19:45:06 EST)
- [PATCH bpf-next v8 02/11] fs,security: Add a new file access type: MAY_CHROOT MickaÃl SalaÃn (Mon Feb 26 2018 - 19:45:29 EST)
- [PATCH bpf-next v8 04/11] bpf,landlock: Define an eBPF program type for Landlock hooks MickaÃl SalaÃn (Mon Feb 26 2018 - 19:45:53 EST)
- [PATCH bpf-next v8 03/11] bpf: Add eBPF program subtype and is_valid_subtype() verifier MickaÃl SalaÃn (Mon Feb 26 2018 - 19:46:12 EST)
- [PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing MickaÃl SalaÃn (Mon Feb 26 2018 - 19:46:31 EST)
- [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy MickaÃl SalaÃn (Mon Feb 26 2018 - 19:46:53 EST)
- Re: [RFC PATCH] drivers: use 'depends on MFD_SYSCON' instead of 'select MFD_SYSCON' Masahiro Yamada (Mon Feb 26 2018 - 19:47:52 EST)
- Re: [RFC 1/3] seccomp: add a return code to trap to userspace Kees Cook (Mon Feb 26 2018 - 19:49:37 EST)
- Re: [PATCH] perf stat: Ignore error thread when enabling system-wide --per-thread Jin, Yao (Mon Feb 26 2018 - 19:53:21 EST)
- Re: [PATCH 3.18 00/13] 3.18.97-stable review Shuah Khan (Mon Feb 26 2018 - 19:54:08 EST)
- Re: [PATCH 4.4 00/22] 4.4.119-stable review Shuah Khan (Mon Feb 26 2018 - 19:56:41 EST)
- Re: [PATCH 4.9 00/39] 4.9.85-stable review Shuah Khan (Mon Feb 26 2018 - 19:57:23 EST)
- Re: [PATCH bpf-next v8 01/11] fs,security: Add a security blob to nameidata Al Viro (Mon Feb 26 2018 - 19:57:39 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Shuah Khan (Mon Feb 26 2018 - 19:58:03 EST)
- Re: [PATCH 4.15 00/64] 4.15.7-stable review Shuah Khan (Mon Feb 26 2018 - 19:58:46 EST)
- Re: [PATCH v5 2/9] watchdog/hpwdt: Remove legacy NMI sourcing. Jerry Hoemann (Mon Feb 26 2018 - 20:02:59 EST)
- Re: [RFC PATCH 0/4 v2] Define killable version for access_remote_vm() and use it in fs/proc David Rientjes (Mon Feb 26 2018 - 20:03:11 EST)
- [PATCH] ARM: dts: NSP: Fix amount of RAM on BCM958625HR Florian Fainelli (Mon Feb 26 2018 - 20:03:25 EST)
- Re: [PATCH] ipmi: Add or fix SPDX-License-Identifier in all files Joel Stanley (Mon Feb 26 2018 - 20:10:14 EST)
- Re: [PATCHv4 1/2] ARM: imx53: add secure-reg-access support for PMU Shawn Guo (Mon Feb 26 2018 - 20:11:00 EST)
- [GIT PULL] seccomp update for v4.16-rc4 Kees Cook (Mon Feb 26 2018 - 20:14:00 EST)
- Re: [PATCH v7 3/7] fs/posix_acl: Document that get_acl respects ACL_DONT_CACHE Linus Torvalds (Mon Feb 26 2018 - 20:14:10 EST)
- Re: [PATCH 1/2 v3] mmc: dw_mmc: Fix the DTO timeout overflow calculation for 32-bit systems Shawn Lin (Mon Feb 26 2018 - 20:14:55 EST)
- [PATCH v3] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 20:19:02 EST)
- Re: [PATCH v7 2/2] media: V3s: Add support for Allwinner CSI. Yong (Mon Feb 26 2018 - 20:19:19 EST)
- Re: [PATCH v2] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 20:21:23 EST)
- Re: [PATCH bpf-next v8 01/11] fs,security: Add a security blob to nameidata Al Viro (Mon Feb 26 2018 - 20:23:40 EST)
- Re: [RFC PATCH 0/4 v2] Define killable version for access_remote_vm() and use it in fs/proc Yang Shi (Mon Feb 26 2018 - 20:26:07 EST)
- Re: [PATCH RFC] riscv/barrier: Define __smp_{mb,rmb,wmb} Palmer Dabbelt (Mon Feb 26 2018 - 20:29:00 EST)
- Re: [PATCH v5 2/9] watchdog/hpwdt: Remove legacy NMI sourcing. Guenter Roeck (Mon Feb 26 2018 - 20:30:05 EST)
- Re: [PATCH v3] KVM: X86: Allow userspace to define the microcode version Nadav Amit (Mon Feb 26 2018 - 20:31:10 EST)
- [PATCH] x86: devicetree: enable multiprocessing and interrupt setting in DT Ivan Gorinov (Mon Feb 26 2018 - 20:43:32 EST)
- [PATCH v2] perf annotate: Support to display the IPC/Cycle in tui mode Jin Yao (Mon Feb 26 2018 - 20:44:21 EST)
- Re: [RFC PATCH 0/4 v2] Define killable version for access_remote_vm() and use it in fs/proc David Rientjes (Mon Feb 26 2018 - 20:47:58 EST)
- Re: [PATCH 2/2] selftests: ion: Add simple test with the vgem driver Laura Abbott (Mon Feb 26 2018 - 20:48:48 EST)
- Re: [PATCH v2] Staging: bcm2048: Fix function argument alignment in radio-bcm2048.c. Quytelda Kahja (Mon Feb 26 2018 - 20:53:54 EST)
- Re: [PATCH v1 2/2] perf/core: Add support for PMUs that can be read from any CPU skannan (Mon Feb 26 2018 - 20:54:07 EST)
- Re: [PATCH v3 1/3] mm/free_pcppages_bulk: update pcp->count inside Aaron Lu (Mon Feb 26 2018 - 20:55:22 EST)
- Re: [PATCH v3 2/3] mm/free_pcppages_bulk: do not hold lock when picking pages to free Aaron Lu (Mon Feb 26 2018 - 21:00:05 EST)
- Re: [PATCH v8 03/13] kexec_file, x86, powerpc: factor out kexec_file_ops functions AKASHI Takahiro (Mon Feb 26 2018 - 21:03:11 EST)
- [PATCH v8 0/2] Initial Allwinner V3s CSI Support Yong Deng (Mon Feb 26 2018 - 21:06:26 EST)
- [PATCH v8 1/2] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI) Yong Deng (Mon Feb 26 2018 - 21:09:04 EST)
- Re: [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy Alexei Starovoitov (Mon Feb 26 2018 - 21:09:12 EST)
- Re: [PATCH v1 2/2] perf/core: Add support for PMUs that can be read from any CPU skannan (Mon Feb 26 2018 - 21:11:53 EST)
- Re: [PATCH] mm: Provide consistent declaration for num_poisoned_pages Guenter Roeck (Mon Feb 26 2018 - 21:14:05 EST)
- [PATCH v8 2/2] media: V3s: Add support for Allwinner CSI. Yong Deng (Mon Feb 26 2018 - 21:14:19 EST)
- Re: [PATCH bpf-next v2] samples/bpf: Add program for CPU state statistics Leo Yan (Mon Feb 26 2018 - 21:17:03 EST)
- Re: [PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe Dmitry V. Levin (Mon Feb 26 2018 - 21:18:28 EST)
- Re: [PATCH 12/15] drm/sun4i: Allow building on arm64 kbuild test robot (Mon Feb 26 2018 - 21:18:56 EST)
- Re: [PATCH 04/11] signal/parisc: Document a conflict with SI_USER with SIGFPE Eric W. Biederman (Mon Feb 26 2018 - 21:20:21 EST)
- Re: [PATCH v4 01/24] docs: fpga: add a document for FPGA Device Feature List (DFL) Framework Overview Wu Hao (Mon Feb 26 2018 - 21:22:02 EST)
- Re: [PATCH v3] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 21:22:43 EST)
- [PATCH] riscv/barrier: Define __smp_{store_release,load_acquire} Andrea Parri (Mon Feb 26 2018 - 21:24:38 EST)
- [PATCH v3 0/4] checkpatch: warn for use of %px Tobin C. Harding (Mon Feb 26 2018 - 21:24:49 EST)
- [PATCH v3 3/4] checkpatch: add sub routine get_stat_here() Tobin C. Harding (Mon Feb 26 2018 - 21:25:00 EST)
- [PATCH v3 4/4] checkpatch: warn for use of %px Tobin C. Harding (Mon Feb 26 2018 - 21:25:05 EST)
- [PATCH v3 2/4] checkpatch: remove unused variable declarations Tobin C. Harding (Mon Feb 26 2018 - 21:25:22 EST)
- [PATCH v3 1/4] checkpatch: add sub routine get_stat_real() Tobin C. Harding (Mon Feb 26 2018 - 21:25:31 EST)
- Re: [PATCH v3] KVM: X86: Allow userspace to define the microcode version Nadav Amit (Mon Feb 26 2018 - 21:27:43 EST)
- Re: [PATCH RFC] riscv/barrier: Define __smp_{mb,rmb,wmb} Andrea Parri (Mon Feb 26 2018 - 21:27:58 EST)
- Re: [RFC tip/locking/lockdep v5 16/17] lockdep: Documention for recursive read lock detection reasoning Boqun Feng (Mon Feb 26 2018 - 21:29:01 EST)
- Re: [PATCH] Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version Brian Norris (Mon Feb 26 2018 - 21:29:21 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Jason Wang (Mon Feb 26 2018 - 21:29:38 EST)
- Re: [PATCH net-next] net/ncsi: Add generic netlink family Samuel Mendoza-Jonas (Mon Feb 26 2018 - 21:29:56 EST)
- Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Julian Calaby (Mon Feb 26 2018 - 21:30:09 EST)
- Re: [PATCH tip/core/rcu 06/10] trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched() Steven Rostedt (Mon Feb 26 2018 - 21:30:17 EST)
- Re: [PATCH v2 3/3] gpio: Add Spreadtrum PMIC EIC driver support Baolin Wang (Mon Feb 26 2018 - 21:35:08 EST)
- [PATCH v4] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Mon Feb 26 2018 - 21:35:23 EST)
- Re: [PATCH v3 0/4] checkpatch: warn for use of %px Tobin C. Harding (Mon Feb 26 2018 - 21:37:17 EST)
- [PATCH v2] rtc: cros-ec: return -ETIME when refused to set alarms in the past Jeffy Chen (Mon Feb 26 2018 - 21:44:52 EST)
- [PATCH v3] rtc: cros-ec: return -ETIME when refused to set alarms in the past Jeffy Chen (Mon Feb 26 2018 - 21:47:53 EST)
- [RESEND PATCH v3] rtc: cros-ec: return -ETIME when refused to set alarms in the past Jeffy Chen (Mon Feb 26 2018 - 21:50:24 EST)
- Re: [PATCH v3] rtc: cros-ec: return -ETIME when refused to set alarms in the past JeffyChen (Mon Feb 26 2018 - 21:53:23 EST)
- Re: [PATCH v7 3/7] fs/posix_acl: Document that get_acl respects ACL_DONT_CACHE Eric W. Biederman (Mon Feb 26 2018 - 21:53:43 EST)
- Re: [PATCH] rtc: cros-ec: return -ETIME when refused to set alarms in the past JeffyChen (Mon Feb 26 2018 - 21:54:55 EST)
- [PATCH v4 0/4] checkpatch: warn for use of %px Tobin C. Harding (Mon Feb 26 2018 - 22:04:27 EST)
- [PATCH v4 2/4] checkpatch: remove unused variable declarations Tobin C. Harding (Mon Feb 26 2018 - 22:04:31 EST)
- [PATCH v4 3/4] checkpatch: add sub routine get_stat_here() Tobin C. Harding (Mon Feb 26 2018 - 22:04:36 EST)
- [PATCH v4 4/4] checkpatch: warn for use of %px Tobin C. Harding (Mon Feb 26 2018 - 22:04:53 EST)
- [PATCH v4 1/4] checkpatch: add sub routine get_stat_real() Tobin C. Harding (Mon Feb 26 2018 - 22:05:08 EST)
- Re: [PATCH 0/2 v3] mmc: dw_mmc: Fix DTO/STO timeout overflow calculation Jisheng Zhang (Mon Feb 26 2018 - 22:07:45 EST)
- Re: [PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert Bart Van Assche (Mon Feb 26 2018 - 22:08:32 EST)
- Re: [PATCH v3 1/3] mm/free_pcppages_bulk: update pcp->count inside Aaron Lu (Mon Feb 26 2018 - 22:11:54 EST)
- linux-next: manual merge of the akpm-current tree with the ext3 tree Stephen Rothwell (Mon Feb 26 2018 - 22:12:09 EST)
- Re: [PATCH v7 3/7] fs/posix_acl: Document that get_acl respects ACL_DONT_CACHE Eric W. Biederman (Mon Feb 26 2018 - 22:15:33 EST)
- Re: [PATCH v3 2/3] mm/free_pcppages_bulk: do not hold lock when picking pages to free Aaron Lu (Mon Feb 26 2018 - 22:16:14 EST)
- Re: [RFC 1/3] seccomp: add a return code to trap to userspace Andy Lutomirski (Mon Feb 26 2018 - 22:28:02 EST)
- Re: [PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert jianchao.wang (Mon Feb 26 2018 - 22:28:53 EST)
- Re: [PATCH v7 3/7] fs/posix_acl: Document that get_acl respects ACL_DONT_CACHE Linus Torvalds (Mon Feb 26 2018 - 22:37:16 EST)
- Re: [PATCH v7 3/7] fs/posix_acl: Document that get_acl respects ACL_DONT_CACHE Linus Torvalds (Mon Feb 26 2018 - 22:41:31 EST)
- Re: [PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert Bart Van Assche (Mon Feb 26 2018 - 22:41:40 EST)
- Re: [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed Srivatsa S. Bhat (Mon Feb 26 2018 - 22:44:50 EST)
- Re: [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO overflow calculation for 32-bit systems Jisheng Zhang (Mon Feb 26 2018 - 22:53:12 EST)
- Re: [RESEND PATCH v3] rtc: cros-ec: return -ETIME when refused to set alarms in the past Brian Norris (Mon Feb 26 2018 - 22:56:05 EST)
- Re: [PATCH v1] extcon: int3496: Ignore incorrect IoRestriction for ID pin Chanwoo Choi (Mon Feb 26 2018 - 22:59:48 EST)
- Re: [PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert jianchao.wang (Mon Feb 26 2018 - 23:00:39 EST)
- [PATCH] locking/xchg/alpha: Remove memory barriers from the _local() variants Andrea Parri (Mon Feb 26 2018 - 23:01:48 EST)
- linux-next: Tree for Feb 27 Stephen Rothwell (Mon Feb 26 2018 - 23:04:05 EST)
- Re: [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions Andy Lutomirski (Mon Feb 26 2018 - 23:18:10 EST)
- [PATCH v4 00/12] vfio, dax: prevent long term filesystem-dax pins and other fixes Dan Williams (Mon Feb 26 2018 - 23:29:09 EST)
- [PATCH v4 01/12] dax: fix vma_is_fsdax() helper Dan Williams (Mon Feb 26 2018 - 23:29:17 EST)
- [PATCH v4 02/12] dax: introduce IS_DEVDAX() and IS_FSDAX() Dan Williams (Mon Feb 26 2018 - 23:29:21 EST)
- [PATCH v4 03/12] ext2, dax: finish implementing dax_sem helpers Dan Williams (Mon Feb 26 2018 - 23:29:28 EST)
- [PATCH v4 04/12] ext2, dax: define ext2_dax_*() infrastructure in all cases Dan Williams (Mon Feb 26 2018 - 23:29:32 EST)
- [PATCH v4 06/12] ext2, dax: replace IS_DAX() with IS_FSDAX() Dan Williams (Mon Feb 26 2018 - 23:29:39 EST)
- [PATCH v4 07/12] ext4, dax: replace IS_DAX() with IS_FSDAX() Dan Williams (Mon Feb 26 2018 - 23:29:44 EST)
- [PATCH v4 08/12] xfs, dax: replace IS_DAX() with IS_FSDAX() Dan Williams (Mon Feb 26 2018 - 23:29:53 EST)
- [PATCH v4 10/12] fs, dax: kill IS_DAX() Dan Williams (Mon Feb 26 2018 - 23:30:00 EST)
- [PATCH v4 11/12] dax: fix S_DAX definition Dan Williams (Mon Feb 26 2018 - 23:30:07 EST)
- [PATCH v4 12/12] vfio: disable filesystem-dax page pinning Dan Williams (Mon Feb 26 2018 - 23:30:12 EST)
- [PATCH v4 09/12] mm, dax: replace IS_DAX() with IS_DEVDAX() or IS_FSDAX() Dan Williams (Mon Feb 26 2018 - 23:30:47 EST)
- [PATCH v4 05/12] ext4, dax: define ext4_dax_*() infrastructure in all cases Dan Williams (Mon Feb 26 2018 - 23:31:41 EST)
- Re: [PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing Andy Lutomirski (Mon Feb 26 2018 - 23:37:29 EST)
- Re: [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy Andy Lutomirski (Mon Feb 26 2018 - 23:41:00 EST)
- Re: [PATCH] nvme-multipath: fix sysfs dangerously created links Baegjae Sung (Mon Feb 26 2018 - 23:42:39 EST)
- [PATCH 0/3] leaking_addresses: limit scan to PID==1 Tobin C. Harding (Mon Feb 26 2018 - 23:45:28 EST)
- [PATCH 1/3] leaking_addresses: skip all /proc/PID except /proc/1 Tobin C. Harding (Mon Feb 26 2018 - 23:45:36 EST)
- [PATCH 2/3] leaking_addresses: skip '/proc/1/syscall' Tobin C. Harding (Mon Feb 26 2018 - 23:45:40 EST)
- [PATCH 3/3] leaking_addresses: remove version number Tobin C. Harding (Mon Feb 26 2018 - 23:45:51 EST)
- [PATCH 0/7] kexec_file: refactoring for other architecutres AKASHI Takahiro (Mon Feb 26 2018 - 23:48:36 EST)
- [PATCH 1/7] kexec_file: make an use of purgatory optional AKASHI Takahiro (Mon Feb 26 2018 - 23:48:54 EST)
- [PATCH 2/7] kexec_file,x86,powerpc: factor out kexec_file_ops functions AKASHI Takahiro (Mon Feb 26 2018 - 23:48:59 EST)
- [PATCH 3/7] x86: kexec_file: purge system-ram walking from prepare_elf64_headers() AKASHI Takahiro (Mon Feb 26 2018 - 23:49:07 EST)
- [PATCH 5/7] x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer AKASHI Takahiro (Mon Feb 26 2018 - 23:49:12 EST)
- [PATCH 6/7] x86: kexec_file: clean up prepare_elf64_headers() AKASHI Takahiro (Mon Feb 26 2018 - 23:49:19 EST)
- [PATCH 7/7] kexec_file, x86: move re-factored code to generic side AKASHI Takahiro (Mon Feb 26 2018 - 23:49:26 EST)
- [PATCH 4/7] x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers() AKASHI Takahiro (Mon Feb 26 2018 - 23:50:00 EST)
- Re: [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy Alexei Starovoitov (Mon Feb 26 2018 - 23:55:11 EST)
- Re: [PATCH v8 00/13] arm64: kexec: add kexec_file_load() support AKASHI Takahiro (Mon Feb 26 2018 - 23:56:22 EST)
- Re: [PATCH 4/4] i2c: xlp9xx: Check for Bus state after every transfer George Cherian (Tue Feb 27 2018 - 00:01:01 EST)
- Re: [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions Andy Lutomirski (Tue Feb 27 2018 - 00:01:39 EST)
- Re: [RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock() Boqun Feng (Tue Feb 27 2018 - 00:03:12 EST)
- Re: [PATCH 1/3] leaking_addresses: skip all /proc/PID except /proc/1 Tycho Andersen (Tue Feb 27 2018 - 00:09:42 EST)
- Re: [PATCH 4/4] i2c: xlp9xx: Check for Bus state after every transfer George Cherian (Tue Feb 27 2018 - 00:11:32 EST)
- Re: [PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert Bart Van Assche (Tue Feb 27 2018 - 00:12:49 EST)
- Re: [PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert jianchao.wang (Tue Feb 27 2018 - 00:15:28 EST)
- dcache: remove trylock loops (was Re: [BUG] lock_parent() breakage when used from shrink_dentry_list()) John Ogness (Tue Feb 27 2018 - 00:16:42 EST)
- Re: [PATCH v11 3/7] PCI/ERR: add mutex to synchronize recovery poza (Tue Feb 27 2018 - 00:16:57 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Willy Tarreau (Tue Feb 27 2018 - 00:19:17 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Willy Tarreau (Tue Feb 27 2018 - 00:20:22 EST)
- Re: [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy Andy Lutomirski (Tue Feb 27 2018 - 00:21:24 EST)
- Re: [PATCH] scsi: ufs-qcom: add number of lanes per direction cang (Tue Feb 27 2018 - 00:22:18 EST)
- Re: [PATCH v3 01/18] [BUGFIX] tracing: probeevent: Fix to support minus offset from symbol Masami Hiramatsu (Tue Feb 27 2018 - 00:24:02 EST)
- Re: [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy Alexei Starovoitov (Tue Feb 27 2018 - 00:33:09 EST)
- Re: [PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig Lokesh Vutla (Tue Feb 27 2018 - 00:53:49 EST)
- [PATCH v2] scsi: ufs-qcom: add number of lanes for Tx and Rx links Can Guo (Tue Feb 27 2018 - 00:55:25 EST)
- [PATCH 0/2] phy rcar-gen3-usb[23]: Add support for r8a77965 Yoshihiro Shimoda (Tue Feb 27 2018 - 00:57:35 EST)
- [PATCH 1/2] phy: rcar-gen3-usb2: Add support for r8a77965 Yoshihiro Shimoda (Tue Feb 27 2018 - 00:57:48 EST)
- [PATCH 2/2] phy: rcar-gen3-usb3: Add binding for r8a77965 Yoshihiro Shimoda (Tue Feb 27 2018 - 00:58:11 EST)
- [PATCH] arm64/acpi: make ACPI boot preference configurable Jonathan Toppins (Tue Feb 27 2018 - 01:05:44 EST)
- Re: [PATCH v11 4/7] PCI/DPC: Unify and plumb error handling into DPC poza (Tue Feb 27 2018 - 01:06:36 EST)
- Re: [PATCH v11 5/7] PCI/AER: Unify aer error defines at single space poza (Tue Feb 27 2018 - 01:12:15 EST)
- [no subject] LIN (Tue Feb 27 2018 - 01:18:09 EST)
- [PATCH] Documentation: fix the wrong path in intel_rdt_ui.txt Li RongQing (Tue Feb 27 2018 - 01:26:28 EST)
- Re: [PATCH 1/3] leaking_addresses: skip all /proc/PID except /proc/1 Tobin C. Harding (Tue Feb 27 2018 - 01:30:00 EST)
- Re: [PATCH 0/7] drm/virtio: Checkpatch cleanup for virtio Gerd Hoffmann (Tue Feb 27 2018 - 01:47:34 EST)
- Re: [PATCH v3 3/8] mfd: cros_ec: Don't try to grab log when suspended Benson Leung (Tue Feb 27 2018 - 01:47:46 EST)
- Re: [PATCH] Revert "mfd: cros_ec: Add ACPI GPE handler for LID0 devices" Benson Leung (Tue Feb 27 2018 - 01:51:09 EST)
- Re: [PATCH 8/9] drm/xen-front: Implement GEM operations Oleksandr Andrushchenko (Tue Feb 27 2018 - 01:52:42 EST)
- Re: [PATCH] perf top: Fix annoying fallback message on older kernel Ingo Molnar (Tue Feb 27 2018 - 01:54:03 EST)
- [PATCH] init/Kconfig: make CHECKPOINT_RESTORE select PROC_PAGE_MONITOR Mike Rapoport (Tue Feb 27 2018 - 01:56:20 EST)
- [PATCH] KVM/X86: Check input sreg values before loading vcpu Tianyu Lan (Tue Feb 27 2018 - 01:58:13 EST)
- Re: [v2 1/1] xen, mm: Allow deferred page initialization for xen pv domains Ingo Molnar (Tue Feb 27 2018 - 01:59:32 EST)
- Re: [Letux-kernel] [PATCH v5 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver Johan Hovold (Tue Feb 27 2018 - 02:04:27 EST)
- Re: [PATCH v4 4/6] arm64: dts: exynos: add OF graph between MHL and USB connector Andrzej Hajda (Tue Feb 27 2018 - 02:06:44 EST)
- Re: [PATCH 4.15 00/64] 4.15.7-stable review Naresh Kamboju (Tue Feb 27 2018 - 02:07:30 EST)
- Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Maxime Ripard (Tue Feb 27 2018 - 02:08:01 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Naresh Kamboju (Tue Feb 27 2018 - 02:10:29 EST)
- Re: [OMPI devel] [PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe Mike Rapoport (Tue Feb 27 2018 - 02:10:37 EST)
- [PATCH v5 3/6] arm64: dts: exynos: add micro-USB connector node to TM2 platforms Andrzej Hajda (Tue Feb 27 2018 - 02:12:01 EST)
- [PATCH v5 2/6] dt-bindings: add bindings for Samsung micro-USB 11-pin connector Andrzej Hajda (Tue Feb 27 2018 - 02:12:10 EST)
- [PATCH v5 0/6] dt-bindings: add bindings for USB physical connector Andrzej Hajda (Tue Feb 27 2018 - 02:12:25 EST)
- [PATCH v5 6/6] drm/bridge/sii8620: use micro-USB cable detection logic to detect MHL Andrzej Hajda (Tue Feb 27 2018 - 02:12:46 EST)
- Re: [RFC PATCH] ARM: configs: sunxi: Set ondemand govenor as default Maxime Ripard (Tue Feb 27 2018 - 02:12:51 EST)
- Re: [PATCH 4.9 00/39] 4.9.85-stable review Naresh Kamboju (Tue Feb 27 2018 - 02:12:57 EST)
- [PATCH v5 1/6] dt-bindings: add bindings for USB physical connector Andrzej Hajda (Tue Feb 27 2018 - 02:13:25 EST)
- [PATCH v5 5/6] extcon: add possibility to get extcon device by OF node Andrzej Hajda (Tue Feb 27 2018 - 02:13:40 EST)
- [PATCH v5 4/6] arm64: dts: exynos: add OF graph between MHL and USB connector Andrzej Hajda (Tue Feb 27 2018 - 02:13:59 EST)
- Re: [PATCH 3/4 v2] fs: proc: use down_read_killable() in environ_read() Alexey Dobriyan (Tue Feb 27 2018 - 02:15:47 EST)
- Re: [PATCH 1/3] leaking_addresses: skip all /proc/PID except /proc/1 Alexander Kapshuk (Tue Feb 27 2018 - 02:15:52 EST)
- Re: [PATCH 4.4 00/22] 4.4.119-stable review Naresh Kamboju (Tue Feb 27 2018 - 02:17:16 EST)
- [PATCH] perf machine: Fix load kernel symbol with '-k' option Leo Yan (Tue Feb 27 2018 - 02:18:16 EST)
- Re: [PATCH 4/6] x86: Consolidate PCI_MMCONFIG configs Jan Kiszka (Tue Feb 27 2018 - 02:20:20 EST)
- Re: [RFC REBASED 3/5] powerpc/mm/slice: implement slice_check_range_fits Aneesh Kumar K.V (Tue Feb 27 2018 - 02:20:25 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Ard Biesheuvel (Tue Feb 27 2018 - 02:22:38 EST)
- Re: [PATCH 2/6] pci: Scan all functions when probing while running over Jailhouse Jan Kiszka (Tue Feb 27 2018 - 02:22:44 EST)
- Re: [PATCH v8 2/2] media: V3s: Add support for Allwinner CSI. Maxime Ripard (Tue Feb 27 2018 - 02:25:33 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Mathieu Malaterre (Tue Feb 27 2018 - 02:25:42 EST)
- Re: [PATCH 2/6] pci: Scan all functions when probing while running over Jailhouse Jan Kiszka (Tue Feb 27 2018 - 02:26:04 EST)
- inconsistent lock state with usbnet/asix usb ethernet and xhci Marek Szyprowski (Tue Feb 27 2018 - 02:26:12 EST)
- Re: [RFC REBASED 4/5] powerpc/mm/slice: Use const pointers to cached slice masks where possible Aneesh Kumar K.V (Tue Feb 27 2018 - 02:30:10 EST)
- [PATCH v3] crypto: add zBeWalgo compression for zram Benjamin Warnke (Tue Feb 27 2018 - 02:30:23 EST)
- Re: [PATCH v2] Staging: bcm2048: Fix function argument alignment in radio-bcm2048.c. Hans Verkuil (Tue Feb 27 2018 - 02:32:42 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Christophe LEROY (Tue Feb 27 2018 - 02:33:25 EST)
- Re: [Letux-kernel] [PATCH v5 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver H. Nikolaus Schaller (Tue Feb 27 2018 - 02:33:58 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Mathieu Malaterre (Tue Feb 27 2018 - 02:44:34 EST)
- Re: [LKP] [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression kemi (Tue Feb 27 2018 - 02:44:43 EST)
- Re: [v2 1/1] xen, mm: Allow deferred page initialization for xen pv domains Juergen Gross (Tue Feb 27 2018 - 02:44:56 EST)
- Re: [RFC] vfio iommu type1: improve memory pinning process for raw PFN mapping Jason Cai (Xiang Feng) (Tue Feb 27 2018 - 02:45:13 EST)
- Re: [PATCH] i2c-stm32f4: remove redundant initialization of pointer reg Alexandre Torgue (Tue Feb 27 2018 - 02:45:30 EST)
- [PATCH] sched: label attributes require a ';' Norbert Manthey (Tue Feb 27 2018 - 02:48:01 EST)
- Re: [PATCH] dt-bindings: irqchip: renesas-irqc: Document R-Car M3-N support Simon Horman (Tue Feb 27 2018 - 02:58:24 EST)
- Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one Michal Kubecek (Tue Feb 27 2018 - 03:06:38 EST)
- Re: [PATCH 2/2] xen: events: free irqs in error condition Roger Pau Monné (Tue Feb 27 2018 - 03:14:21 EST)
- Re: [PATCH 2/5] x86/boot/compressed/64: Find a place for 32-bit trampoline Kirill A. Shutemov (Tue Feb 27 2018 - 03:14:55 EST)
- [PATCH] kbuild/kallsyms: trivial typo fix Cao jin (Tue Feb 27 2018 - 03:16:31 EST)
- [PATCH 1/3] userfaultfd: introduce userfaultfd_init_waitqueue helper Mike Rapoport (Tue Feb 27 2018 - 03:20:17 EST)
- [PATCH 2/3] userfaultfd: non-cooperative: generalize wake key structure Mike Rapoport (Tue Feb 27 2018 - 03:20:32 EST)
- [PATCH 3/3] userfaultfd: non-cooperative: allow synchronous EVENT_REMOVE Mike Rapoport (Tue Feb 27 2018 - 03:20:35 EST)
- [PATCH 0/3] userfaultfd: non-cooperative: syncronous events Mike Rapoport (Tue Feb 27 2018 - 03:20:58 EST)
- Re: [PATCH v8 1/2] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI) Philipp Zabel (Tue Feb 27 2018 - 03:21:32 EST)
- Re: [PATCH 5/7] iio: adc: stm32-dfsdm: misc style improvements and fixes Fabrice Gasnier (Tue Feb 27 2018 - 03:21:53 EST)
- Re: 91f606a8fa ("x86/mm: Replace compile-time checks for 5-level .."): BUG: kernel reboot-without-warning in boot stage Kirill A. Shutemov (Tue Feb 27 2018 - 03:22:02 EST)
- [QUESTION] Bringing cross-release back to be alive Byungchul Park (Tue Feb 27 2018 - 03:26:09 EST)
- Re: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Auger Eric (Tue Feb 27 2018 - 03:26:49 EST)
- Re: [PATCH 0/8] R-Car M3-N: Enable EtherAVB device node jacopo mondi (Tue Feb 27 2018 - 03:28:57 EST)
- Re: [PATCH v8 1/2] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI) Yong (Tue Feb 27 2018 - 03:31:32 EST)
- Re: [PATCH] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Tue Feb 27 2018 - 03:33:28 EST)
- Re: [PATCH 0/8] R-Car M3-N: Enable EtherAVB device node Simon Horman (Tue Feb 27 2018 - 03:35:34 EST)
- Re: [PATCH v3] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Tue Feb 27 2018 - 03:36:59 EST)
- Re: [PATCH v4] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Tue Feb 27 2018 - 03:38:20 EST)
- Re: [PATCH v11 6/7] PCI: Unify wait for link active into generic pci poza (Tue Feb 27 2018 - 03:39:51 EST)
- Re: [alsa-devel] regression v4.16 on Nokia N900: sound does not work Linus Walleij (Tue Feb 27 2018 - 03:44:16 EST)
- [PATCH] nvme-pci: assign separate irq vectors for adminq and ioq0 Jianchao Wang (Tue Feb 27 2018 - 03:47:25 EST)
- Re: [PATCH RFC 1/2] virtio: introduce packed ring defines Jens Freimann (Tue Feb 27 2018 - 03:55:32 EST)
- Re: [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed Greg Kroah-Hartman (Tue Feb 27 2018 - 03:55:51 EST)
- Re: [RFC PATCH] Take mmap_min_addr into account while choosing unmapped address for x86-64. Michal Hocko (Tue Feb 27 2018 - 03:57:57 EST)
- Re: [PATCH V15 06/22] mmc: block: Add blk-mq support Linus Walleij (Tue Feb 27 2018 - 03:58:09 EST)
- Re: [PATCH v7 5/7] fuse: Simplfiy the posix acl handling logic. Miklos Szeredi (Tue Feb 27 2018 - 04:00:31 EST)
- Re: [RFC REBASED 5/5] powerpc/mm/slice: use the dynamic high slice size to limit bitmap operations Aneesh Kumar K.V (Tue Feb 27 2018 - 04:01:18 EST)
- Re: [RFC PATCH] drivers: use 'depends on MFD_SYSCON' instead of 'select MFD_SYSCON' Arnd Bergmann (Tue Feb 27 2018 - 04:04:02 EST)
- Re: [PATCH 4/4] i2c: xlp9xx: Check for Bus state after every transfer Wolfram Sang (Tue Feb 27 2018 - 04:04:24 EST)
- Re: [PATCH RFC 2/2] vhost: packed ring support Tiwei Bie (Tue Feb 27 2018 - 04:05:05 EST)
- Re: [RFC REBASED 3/5] powerpc/mm/slice: implement slice_check_range_fits Nicholas Piggin (Tue Feb 27 2018 - 04:05:10 EST)
- Re: [PATCH 4/4] i2c: xlp9xx: Check for Bus state after every transfer Wolfram Sang (Tue Feb 27 2018 - 04:05:18 EST)
- Re: [RFC REBASED 4/5] powerpc/mm/slice: Use const pointers to cached slice masks where possible Nicholas Piggin (Tue Feb 27 2018 - 04:08:37 EST)
- Re: [PATCH v4] rtc: ac100: Fix ac100 determine rate bug Maxime Ripard (Tue Feb 27 2018 - 04:09:24 EST)
- Re: [RFC REBASED 5/5] powerpc/mm/slice: use the dynamic high slice size to limit bitmap operations Nicholas Piggin (Tue Feb 27 2018 - 04:11:44 EST)
- [PATCH net-next] net: mvpp2: Add hardware offloading for VLAN filtering Maxime Chevallier (Tue Feb 27 2018 - 04:13:04 EST)
- Re: [PATCH v1 1/4] dmi: Introduce dmi_get_bios_year() helper Jean Delvare (Tue Feb 27 2018 - 04:14:33 EST)
- Re: [PATCH RFC 1/2] virtio: introduce packed ring defines Jens Freimann (Tue Feb 27 2018 - 04:18:13 EST)
- Re: [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed Srivatsa S. Bhat (Tue Feb 27 2018 - 04:23:12 EST)
- Re: [PATCH v4 3/3] s390/setup : enable display support for KVM guest Christian Borntraeger (Tue Feb 27 2018 - 04:23:52 EST)
- Re: [PATCH v4 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support Christian Borntraeger (Tue Feb 27 2018 - 04:23:58 EST)
- RE: [PATCH RFC 1/2] virtio: introduce packed ring defines David Laight (Tue Feb 27 2018 - 04:25:52 EST)
- Re: [PATCH v4] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Tue Feb 27 2018 - 04:26:35 EST)
- Re: [07/18] thunderbolt: Handle rejected Thunderbolt devices Mika Westerberg (Tue Feb 27 2018 - 04:26:42 EST)
- Re: [PATCH] xen: use hvc console for dom0 Juergen Gross (Tue Feb 27 2018 - 04:26:50 EST)
- Re: [PATCH v8 03/13] kexec_file, x86, powerpc: factor out kexec_file_ops functions Philipp Rudo (Tue Feb 27 2018 - 04:27:00 EST)
- Re: [PATCH] x86/mm/sme: Disable stack protection for mem_encrypt_identity.c Borislav Petkov (Tue Feb 27 2018 - 04:28:42 EST)
- Re: [PATCH V15 06/22] mmc: block: Add blk-mq support Adrian Hunter (Tue Feb 27 2018 - 04:29:58 EST)
- Re: [PATCH 4/4] i2c: xlp9xx: Check for Bus state after every transfer George Cherian (Tue Feb 27 2018 - 04:32:31 EST)
- Re: [PATCH 4/4] i2c: xlp9xx: Check for Bus state after every transfer George Cherian (Tue Feb 27 2018 - 04:33:24 EST)
- Re: [PATCH 0/5] x86/boot/compressed/64: Prepare trampoline memory Borislav Petkov (Tue Feb 27 2018 - 04:33:38 EST)
- Re: linux-next: manual merge of the akpm-current tree with the ext3 tree Jan Kara (Tue Feb 27 2018 - 04:36:26 EST)
- Re: [PATCH 00/17] Include linux trace docs to Sphinx TOC tree Du, Changbin (Tue Feb 27 2018 - 04:43:27 EST)
- Re: [PATCH v4] KVM: X86: Allow userspace to define the microcode version Borislav Petkov (Tue Feb 27 2018 - 04:43:36 EST)
- [RESEND PATCH v1] i2c: i2c-stm32f7: fix no check on returned setup Pierre-Yves MORDRET (Tue Feb 27 2018 - 04:48:25 EST)
- [RESEND PATCH v1 0/6] Add different features for I2C Pierre-Yves MORDRET (Tue Feb 27 2018 - 04:48:45 EST)
- [RESEND PATCH v1 4/6] i2c: i2c-stm32: Add generic DMA API Pierre-Yves MORDRET (Tue Feb 27 2018 - 04:48:52 EST)
- Re: [PATCH v2 07/11] perf vendor events: add support for arch standard events Jiri Olsa (Tue Feb 27 2018 - 04:49:01 EST)
- [RESEND PATCH v1 2/6] i2c: i2c-stm32f7: Add slave support Pierre-Yves MORDRET (Tue Feb 27 2018 - 04:49:05 EST)
- [RESEND PATCH v1 5/6] i2c: i2c-stm32f7: Add DMA support Pierre-Yves MORDRET (Tue Feb 27 2018 - 04:49:17 EST)
- [RESEND PATCH v1 6/6] i2c: i2c-stm32f7: Implement I2C recovery mechanism Pierre-Yves MORDRET (Tue Feb 27 2018 - 04:49:42 EST)
- [RESEND PATCH v1 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support Pierre-Yves MORDRET (Tue Feb 27 2018 - 04:49:51 EST)
- [RESEND PATCH v1 1/6] i2c: i2c-stm32f7: Add 10-bit address support Pierre-Yves MORDRET (Tue Feb 27 2018 - 04:50:13 EST)
- Re: [PATCH v2 00/11] perf events patches for improved ARM64 support Jiri Olsa (Tue Feb 27 2018 - 04:50:38 EST)
- RE: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Shameerali Kolothum Thodi (Tue Feb 27 2018 - 04:58:33 EST)
- possible deadlock in __might_fault syzbot (Tue Feb 27 2018 - 04:59:21 EST)
- Re: [PATCH v2 07/11] perf vendor events: add support for arch standard events John Garry (Tue Feb 27 2018 - 04:59:29 EST)
- [PATCH v3 0/2] pci: endpoint: Fix double free in pci_epf_create() Rolf Evers-Fischer (Tue Feb 27 2018 - 05:02:59 EST)
- [PATCH v3 1/2] pci: endpoint: Simplify name allocation for epf device Rolf Evers-Fischer (Tue Feb 27 2018 - 05:03:07 EST)
- [PATCH v3 2/2] pci: endpoint: Fix kernel panic after put_device() Rolf Evers-Fischer (Tue Feb 27 2018 - 05:03:07 EST)
- Re: [PATCH v2] printk: move dump stack related code to lib/dump_stack.c Petr Mladek (Tue Feb 27 2018 - 05:03:57 EST)
- Re: [PATCH v2 00/11] perf events patches for improved ARM64 support John Garry (Tue Feb 27 2018 - 05:04:04 EST)
- Re: possible deadlock in __might_fault Michal Hocko (Tue Feb 27 2018 - 05:05:20 EST)
- [PATCH 1/1] x86: Fix Intel Edison module stuck reboot Sebastian Panceac (Tue Feb 27 2018 - 05:07:35 EST)
- ftrace: Proposal for an Alternative RecordMcount framework Alan Kao (Tue Feb 27 2018 - 05:07:40 EST)
- Re: [PATCH v3 1/2] pci: endpoint: Simplify name allocation for epf device Kishon Vijay Abraham I (Tue Feb 27 2018 - 05:09:54 EST)
- Re: [RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock() Boqun Feng (Tue Feb 27 2018 - 05:12:44 EST)
- Re: [PATCH v3 1/2] pci: endpoint: Simplify name allocation for epf device Rolf Evers-Fischer (Tue Feb 27 2018 - 05:16:19 EST)
- Re: [PATCHv4 1/2] ARM: imx53: add secure-reg-access support for PMU Sebastian Reichel (Tue Feb 27 2018 - 05:17:22 EST)
- [PATCH v2] x86/xen: add tty0 and hvc0 as preferred consoles for dom0 Juergen Gross (Tue Feb 27 2018 - 05:19:32 EST)
- Re: [PATCH v3 0/2] pci: endpoint: Fix double free in pci_epf_create() Lorenzo Pieralisi (Tue Feb 27 2018 - 05:20:39 EST)
- Re: [PATCH 1/2] stackleak: Update for arm64 Richard Sandiford (Tue Feb 27 2018 - 05:22:06 EST)
- Re: [PATCH v4] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Tue Feb 27 2018 - 05:22:42 EST)
- [PATCH v2 00/10] R-Car M3-N: Enable EtherAVB device node Jacopo Mondi (Tue Feb 27 2018 - 05:23:27 EST)
- [PATCH v2 01/10] arm64: dts: renesas: salvator-common: Override EtherAVB phy-mode Jacopo Mondi (Tue Feb 27 2018 - 05:23:37 EST)
- [PATCH v2 03/10] arm64: dts: renesas: draak: Override EtherAVB phy-mode Jacopo Mondi (Tue Feb 27 2018 - 05:23:40 EST)
- [PATCH v2 04/10] arm64: dts: renesas: eagle: Override EtherAVB phy-mode Jacopo Mondi (Tue Feb 27 2018 - 05:23:44 EST)
- [PATCH v2 05/10] arm64: dts: renesas: v3msk: Override EtherAVB phy-mode Jacopo Mondi (Tue Feb 27 2018 - 05:23:51 EST)
- [PATCH v2 06/10] arm64: dts: renesas: r8a7796: Set EtherAVB phy mode to "rgmii" Jacopo Mondi (Tue Feb 27 2018 - 05:23:53 EST)
- [PATCH v2 07/10] arm64: dts: renesas: r8a7795: Set EtherAVB phy mode to "rgmii" Jacopo Mondi (Tue Feb 27 2018 - 05:24:04 EST)
- [PATCH v2 10/10] arm64: dts: renesas: r8a77965: Add EtherAVB device node Jacopo Mondi (Tue Feb 27 2018 - 05:24:09 EST)
- [PATCH v2 09/10] arm64: dts: renesas: r8a77970: Set EtherAVB phy mode to "rgmii" Jacopo Mondi (Tue Feb 27 2018 - 05:24:41 EST)
- [PATCH v2 08/10] arm64: dts: renesas: r8a77995: Set EtherAVB phy mode to "rgmii" Jacopo Mondi (Tue Feb 27 2018 - 05:25:05 EST)
- [PATCH] spi: atmel: init FIFOs before spi enable Eugen Hristev (Tue Feb 27 2018 - 05:25:07 EST)
- Re: [RFC PATCH] drivers: use 'depends on MFD_SYSCON' instead of 'select MFD_SYSCON' Masahiro Yamada (Tue Feb 27 2018 - 05:25:40 EST)
- [RFC v1] mm: add the preempt check into alloc_vmap_area() Uladzislau Rezki (Sony) (Tue Feb 27 2018 - 05:26:45 EST)
- [PATCH v2 02/10] arm64: dts: renesas: ulcb: Override EtherAVB phy-mode Jacopo Mondi (Tue Feb 27 2018 - 05:26:57 EST)
- [PATCH] spi: atmel: init FIFOs before spi enable Eugen Hristev (Tue Feb 27 2018 - 05:27:53 EST)
- Re: [PATCH 1/5] f2fs: add mount option for segment allocation policy Chao Yu (Tue Feb 27 2018 - 05:30:07 EST)
- Re: [PATCH 2/5] f2fs: add auto tuning for small devices Chao Yu (Tue Feb 27 2018 - 05:31:38 EST)
- Re: [PATCH 3/5] f2fs: set readdir_ra by default Chao Yu (Tue Feb 27 2018 - 05:32:13 EST)
- Re: [PATCH 4/5] f2fs: issue discard aggressively in the gc_urgent mode Chao Yu (Tue Feb 27 2018 - 05:32:25 EST)
- Re: [PATCH] spi: atmel: init FIFOs before spi enable Nicolas Ferre (Tue Feb 27 2018 - 05:32:36 EST)
- Re: [PATCH 5/5] f2fs: don't stop GC if GC is contended Chao Yu (Tue Feb 27 2018 - 05:33:03 EST)
- Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Julian Calaby (Tue Feb 27 2018 - 05:35:38 EST)
- [PATCH v4] drivers/misc: vm_gen_counter: initial driver implementation Or Idgar (Tue Feb 27 2018 - 05:36:37 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Thomas Gleixner (Tue Feb 27 2018 - 05:36:51 EST)
- Re: [PATCH v2] f2fs: allocate buffer for decrypting filename to avoid panic Chao Yu (Tue Feb 27 2018 - 05:37:04 EST)
- Re: inconsistent lock state with usbnet/asix usb ethernet and xhci Oliver Neukum (Tue Feb 27 2018 - 05:38:16 EST)
- [PATCH] usb: dwc3: Fix lock-up on ID change during system suspend/resume Roger Quadros (Tue Feb 27 2018 - 05:41:57 EST)
- Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes Chao Yu (Tue Feb 27 2018 - 05:42:41 EST)
- Re: [PATCH v3 1/2] pci: endpoint: Simplify name allocation for epf device Kishon Vijay Abraham I (Tue Feb 27 2018 - 05:43:38 EST)
- Re: [PATCH v3 2/2] pci: endpoint: Fix kernel panic after put_device() Kishon Vijay Abraham I (Tue Feb 27 2018 - 05:43:58 EST)
- Re: [PATCH v2 1/8] efi: Fix IA32/X64 Processor Error Record definition Borislav Petkov (Tue Feb 27 2018 - 05:47:38 EST)
- Re: [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO overflow calculation for 32-bit systems Andy Shevchenko (Tue Feb 27 2018 - 05:49:17 EST)
- [PATCH] usb: dwc3: prevent setting PRTCAP to OTG from debugfs Roger Quadros (Tue Feb 27 2018 - 05:54:55 EST)
- Re: [PATCH v3 05/10] pwm: add PWM mode to pwm_config() Daniel Thompson (Tue Feb 27 2018 - 05:55:01 EST)
- Re: [PATCH 4.4 00/22] 4.4.119-stable review Guenter Roeck (Tue Feb 27 2018 - 05:56:42 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Guenter Roeck (Tue Feb 27 2018 - 05:59:47 EST)
- Re: inconsistent lock state with usbnet/asix usb ethernet and xhci Marek Szyprowski (Tue Feb 27 2018 - 06:00:00 EST)
- [PATCH v4] Protected FIFOs and regular files Salvatore Mesoraca (Tue Feb 27 2018 - 06:00:20 EST)
- [PATCH v3 1/2] dt-bindings: i2c: add binding for Socionext SynQuacer I2C Ard Biesheuvel (Tue Feb 27 2018 - 06:01:25 EST)
- [PATCH v3 2/2] i2c: add support for Socionext SynQuacer I2C controller Ard Biesheuvel (Tue Feb 27 2018 - 06:01:34 EST)
- [PATCH v3 0/2] add support for Socionext SynQuacer I2C controller Ard Biesheuvel (Tue Feb 27 2018 - 06:01:53 EST)
- Re: [PATCH v5 5/6] extcon: add possibility to get extcon device by OF node Chanwoo Choi (Tue Feb 27 2018 - 06:03:22 EST)
- Re: [PATCHv5 2/5] ASoC: codec: cpcap: new codec Mark Brown (Tue Feb 27 2018 - 06:03:35 EST)
- Re: [PATCH v5 6/6] drm/bridge/sii8620: use micro-USB cable detection logic to detect MHL Chanwoo Choi (Tue Feb 27 2018 - 06:08:27 EST)
- Re: [Xen-devel] [PATCH] xen: use hvc console for dom0 Julien Grall (Tue Feb 27 2018 - 06:14:33 EST)
- test case against union aliasing Andy Shevchenko (Tue Feb 27 2018 - 06:20:50 EST)
- Re: Linux 4.16: Reported regressions as of Monday, 2018-02-26 (Was: Linux 4.16-rc3) Rafael J. Wysocki (Tue Feb 27 2018 - 06:21:06 EST)
- [PATCH] usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resume Roger Quadros (Tue Feb 27 2018 - 06:22:28 EST)
- Re: [PATCH v2 2/8] efi: Decode IA32/X64 Processor Error Section Borislav Petkov (Tue Feb 27 2018 - 06:23:04 EST)
- [PATCH] powerpc/8xx: fix cpm_cascade() dual end of interrupt Christophe Leroy (Tue Feb 27 2018 - 06:26:04 EST)
- Re: [PATCH v2] mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias Ulf Hansson (Tue Feb 27 2018 - 06:27:33 EST)
- Re: [PATCH] mmc: dw_mmc: update kernel-doc comments for dw_mci Ulf Hansson (Tue Feb 27 2018 - 06:28:11 EST)
- Re: possible deadlock in __might_fault Yisheng Xie (Tue Feb 27 2018 - 06:28:24 EST)
- [PATCH v2 0/2] usb: dwc3: Add dual-role support using OTG core Roger Quadros (Tue Feb 27 2018 - 06:29:22 EST)
- [PATCH v2 1/2] usb: dwc3: core.h: add some register definitions Roger Quadros (Tue Feb 27 2018 - 06:29:37 EST)
- [PATCH v2 2/2] usb: dwc3: add dual role support using OTG block Roger Quadros (Tue Feb 27 2018 - 06:30:31 EST)
- [PATCH] ARM64: dts: amlogic: Convert to new-style SPDX license identifiers Neil Armstrong (Tue Feb 27 2018 - 06:30:53 EST)
- Re: [PATCH RFC 1/2] virtio: introduce packed ring defines Tiwei Bie (Tue Feb 27 2018 - 06:33:20 EST)
- [PATCH] mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions Harish Jenny K N (Tue Feb 27 2018 - 06:34:01 EST)
- Re: [PATCH] mmc: dw_mmc: update kernel-doc comments for dw_mci Jaehoon Chung (Tue Feb 27 2018 - 06:36:47 EST)
- Re: [PATCH v0 1/3] livepatch: add sample cumulative patch Miroslav Benes (Tue Feb 27 2018 - 06:37:50 EST)
- Re: [PATCH] mmc: dw_mmc: update kernel-doc comments for dw_mci Jaehoon Chung (Tue Feb 27 2018 - 06:39:07 EST)
- Re: [PATCH v1] kernel.h: Update comment about simple_strto<foo>() functions Andy Shevchenko (Tue Feb 27 2018 - 06:40:59 EST)
- Re: [PATCH v3 05/10] pwm: add PWM mode to pwm_config() Claudiu Beznea (Tue Feb 27 2018 - 06:41:21 EST)
- [PATCH] f2fs: support hot file extension Chao Yu (Tue Feb 27 2018 - 06:42:01 EST)
- Re: [PATCH v1 2/2] perf/core: Add support for PMUs that can be read from any CPU Mark Rutland (Tue Feb 27 2018 - 06:43:57 EST)
- [PATCH] cdc_ether: flag the Cinterion PLS8 modem by gemalto as WWAN Bassem Boubaker (Tue Feb 27 2018 - 06:49:31 EST)
- Re: [PATCH v1 2/2] perf/core: Add support for PMUs that can be read from any CPU Mark Rutland (Tue Feb 27 2018 - 06:52:35 EST)
- Re: [PATCH v0 1/3] livepatch: add sample cumulative patch Miroslav Benes (Tue Feb 27 2018 - 06:54:24 EST)
- [PATCH] mmc: Export card RCA register to sysfs. Harish Jenny K N (Tue Feb 27 2018 - 06:56:33 EST)
- Re: [PATCH] EDAC, layerscape: allow building for LS1021A Rasmus Villemoes (Tue Feb 27 2018 - 06:58:32 EST)
- Re: [PATCH v4 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support Bartlomiej Zolnierkiewicz (Tue Feb 27 2018 - 06:59:10 EST)
- [PATCH v3 0/3] PCI endpoint 64-bit BAR fixes Niklas Cassel (Tue Feb 27 2018 - 06:59:19 EST)
- [PATCH v3 2/3] misc: pci_endpoint_test: Handle 64-bit BARs properly Niklas Cassel (Tue Feb 27 2018 - 06:59:25 EST)
- [PATCH v3 3/3] PCI: designware-ep: Return an error when requesting a too large BAR size Niklas Cassel (Tue Feb 27 2018 - 06:59:38 EST)
- Re: [PATCH] clk: tegra: fix pllu rate configuration Dmitry Osipenko (Tue Feb 27 2018 - 06:59:43 EST)
- [PATCH v3 1/3] PCI: endpoint: Handle 64-bit BARs properly Niklas Cassel (Tue Feb 27 2018 - 07:00:09 EST)
- Re: [PATCH RFC 1/2] virtio: introduce packed ring defines Tiwei Bie (Tue Feb 27 2018 - 07:03:39 EST)
- Re: v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context Mark Rutland (Tue Feb 27 2018 - 07:04:10 EST)
- Re: [PATCH V15 06/22] mmc: block: Add blk-mq support Dmitry Osipenko (Tue Feb 27 2018 - 07:05:04 EST)
- Re: [PATCH v5 6/6] drm/bridge/sii8620: use micro-USB cable detection logic to detect MHL Andrzej Hajda (Tue Feb 27 2018 - 07:05:37 EST)
- Re: [PATCH v3 0/2] pci: endpoint: Fix double free in pci_epf_create() Rolf Evers-Fischer (Tue Feb 27 2018 - 07:12:13 EST)
- [PATCH] ARM: davinci: fix the GPIO lookup for omapl138-hawk Bartosz Golaszewski (Tue Feb 27 2018 - 07:14:54 EST)
- general protection fault in hrtimer_active (2) syzbot (Tue Feb 27 2018 - 07:18:09 EST)
- Re: general protection fault in hrtimer_active (2) Dmitry Vyukov (Tue Feb 27 2018 - 07:20:08 EST)
- [PATCH v6 5/6] extcon: add possibility to get extcon device by OF node Andrzej Hajda (Tue Feb 27 2018 - 07:22:27 EST)
- Re: WARNING in smc_unhash_sk Davide Caratti (Tue Feb 27 2018 - 07:24:00 EST)
- Re: [PATCH] cdc_ether: flag the Cinterion PLS8 modem by gemalto as WWAN BjÃrn Mork (Tue Feb 27 2018 - 07:29:34 EST)
- Re: [PATCH v0 2/3] livepatch: update documentation/samples for callbacks Miroslav Benes (Tue Feb 27 2018 - 07:36:53 EST)
- Re: WARNING in smc_unhash_sk syzbot (Tue Feb 27 2018 - 07:38:13 EST)
- Re: [PATCH v4 3/3] s390/setup : enable display support for KVM guest Greg Kroah-Hartman (Tue Feb 27 2018 - 07:39:24 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Bhupesh Sharma (Tue Feb 27 2018 - 07:40:38 EST)
- Re: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Robin Murphy (Tue Feb 27 2018 - 07:40:45 EST)
- Re: [PATCH 0/9] drm/xen-front: Add support for Xen PV display frontend Oleksandr Andrushchenko (Tue Feb 27 2018 - 07:40:57 EST)
- Re: [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed Greg Kroah-Hartman (Tue Feb 27 2018 - 07:41:00 EST)
- Re: [RFC REBASED 5/5] powerpc/mm/slice: use the dynamic high slice size to limit bitmap operations Aneesh Kumar K.V (Tue Feb 27 2018 - 07:41:21 EST)
- Re: [PATCH] cdc_ether: flag the Cinterion PLS8 modem by gemalto as WWAN Oliver Neukum (Tue Feb 27 2018 - 07:43:49 EST)
- Re: [PATCH 1/1] Additional strict check on ELF file. Checks segments are followed in order of 'p_vaddr ' value ascending. It fixes erorr in total_mapping_size with computation total size. This error happens if segments in ELF file are not in order. Ilya Smith (Tue Feb 27 2018 - 07:45:45 EST)
- 4.16 regression: s2ram broken on non-PAE i686 Woody Suwalski (Tue Feb 27 2018 - 07:54:50 EST)
- Re: general protection fault in hrtimer_active (2) Paolo Bonzini (Tue Feb 27 2018 - 07:54:54 EST)
- [PATCH] cdc_ether: flag the Cinterion PLS8 modem by gemalto as WWAN Bassem Boubaker (Tue Feb 27 2018 - 08:04:35 EST)
- Re: [RFC v1] mm: add the preempt check into alloc_vmap_area() Matthew Wilcox (Tue Feb 27 2018 - 08:06:52 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 08:09:07 EST)
- Re: [PATCH 4.15 00/64] 4.15.7-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 08:09:25 EST)
- Re: [PATCH 4.15 00/64] 4.15.7-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 08:09:55 EST)
- Re: [PATCH 3.18 00/13] 3.18.97-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 08:10:25 EST)
- RE: [PATCH 0/2] arm: Support for Renesas RZ/N1D (R9A06G032) Phil Edworthy (Tue Feb 27 2018 - 08:10:47 EST)
- Re: [PATCH 4.4 00/22] 4.4.119-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 08:10:50 EST)
- Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one Greg Kroah-Hartman (Tue Feb 27 2018 - 08:11:41 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 08:14:41 EST)
- [RFC PATCH] Randomization of address chosen by mmap. Ilya Smith (Tue Feb 27 2018 - 08:15:31 EST)
- Re: [PATCH] cdc_ether: flag the Cinterion PLS8 modem by gemalto as WWAN Oliver Neukum (Tue Feb 27 2018 - 08:17:20 EST)
- HRTimer causing rtctest to fail Felipe Balbi (Tue Feb 27 2018 - 08:21:59 EST)
- Re: [PATCH] usbip: vudc: fix null pointer dereference on udc->lock Krzysztof Opasiak (Tue Feb 27 2018 - 08:24:57 EST)
- Re: [PATCH v3 00/14] Add MMCI support for STM32F SoCs family Alexandre Torgue (Tue Feb 27 2018 - 08:26:24 EST)
- [PATCHv2 1/3] i2c: xlp9xx: Check for Bus state before every transfer George Cherian (Tue Feb 27 2018 - 08:26:50 EST)
- [PATCH 2/3] i2c: xlp9xx: Handle NACK on DATA properly George Cherian (Tue Feb 27 2018 - 08:26:55 EST)
- [PATCH 3/3] i2c: xlp9xx: Add support for SMBAlert George Cherian (Tue Feb 27 2018 - 08:27:08 EST)
- Re: [RFC PATCH] Take mmap_min_addr into account while choosing unmapped address for x86-64. Ilya Smith (Tue Feb 27 2018 - 08:27:37 EST)
- Re: [LKP] [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression Jeff Layton (Tue Feb 27 2018 - 08:29:19 EST)
- Re: test case against union aliasing Julia Lawall (Tue Feb 27 2018 - 08:30:29 EST)
- [PATCH 0/2] MCB Update for v4.17 Johannes Thumshirn (Tue Feb 27 2018 - 08:30:37 EST)
- [PATCH 2/2] mcb: add Altera PCI ID to mcb-pci Johannes Thumshirn (Tue Feb 27 2018 - 08:30:47 EST)
- [PATCH 1/2] PCI: add vendor id for Altera Johannes Thumshirn (Tue Feb 27 2018 - 08:30:59 EST)
- [GIT PULL] Remove metag architecture James Hogan (Tue Feb 27 2018 - 08:37:05 EST)
- Re: [PATCH 2/2] mcb: add Altera PCI ID to mcb-pci Michael Moese (Tue Feb 27 2018 - 08:37:32 EST)
- [PATCH] ARM: reorder mach-*/Kconfig inclusions Alexandre Belloni (Tue Feb 27 2018 - 08:37:57 EST)
- Re: [RFC PATCH] drivers: use 'depends on MFD_SYSCON' instead of 'select MFD_SYSCON' Arnd Bergmann (Tue Feb 27 2018 - 08:39:18 EST)
- Re: [PATCH] Drivers: Improve readability by removing warnings Greg KH (Tue Feb 27 2018 - 08:40:17 EST)
- Re: [PATCH v2] Staging: bcm2048: Fix function argument alignment in radio-bcm2048.c. Greg KH (Tue Feb 27 2018 - 08:42:53 EST)
- Re: [LKP] [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression David Howells (Tue Feb 27 2018 - 08:43:23 EST)
- [PATCH v2 0/2] iio:dummy: Rework Kconfig Rodrigo Siqueira (Tue Feb 27 2018 - 08:46:39 EST)
- [PATCH v2 1/2] iio: dummy: Add correct tabs and spaces to Kconfig Rodrigo Siqueira (Tue Feb 27 2018 - 08:47:02 EST)
- [PATCH v2 2/2] iio:dummy: Add extra paragraphs on Kconfig Rodrigo Siqueira (Tue Feb 27 2018 - 08:47:18 EST)
- Re: [PATCH] mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions Shawn Lin (Tue Feb 27 2018 - 08:51:25 EST)
- Re: [v2,1/6] wl1251: Update wl->nvs_len after wl->nvs is valid Kalle Valo (Tue Feb 27 2018 - 08:51:53 EST)
- Re: [v2] bcma: Replace mdelay with usleep_range in bcma_pmu_resources_init Kalle Valo (Tue Feb 27 2018 - 08:52:52 EST)
- Re: [PATCH] ipmi: Add or fix SPDX-License-Identifier in all files Corey Minyard (Tue Feb 27 2018 - 08:53:06 EST)
- Re: Regarding slabinfo tool generating kernel crash Michal Hocko (Tue Feb 27 2018 - 08:55:25 EST)
- [PATCH] mmc: sdhci-of-arasan: Add quirk to avoid erroneous msg Phil Edworthy (Tue Feb 27 2018 - 08:55:41 EST)
- Public news servers for reading Linux kernel related posts? Tetsuo Handa (Tue Feb 27 2018 - 08:59:25 EST)
- Re: inconsistent lock state with usbnet/asix usb ethernet and xhci Eric Dumazet (Tue Feb 27 2018 - 09:07:15 EST)
- [PATCH v8 00/15] Krait clocks + Krait CPUfreq Sricharan R (Tue Feb 27 2018 - 09:07:48 EST)
- [PATCH v8 01/15] ARM: Add Krait L2 register accessor functions Sricharan R (Tue Feb 27 2018 - 09:07:55 EST)
- [PATCH v8 02/15] clk: mux: Split out register accessors for reuse Sricharan R (Tue Feb 27 2018 - 09:08:03 EST)
- [PATCH v8 03/15] clk: qcom: Add support for High-Frequency PLLs (HFPLLs) Sricharan R (Tue Feb 27 2018 - 09:08:09 EST)
- [PATCH v8 04/15] clk: qcom: Add HFPLL driver Sricharan R (Tue Feb 27 2018 - 09:08:18 EST)
- [PATCH v8 06/15] clk: qcom: Add MSM8960/APQ8064's HFPLLs Sricharan R (Tue Feb 27 2018 - 09:08:29 EST)
- [PATCH v8 07/15] clk: qcom: Add IPQ806X's HFPLLs Sricharan R (Tue Feb 27 2018 - 09:08:39 EST)
- [PATCH v8 10/15] dt-bindings: arm: Document qcom,kpss-gcc Sricharan R (Tue Feb 27 2018 - 09:08:50 EST)
- [PATCH v8 12/15] dt-bindings: clock: Document qcom,krait-cc Sricharan R (Tue Feb 27 2018 - 09:08:56 EST)
- Re: [PATCH] mmc: sdhci-of-arasan: Add quirk to avoid erroneous msg Adrian Hunter (Tue Feb 27 2018 - 09:09:18 EST)
- [PATCH v8 13/15] clk: qcom: Add safe switch hook for krait mux clocks Sricharan R (Tue Feb 27 2018 - 09:09:32 EST)
- [PATCH v8 14/15] cpufreq: Add module to register cpufreq on Krait CPUs Sricharan R (Tue Feb 27 2018 - 09:09:37 EST)
- [PATCH 1/3] driver core: check notifier_call_chain return value Benjamin Gaignard (Tue Feb 27 2018 - 09:09:51 EST)
- [PATCH 3/3] ARM: mach-stm32: Add Extended TrustZone Protection driver Benjamin Gaignard (Tue Feb 27 2018 - 09:09:55 EST)
- [PATCH 0/3] STM32 Extended TrustZone Protection driver Benjamin Gaignard (Tue Feb 27 2018 - 09:10:25 EST)
- [PATCH 2/3] dt-bindings: stm32: Add bindings for Extended TrustZone Protection Benjamin Gaignard (Tue Feb 27 2018 - 09:10:35 EST)
- [PATCH v8 15/15] dt-bindings: cpufreq: Document operating-points-v2-krait-cpu Sricharan R (Tue Feb 27 2018 - 09:11:03 EST)
- Re: [PATCH] EDAC, layerscape: allow building for LS1021A Borislav Petkov (Tue Feb 27 2018 - 09:11:21 EST)
- [PATCH v8 11/15] clk: qcom: Add Krait clock controller driver Sricharan R (Tue Feb 27 2018 - 09:11:33 EST)
- [PATCH v8 09/15] clk: qcom: Add KPSS ACC/GCC driver Sricharan R (Tue Feb 27 2018 - 09:12:03 EST)
- [PATCH v8 08/15] clk: qcom: Add support for Krait clocks Sricharan R (Tue Feb 27 2018 - 09:12:29 EST)
- [PATCH v8 05/15] dt-bindings: clock: Document qcom,hfpll Sricharan R (Tue Feb 27 2018 - 09:12:51 EST)
- Re: [PATCH] Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version Hans de Goede (Tue Feb 27 2018 - 09:13:09 EST)
- RE: [PATCH] mmc: sdhci-of-arasan: Add quirk to avoid erroneous msg Phil Edworthy (Tue Feb 27 2018 - 09:14:28 EST)
- Re: [PATCH v4] KVM: X86: Allow userspace to define the microcode version Tom Lendacky (Tue Feb 27 2018 - 09:17:52 EST)
- Re: [PATCH 2/2] f2fs: support {d,id,did,x}node checksum Chao Yu (Tue Feb 27 2018 - 09:18:31 EST)
- Re: [PATCH v2 3/8] efi: Decode IA32/X64 Processor Error Info Structure Borislav Petkov (Tue Feb 27 2018 - 09:26:04 EST)
- Re: [PATCH v2 0/2] iio:dummy: Rework Kconfig Daniel Baluta (Tue Feb 27 2018 - 09:26:17 EST)
- Re: [PATCH] mmc: sdhci-of-arasan: Add quirk to avoid erroneous msg Shawn Lin (Tue Feb 27 2018 - 09:28:07 EST)
- [PATCH v2 01/15] KVM: s390: refactor crypto initialization Tony Krowiak (Tue Feb 27 2018 - 09:28:39 EST)
- [PATCH v2 02/15] s390: vsie: implement AP support for second level guest Tony Krowiak (Tue Feb 27 2018 - 09:28:42 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Jonathan Toppins (Tue Feb 27 2018 - 09:28:59 EST)
- [PATCH v2 00/15] s390: vfio-ap: guest dedicated crypto adapters Tony Krowiak (Tue Feb 27 2018 - 09:29:59 EST)
- [PATCH v2 11/15] s390: vfio-ap: sysfs interfaces to configure control domains Tony Krowiak (Tue Feb 27 2018 - 09:30:21 EST)
- Re: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs Borislav Petkov (Tue Feb 27 2018 - 09:30:49 EST)
- [PATCH v2 03/15] s390: zcrypt: externalize AP instructions available function Tony Krowiak (Tue Feb 27 2018 - 09:30:53 EST)
- [PATCH v2 13/15] KVM: s390: Configure the guest's CRYCB Tony Krowiak (Tue Feb 27 2018 - 09:31:02 EST)
- [PATCH v2 14/15] s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl Tony Krowiak (Tue Feb 27 2018 - 09:31:14 EST)
- [PATCH v2 10/15] s390: vfio-ap: sysfs interfaces to configure domains Tony Krowiak (Tue Feb 27 2018 - 09:31:28 EST)
- [PATCH v2 15/15] s390: doc: detailed specifications for AP virtualization Tony Krowiak (Tue Feb 27 2018 - 09:31:39 EST)
- [PATCH v2 09/15] s390: vfio-ap: sysfs interfaces to configure adapters Tony Krowiak (Tue Feb 27 2018 - 09:31:45 EST)
- [PATCH v2 06/15] s390: vfio-ap: register matrix device with VFIO mdev framework Tony Krowiak (Tue Feb 27 2018 - 09:31:59 EST)
- RE: [PATCH] mmc: sdhci-of-arasan: Add quirk to avoid erroneous msg Phil Edworthy (Tue Feb 27 2018 - 09:32:10 EST)
- [PATCH v2 04/15] KVM: s390: CPU model support for AP virtualization Tony Krowiak (Tue Feb 27 2018 - 09:32:18 EST)
- [PATCH v2 05/15] s390: vfio-ap: base implementation of VFIO AP device driver Tony Krowiak (Tue Feb 27 2018 - 09:32:43 EST)
- [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode Tony Krowiak (Tue Feb 27 2018 - 09:33:28 EST)
- Re: [PATCH] drm/tinydrm: Allocate dummy SPI RX buffer if needed Noralf TrÃnnes (Tue Feb 27 2018 - 09:33:41 EST)
- [PATCH v2 07/15] KVM: s390: Interfaces to configure/deconfigure guest's AP matrix Tony Krowiak (Tue Feb 27 2018 - 09:34:08 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Guenter Roeck (Tue Feb 27 2018 - 09:34:19 EST)
- [PATCH v2 12/15] s390: vfio-ap: sysfs interface to view matrix mdev matrix Tony Krowiak (Tue Feb 27 2018 - 09:34:52 EST)
- [PATCH] ARM: mach-stm32: restore reboot capabilities Benjamin Gaignard (Tue Feb 27 2018 - 09:36:30 EST)
- Re: [PATCH] perf stat: Ignore error thread when enabling system-wide --per-thread Arnaldo Carvalho de Melo (Tue Feb 27 2018 - 09:37:49 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Guenter Roeck (Tue Feb 27 2018 - 09:39:06 EST)
- Re: [PATCH 17/19] lightnvm: pblk: implement get log report chunk Javier GonzÃlez (Tue Feb 27 2018 - 09:40:45 EST)
- Re: [PATCH v11 3/7] PCI/ERR: add mutex to synchronize recovery Bjorn Helgaas (Tue Feb 27 2018 - 09:42:04 EST)
- Re: inconsistent lock state with usbnet/asix usb ethernet and xhci Marek Szyprowski (Tue Feb 27 2018 - 09:42:23 EST)
- Re: [PATCH] mmc: sdhci-of-arasan: Add quirk to avoid erroneous msg Shawn Lin (Tue Feb 27 2018 - 09:42:32 EST)
- Re: brcm80211: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IR Kalle Valo (Tue Feb 27 2018 - 09:43:53 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Jonathan Toppins (Tue Feb 27 2018 - 09:44:16 EST)
- [PATCH] f2fs: fix to avoid race in between atomic write and background GC Chao Yu (Tue Feb 27 2018 - 09:45:56 EST)
- Re: [3/3] btmrvl: support sysfs initiated firmware coredump Kalle Valo (Tue Feb 27 2018 - 09:46:46 EST)
- [PATCH] iio:magnetometer: Replace magic number 0 by IIO_CHAN_INFO_RAW Rodrigo Siqueira (Tue Feb 27 2018 - 09:48:09 EST)
- Re: [PATCH v3 0/2] pci: endpoint: Fix double free in pci_epf_create() Bjorn Helgaas (Tue Feb 27 2018 - 09:52:38 EST)
- Re: [PATCH 3.18 00/13] 3.18.97-stable review Guenter Roeck (Tue Feb 27 2018 - 09:54:08 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Ard Biesheuvel (Tue Feb 27 2018 - 09:54:54 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Robin Murphy (Tue Feb 27 2018 - 09:55:27 EST)
- Re: [PATCH 4.4 00/22] 4.4.119-stable review Guenter Roeck (Tue Feb 27 2018 - 09:55:40 EST)
- Re: [PATCH 4.9 00/39] 4.9.85-stable review Guenter Roeck (Tue Feb 27 2018 - 09:56:17 EST)
- Re: [PATCH] mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions Alex Lemberg (Tue Feb 27 2018 - 09:56:36 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Guenter Roeck (Tue Feb 27 2018 - 09:57:12 EST)
- Re: [PATCH 4.15 00/64] 4.15.7-stable review Guenter Roeck (Tue Feb 27 2018 - 09:58:12 EST)
- Re: [PATCH v2 00/15] s390: vfio-ap: guest dedicated crypto adapters Cornelia Huck (Tue Feb 27 2018 - 09:58:24 EST)
- Re: [PATCH] mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions Alex Lemberg (Tue Feb 27 2018 - 09:58:44 EST)
- Re: [PATCH v0 2/3] livepatch: update documentation/samples for callbacks Joe Lawrence (Tue Feb 27 2018 - 09:58:51 EST)
- Re: [PATCH v8 14/15] cpufreq: Add module to register cpufreq on Krait CPUs Gregory CLEMENT (Tue Feb 27 2018 - 09:58:58 EST)
- Re: [PATCH] ARM: dts: NSP: Fix amount of RAM on BCM958625HR Jon Mason (Tue Feb 27 2018 - 10:03:04 EST)
- Re: [PATCH v2 5/8] efi: Decode IA32/X64 Cache, TLB, and Bus Check structures Borislav Petkov (Tue Feb 27 2018 - 10:04:25 EST)
- RE: [PATCH] mmc: sdhci-of-arasan: Add quirk to avoid erroneous msg Phil Edworthy (Tue Feb 27 2018 - 10:05:57 EST)
- RE: [PATCH v2 1/8] efi: Fix IA32/X64 Processor Error Record definition Ghannam, Yazen (Tue Feb 27 2018 - 10:06:05 EST)
- [PATCH v2 1/3] media: i2c: adv748x: Simplify regmap configuration Kieran Bingham (Tue Feb 27 2018 - 10:06:18 EST)
- [PATCH v2 3/3] media: i2c: adv748x: Add support for i2c_new_secondary_device Kieran Bingham (Tue Feb 27 2018 - 10:06:26 EST)
- Re: [PATCH 2/2] selftests: ion: Add simple test with the vgem driver Shuah Khan (Tue Feb 27 2018 - 10:06:47 EST)
- [PATCH v2 2/3] media: i2c: adv748x: Add missing CBUS page Kieran Bingham (Tue Feb 27 2018 - 10:07:03 EST)
- Re: [PATCH v2] x86/xen: add tty0 and hvc0 as preferred consoles for dom0 Boris Ostrovsky (Tue Feb 27 2018 - 10:07:18 EST)
- Re: inconsistent lock state with usbnet/asix usb ethernet and xhci Eric Dumazet (Tue Feb 27 2018 - 10:09:38 EST)
- Re: [PATCH V2 1/2] [media] Add Rockchip RK1608 driver Heiko Stuebner (Tue Feb 27 2018 - 10:12:30 EST)
- Re: [PATCH] nvme-pci: assign separate irq vectors for adminq and ioq0 Keith Busch (Tue Feb 27 2018 - 10:13:01 EST)
- Re: inconsistent lock state with usbnet/asix usb ethernet and xhci Eric Dumazet (Tue Feb 27 2018 - 10:13:28 EST)
- RE: [PATCH v2 2/8] efi: Decode IA32/X64 Processor Error Section Ghannam, Yazen (Tue Feb 27 2018 - 10:13:43 EST)
- Re: [Patch v8 12/12] Documention: v4l: Documentation for HEVC CIDs Nicolas Dufresne (Tue Feb 27 2018 - 10:17:23 EST)
- Re: [Patch v8 12/12] Documention: v4l: Documentation for HEVC CIDs Nicolas Dufresne (Tue Feb 27 2018 - 10:18:50 EST)
- Re: [PATCH] virtio_balloon: export huge page allocation statistics Michael S. Tsirkin (Tue Feb 27 2018 - 10:20:18 EST)
- Re: [PATCH v1] kernel.h: Update comment about simple_strto<foo>() functions Miguel Ojeda (Tue Feb 27 2018 - 10:21:50 EST)
- RE: [PATCH v2 3/8] efi: Decode IA32/X64 Processor Error Info Structure Ghannam, Yazen (Tue Feb 27 2018 - 10:25:15 EST)
- Re: [LKP] [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression Jeff Layton (Tue Feb 27 2018 - 10:27:59 EST)
- RE: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs Ghannam, Yazen (Tue Feb 27 2018 - 10:28:46 EST)
- [PATCH] 8250-men-mcb: add support for 16z025 and 16z057 Michael Moese (Tue Feb 27 2018 - 10:31:31 EST)
- Re: [PATCH v2 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs Ard Biesheuvel (Tue Feb 27 2018 - 10:31:58 EST)
- Re: [PATCH 1/2] ARM: dts: imx6: RDU2: Add RAVE SP device Fabio Estevam (Tue Feb 27 2018 - 10:32:09 EST)
- Re: [PATCH 2/2] ARM: dts: imx51-zii-rdu1: Add node for RAVE SP device Fabio Estevam (Tue Feb 27 2018 - 10:32:27 EST)
- Re: [PATCH 1/2] PCI: add vendor id for Altera Andy Shevchenko (Tue Feb 27 2018 - 10:32:39 EST)
- RE: [PATCH v2 5/8] efi: Decode IA32/X64 Cache, TLB, and Bus Check structures Ghannam, Yazen (Tue Feb 27 2018 - 10:33:54 EST)
- Re: [PATCH 2/2] mcb: add Altera PCI ID to mcb-pci Andy Shevchenko (Tue Feb 27 2018 - 10:33:58 EST)
- Re: general protection fault in hrtimer_active (2) syzbot (Tue Feb 27 2018 - 10:34:09 EST)
- Re: [RFC PATCH V3] virtio_pci: Add SR-IOV support David Miller (Tue Feb 27 2018 - 10:35:12 EST)
- Re: [PATCH] [net-next] ipvlan: fix building with modular IPV6 David Miller (Tue Feb 27 2018 - 10:37:43 EST)
- Re: [PATCH tip/core/rcu 06/10] trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched() Paul E. McKenney (Tue Feb 27 2018 - 10:38:01 EST)
- Re: [PATCH v3 05/10] pwm: add PWM mode to pwm_config() Daniel Thompson (Tue Feb 27 2018 - 10:38:29 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Thomas Gleixner (Tue Feb 27 2018 - 10:39:05 EST)
- Re: [PATCH 1/2] PCI: add vendor id for Altera Johannes Thumshirn (Tue Feb 27 2018 - 10:42:13 EST)
- [PATCHv2 1/5] x86/boot/compressed/64: Describe the logic behind LA57 check Kirill A. Shutemov (Tue Feb 27 2018 - 10:42:33 EST)
- [PATCHv2 5/5] x86/boot/compressed/64: Prepare new top-level page table for trampoline Kirill A. Shutemov (Tue Feb 27 2018 - 10:42:38 EST)
- [PATCHv2 0/5] x86/boot/compressed/64: Prepare trampoline memory Kirill A. Shutemov (Tue Feb 27 2018 - 10:42:59 EST)
- [PATCH] i2c: octeon: Prevent error message on bus error Jan Glauber (Tue Feb 27 2018 - 10:43:05 EST)
- [PATCHv2 2/5] x86/boot/compressed/64: Find a place for 32-bit trampoline Kirill A. Shutemov (Tue Feb 27 2018 - 10:43:20 EST)
- Re: [PATCH] x86/mm/sme: Disable stack protection for mem_encrypt_identity.c Kirill A. Shutemov (Tue Feb 27 2018 - 10:43:27 EST)
- [PATCHv2 3/5] x86/boot/compressed/64: Save and restore trampoline memory Kirill A. Shutemov (Tue Feb 27 2018 - 10:43:51 EST)
- [PATCHv2 4/5] x86/boot/compressed/64: Set up trampoline memory Kirill A. Shutemov (Tue Feb 27 2018 - 10:44:01 EST)
- Re: [PATCH 1/1] x86: Fix Intel Edison module stuck reboot Andy Shevchenko (Tue Feb 27 2018 - 10:44:46 EST)
- Re: [PATCH 2/2] xen: events: free irqs in error condition Shah, Amit (Tue Feb 27 2018 - 10:46:16 EST)
- Re: [PATCH 4/6] x86: Consolidate PCI_MMCONFIG configs Andy Shevchenko (Tue Feb 27 2018 - 10:47:39 EST)
- Re: [PATCH v3 5/8] MIPS: mscc: add ocelot dtsi Alexandre Belloni (Tue Feb 27 2018 - 10:48:12 EST)
- Re: [PATCH 2/6] pci: Scan all functions when probing while running over Jailhouse Andy Shevchenko (Tue Feb 27 2018 - 10:48:41 EST)
- Re: [PATCH v2 8/9] lib/vsprintf: Remove useless NULL checks Petr Mladek (Tue Feb 27 2018 - 10:50:56 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Andy Shevchenko (Tue Feb 27 2018 - 10:52:12 EST)
- Re: [PATCH v2 3/3] gpio: Add Spreadtrum PMIC EIC driver support Andy Shevchenko (Tue Feb 27 2018 - 10:54:10 EST)
- Re: [PATCH] ARM: dts: stm32: Add leds support to stm32f469 Discovery board Alexandre Torgue (Tue Feb 27 2018 - 10:54:53 EST)
- Re: [PATCH v3 6/8] MIPS: mscc: add ocelot PCB123 device tree Alexandre Belloni (Tue Feb 27 2018 - 10:54:59 EST)
- Re: [PATCH] ARM: dts: stm32: Add push button to stm32f769 Discovery board Alexandre Torgue (Tue Feb 27 2018 - 10:55:14 EST)
- Re: [PATCH] ARM: dts: stm32: Add push button to stm32f469 Discovery board Alexandre Torgue (Tue Feb 27 2018 - 10:55:19 EST)
- Re: [PATCH] ARM: dts: stm32: Fix HSE clock frequency for stm32h743i-disco board Alexandre Torgue (Tue Feb 27 2018 - 10:55:46 EST)
- Re: [PATCH] ARM: dts: stm32: Add leds support to stm32f769 Discovery board Alexandre Torgue (Tue Feb 27 2018 - 10:55:59 EST)
- [PATCH v2 0/2] xen: fix bugs in error conditions Amit Shah (Tue Feb 27 2018 - 10:56:15 EST)
- [PATCH v2 2/2] xen: events: free irqs in error condition Amit Shah (Tue Feb 27 2018 - 10:56:27 EST)
- [PATCH v2 1/2] xen: fix out-of-bounds irq unbind for MSI message groups Amit Shah (Tue Feb 27 2018 - 10:56:30 EST)
- [PATCH 1/3] platform/x86: dell-smbios: Correct some style warnings Mario Limonciello (Tue Feb 27 2018 - 10:57:08 EST)
- [PATCH 2/3] platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base Mario Limonciello (Tue Feb 27 2018 - 10:57:11 EST)
- Re: [PATCH v2 15/15] s390: doc: detailed specifications for AP virtualization Cornelia Huck (Tue Feb 27 2018 - 10:57:21 EST)
- Re: [PATCH v2 00/15] s390: vfio-ap: guest dedicated crypto adapters Tony Krowiak (Tue Feb 27 2018 - 10:57:46 EST)
- [PATCH V4] lightnvm: simplify geometry structure Javier GonzÃlez (Tue Feb 27 2018 - 10:57:53 EST)
- Re: [PATCH 0/3] USB OTG on STM32F7 boards Alexandre Torgue (Tue Feb 27 2018 - 10:57:54 EST)
- [PATCH] lightnvm: simplify geometry structure. Javier GonzÃlez (Tue Feb 27 2018 - 10:58:21 EST)
- [PATCH 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together Mario Limonciello (Tue Feb 27 2018 - 10:58:56 EST)
- Re: [PATCH v3 0/2] add support for Socionext SynQuacer I2C controller Andy Shevchenko (Tue Feb 27 2018 - 10:59:29 EST)
- Re: [PATCH] ARM: dts: stm32: enable RTC on stm32f769-disco Alexandre Torgue (Tue Feb 27 2018 - 11:01:53 EST)
- Re: [PATCH v2 2/7] i3c: Add core I3C infrastructure Vitor Soares (Tue Feb 27 2018 - 11:04:16 EST)
- Re: [PATCH 1/3] platform/x86: dell-smbios: Correct some style warnings Andy Shevchenko (Tue Feb 27 2018 - 11:04:25 EST)
- Re: [PATCH v2 0/3] USB OTG on STM32H743 Alexandre Torgue (Tue Feb 27 2018 - 11:05:04 EST)
- [PATCH] sched: Remove TASK_ALL Sebastian Andrzej Siewior (Tue Feb 27 2018 - 11:05:27 EST)
- GPF in wb_congested due to null bdi_writeback Nikolay Borisov (Tue Feb 27 2018 - 11:05:54 EST)
- [PATCH] regmap: irq: fix ack-invert Tim Harvey (Tue Feb 27 2018 - 11:06:37 EST)
- Re: The White man: who he is - People been taking this spoken word video down for truth about white society Abdullah Ramazanoglu (Tue Feb 27 2018 - 11:07:20 EST)
- Re: [PATCH 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together Andy Shevchenko (Tue Feb 27 2018 - 11:09:03 EST)
- [PATCH 2/2] ppc64le save_stack_trace_tsk_reliable (Was: HAVE_RELIABLE_STACKTRACE) Torsten Duwe (Tue Feb 27 2018 - 11:09:33 EST)
- Re: [PATCH] lightnvm: simplify geometry structure. Javier Gonzalez (Tue Feb 27 2018 - 11:10:06 EST)
- Re: [PATCH v5] reset: add support for non-DT systems Philipp Zabel (Tue Feb 27 2018 - 11:10:19 EST)
- Re: [PATCH 0/2] RTC support on STM32H743 Alexandre Torgue (Tue Feb 27 2018 - 11:10:58 EST)
- Re: HRTimer causing rtctest to fail Thomas Gleixner (Tue Feb 27 2018 - 11:11:04 EST)
- Re: [PATCH v3 0/2] pci: endpoint: Fix double free in pci_epf_create() Andy Shevchenko (Tue Feb 27 2018 - 11:13:10 EST)
- Re: [PATCH net-next 2/3] net: mvpp2: adjust gso stop wake thresholds David Miller (Tue Feb 27 2018 - 11:13:16 EST)
- RE: [PATCH 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together Mario.Limonciello (Tue Feb 27 2018 - 11:13:23 EST)
- Re: inconsistent lock state with usbnet/asix usb ethernet and xhci Oliver Neukum (Tue Feb 27 2018 - 11:13:46 EST)
- Re: ssb: return boolean instead of integer in ssb_dma_translation_special_bit Kalle Valo (Tue Feb 27 2018 - 11:14:55 EST)
- RE: [PATCH 1/3] platform/x86: dell-smbios: Correct some style warnings Mario.Limonciello (Tue Feb 27 2018 - 11:15:16 EST)
- Re: [PATCH v3 7/8] MIPS: defconfigs: add a defconfig for Microsemi SoCs Alexandre Belloni (Tue Feb 27 2018 - 11:16:07 EST)
- Re: [PATCH v3 05/10] pwm: add PWM mode to pwm_config() Claudiu Beznea (Tue Feb 27 2018 - 11:16:23 EST)
- [ANNOUNCE] 4.9.84-rt62 Julia Cartwright (Tue Feb 27 2018 - 11:16:39 EST)
- Re: [PATCH 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together Andy Shevchenko (Tue Feb 27 2018 - 11:16:56 EST)
- Re: wireless: zd1211rw: remove redundant assignment of pointer 'q' Kalle Valo (Tue Feb 27 2018 - 11:17:11 EST)
- Re: [v2] rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c Kalle Valo (Tue Feb 27 2018 - 11:17:53 EST)
- Re: [RESEND PATCH v3 1/2] acpi: thermal: initialize tz_enabled to 1 Rafael J. Wysocki (Tue Feb 27 2018 - 11:18:01 EST)
- Re: rtlwifi: rtl8192cu: remove pointless memcpy Kalle Valo (Tue Feb 27 2018 - 11:18:26 EST)
- [PATCH] mei: remove dev_err message on an unsupported ioctl Colin King (Tue Feb 27 2018 - 11:21:16 EST)
- Re: GPF in wb_congested due to null bdi_writeback Nikolay Borisov (Tue Feb 27 2018 - 11:21:24 EST)
- Re: [PATCH v3 7/8] MIPS: defconfigs: add a defconfig for Microsemi SoCs James Hogan (Tue Feb 27 2018 - 11:24:26 EST)
- Re: brcmsmac: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IR Kalle Valo (Tue Feb 27 2018 - 11:25:59 EST)
- Re: [PATCH v3 6/8] MIPS: mscc: add ocelot PCB123 device tree James Hogan (Tue Feb 27 2018 - 11:37:09 EST)
- Re: [PATCH v3] input: bcm5974 - Add driver for Apple Magic Trackpad 2 Stephan Mueller (Tue Feb 27 2018 - 11:37:56 EST)
- Re: [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy Andy Lutomirski (Tue Feb 27 2018 - 11:40:26 EST)
- Re: [net-next v2 0/4] DPAA Ethernet fixes David Miller (Tue Feb 27 2018 - 11:41:05 EST)
- dns_resolver_preparse tries to print arbitrarily-large user-provided strings Mark Rutland (Tue Feb 27 2018 - 11:43:22 EST)
- RE: [PATCH v2 2/7] i3c: Add core I3C infrastructure Przemyslaw Sroka (Tue Feb 27 2018 - 11:43:42 EST)
- Re: ath5k: remove duplicated re-assignment to pointer 'tq' Kalle Valo (Tue Feb 27 2018 - 11:46:19 EST)
- [PATCH v3 00/02] Consolidate tasklet + tasklet-hi code Sebastian Andrzej Siewior (Tue Feb 27 2018 - 11:49:07 EST)
- [PATCH 2/2] kernel/sofirq: consolidate common code in tasklet_action() + tasklet_hi_action() Sebastian Andrzej Siewior (Tue Feb 27 2018 - 11:49:11 EST)
- [PATCH 1/2] kernel/sofirq: consolidate common code in __tasklet_schedule() + _hi_ Sebastian Andrzej Siewior (Tue Feb 27 2018 - 11:49:37 EST)
- Re: [PATCH v4 02/12] dax: introduce IS_DEVDAX() and IS_FSDAX() Jan Kara (Tue Feb 27 2018 - 11:55:02 EST)
- Re: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Alex Williamson (Tue Feb 27 2018 - 11:57:46 EST)
- Re: [PATCH v5 08/13] iommu/rockchip: Control clocks needed to access the IOMMU Robin Murphy (Tue Feb 27 2018 - 11:59:24 EST)
- Re: [PATCH 3/4 v2] fs: proc: use down_read_killable() in environ_read() Yang Shi (Tue Feb 27 2018 - 11:59:30 EST)
- Re: [PATCH v2 1/2] xen: fix out-of-bounds irq unbind for MSI message groups Roger Pau Monné (Tue Feb 27 2018 - 11:59:51 EST)
- Re: [PATCH v4 03/12] ext2, dax: finish implementing dax_sem helpers Jan Kara (Tue Feb 27 2018 - 12:00:43 EST)
- Re: [PATCH v2 2/8] efi: Decode IA32/X64 Processor Error Section Borislav Petkov (Tue Feb 27 2018 - 12:01:03 EST)
- Re: [PATCH v4 04/12] ext2, dax: define ext2_dax_*() infrastructure in all cases Jan Kara (Tue Feb 27 2018 - 12:01:19 EST)
- Re: [PATCH v4 05/12] ext4, dax: define ext4_dax_*() infrastructure in all cases Jan Kara (Tue Feb 27 2018 - 12:01:48 EST)
- Re: [PATCH v3 0/2] add support for Socionext SynQuacer I2C controller Ard Biesheuvel (Tue Feb 27 2018 - 12:02:01 EST)
- [PATCH] ALSA: control: Fix memory corruption risk in snd_ctl_elem_read Richard Fitzgerald (Tue Feb 27 2018 - 12:02:12 EST)
- Re: [PATCH v4 06/12] ext2, dax: replace IS_DAX() with IS_FSDAX() Jan Kara (Tue Feb 27 2018 - 12:02:26 EST)
- Re: [PATCH v4 07/12] ext4, dax: replace IS_DAX() with IS_FSDAX() Jan Kara (Tue Feb 27 2018 - 12:03:03 EST)
- Re: [PATCH v4 08/12] xfs, dax: replace IS_DAX() with IS_FSDAX() Jan Kara (Tue Feb 27 2018 - 12:03:50 EST)
- Re: [LKP] [lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression Linus Torvalds (Tue Feb 27 2018 - 12:04:40 EST)
- Re: [PATCH] ALSA: control: Fix memory corruption risk in snd_ctl_elem_read Takashi Iwai (Tue Feb 27 2018 - 12:04:49 EST)
- Re: [PATCH v2 3/8] efi: Decode IA32/X64 Processor Error Info Structure Borislav Petkov (Tue Feb 27 2018 - 12:05:03 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Mark Rutland (Tue Feb 27 2018 - 12:05:29 EST)
- Re: [PATCH] scsi: core: fix two wrong indentation cases Bart Van Assche (Tue Feb 27 2018 - 12:06:11 EST)
- Re: [PATCH v4 09/12] mm, dax: replace IS_DAX() with IS_DEVDAX() or IS_FSDAX() Jan Kara (Tue Feb 27 2018 - 12:06:25 EST)
- Re: [PATCH v4 10/12] fs, dax: kill IS_DAX() Jan Kara (Tue Feb 27 2018 - 12:06:37 EST)
- RE: [PATCH v2 2/7] i3c: Add core I3C infrastructure Przemyslaw Sroka (Tue Feb 27 2018 - 12:06:50 EST)
- Re: [PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert Bart Van Assche (Tue Feb 27 2018 - 12:07:04 EST)
- Re: [PATCH v2 5/8] efi: Decode IA32/X64 Cache, TLB, and Bus Check structures Borislav Petkov (Tue Feb 27 2018 - 12:07:24 EST)
- Re: [PATCH] x86/xen: Calculate __max_logical_packages on PV domains Simon Gaiser (Tue Feb 27 2018 - 12:08:26 EST)
- Re: [PATCH v2 2/2] xen: events: free irqs in error condition Roger Pau Monné (Tue Feb 27 2018 - 12:10:18 EST)
- Re: [PATCH 0/3] STM32 Extended TrustZone Protection driver Mark Rutland (Tue Feb 27 2018 - 12:11:34 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Michael S. Tsirkin (Tue Feb 27 2018 - 12:12:14 EST)
- Re: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Alex Williamson (Tue Feb 27 2018 - 12:14:02 EST)
- Re: [PATCH net-next 2/3] net: mvpp2: adjust gso stop wake thresholds Antoine Tenart (Tue Feb 27 2018 - 12:14:10 EST)
- Re: [PATCH 3/3] ARM: mach-stm32: Add Extended TrustZone Protection driver Mark Rutland (Tue Feb 27 2018 - 12:14:33 EST)
- Re: [PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert Bart Van Assche (Tue Feb 27 2018 - 12:18:42 EST)
- Re: [PATCH] ia64/err-inject: Use get_user_pages_fast() Davidlohr Bueso (Tue Feb 27 2018 - 12:25:58 EST)
- Re: [PATCH 5/5] selftests: futex Makefile add top level TAP header echo to RUN_TESTS Shuah Khan (Tue Feb 27 2018 - 12:25:59 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Mathieu Malaterre (Tue Feb 27 2018 - 12:26:04 EST)
- RE: [PATCH] mei: remove dev_err message on an unsupported ioctl Winkler, Tomas (Tue Feb 27 2018 - 12:26:33 EST)
- RE: [PATCH v2 2/8] efi: Decode IA32/X64 Processor Error Section Ghannam, Yazen (Tue Feb 27 2018 - 12:27:49 EST)
- [PATCH 2/3] nfit_test: fix buffer overrun, add sanity check Ross Zwisler (Tue Feb 27 2018 - 12:30:10 EST)
- [PATCH 3/3] nfit_test: prevent parsing error of nfit_test.0 Ross Zwisler (Tue Feb 27 2018 - 12:30:14 EST)
- [PATCH 1/3] nfit_test: improve structure offset handling Ross Zwisler (Tue Feb 27 2018 - 12:30:40 EST)
- Re: [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy Casey Schaufler (Tue Feb 27 2018 - 12:30:50 EST)
- Re: [PATCH] mei: remove dev_err message on an unsupported ioctl Colin Ian King (Tue Feb 27 2018 - 12:31:29 EST)
- Re: [PATCH v2 2/2] xen: events: free irqs in error condition Shah, Amit (Tue Feb 27 2018 - 12:33:06 EST)
- Re: [RFC PATCH v2 08/12] arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUG Will Deacon (Tue Feb 27 2018 - 12:33:26 EST)
- Can a driver->probe be called for two devices at the same time (WAS: Re: [PATCH] crypto/ccp: don't disable interrupts while setting up debugfs) Sebastian Andrzej Siewior (Tue Feb 27 2018 - 12:33:40 EST)
- Re: [RFC PATCH v2 08/12] arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUG Mark Rutland (Tue Feb 27 2018 - 12:34:37 EST)
- [PATCH] ALSA: control: Fix a bunch of whitespace errors Richard Fitzgerald (Tue Feb 27 2018 - 12:34:48 EST)
- Re: [PATCH v2 8/9] lib/vsprintf: Remove useless NULL checks Andy Shevchenko (Tue Feb 27 2018 - 12:37:09 EST)
- Re: [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy Andy Lutomirski (Tue Feb 27 2018 - 12:37:15 EST)
- Re: [PATCH v5 0/4] ARM: OMAP2+: AM33XX/AM43XX: Add suspend-resume support Tony Lindgren (Tue Feb 27 2018 - 12:39:14 EST)
- Re: [PATCH 1/2] PCI: add vendor id for Altera Bjorn Helgaas (Tue Feb 27 2018 - 12:39:37 EST)
- Re: [RFC PATCH] usb: hcd: complete URBs in threaded-IRQ context instead of tasklet Mauro Carvalho Chehab (Tue Feb 27 2018 - 12:39:48 EST)
- Re: [PATCH v2 2/8] efi: Decode IA32/X64 Processor Error Section Borislav Petkov (Tue Feb 27 2018 - 12:45:17 EST)
- Re: [PATCH v2 0/3] kbuild: fix host progs build with libs in non standard locations Josh Poimboeuf (Tue Feb 27 2018 - 12:45:24 EST)
- Re: Can a driver->probe be called for two devices at the same time (WAS: Re: [PATCH] crypto/ccp: don't disable interrupts while setting up debugfs) Gary R Hook (Tue Feb 27 2018 - 12:46:16 EST)
- Re: [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed Srivatsa S. Bhat (Tue Feb 27 2018 - 12:46:23 EST)
- RE: [PATCH v2 3/8] efi: Decode IA32/X64 Processor Error Info Structure Ghannam, Yazen (Tue Feb 27 2018 - 12:47:02 EST)
- [PATCH v2 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together Mario Limonciello (Tue Feb 27 2018 - 12:48:20 EST)
- [PATCH v2 2/3] platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base Mario Limonciello (Tue Feb 27 2018 - 12:48:29 EST)
- [PATCH v2 1/3] platform/x86: dell-smbios: Correct some style warnings Mario Limonciello (Tue Feb 27 2018 - 12:48:42 EST)
- RE: [PATCH net-next 2/3] net: mvpp2: adjust gso stop wake thresholds Yan Markman (Tue Feb 27 2018 - 12:49:00 EST)
- Re: [PATCH v2 3/3] objtool: use global host flags for compilation Josh Poimboeuf (Tue Feb 27 2018 - 12:49:40 EST)
- Re: [GIT pull] x86/pti updates for 4.16 Josh Poimboeuf (Tue Feb 27 2018 - 12:53:25 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Eric Dumazet (Tue Feb 27 2018 - 12:54:00 EST)
- Re: [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed Steve French (Tue Feb 27 2018 - 12:57:10 EST)
- Re: [PATCH] 8250-men-mcb: add support for 16z025 and 16z057 Andy Shevchenko (Tue Feb 27 2018 - 12:57:40 EST)
- Re: [PATCH v3 2/2] pci: endpoint: Fix kernel panic after put_device() Lorenzo Pieralisi (Tue Feb 27 2018 - 12:58:06 EST)
- Re: [PATCH v2 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together Andy Shevchenko (Tue Feb 27 2018 - 13:02:15 EST)
- Re: [PATCH v2 3/8] efi: Decode IA32/X64 Processor Error Info Structure Borislav Petkov (Tue Feb 27 2018 - 13:03:02 EST)
- Re: [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy Casey Schaufler (Tue Feb 27 2018 - 13:03:16 EST)
- RE: [PATCH v2 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together Mario.Limonciello (Tue Feb 27 2018 - 13:03:38 EST)
- RE: [PATCH v2 2/8] efi: Decode IA32/X64 Processor Error Section Ghannam, Yazen (Tue Feb 27 2018 - 13:06:29 EST)
- Re: [PATCH v5] reset: add support for non-DT systems Bartosz Golaszewski (Tue Feb 27 2018 - 13:07:40 EST)
- Re: [PATCH] mei: remove dev_err message on an unsupported ioctl Greg Kroah-Hartman (Tue Feb 27 2018 - 13:10:12 EST)
- Re: [PATCH v2 15/15] s390: doc: detailed specifications for AP virtualization Tony Krowiak (Tue Feb 27 2018 - 13:12:34 EST)
- Re: [PATCH v2] staging: android: ashmem: Fix lockdep issue during llseek Greg Hackmann (Tue Feb 27 2018 - 13:16:09 EST)
- Re: [PATCH] riscv/barrier: Define __smp_{store_release,load_acquire} Palmer Dabbelt (Tue Feb 27 2018 - 13:21:51 EST)
- [PATCH v3 2/3] platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base Mario Limonciello (Tue Feb 27 2018 - 13:23:20 EST)
- [PATCH v3 1/3] platform/x86: dell-smbios: Correct some style warnings Mario Limonciello (Tue Feb 27 2018 - 13:23:31 EST)
- [PATCH v3 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together Mario Limonciello (Tue Feb 27 2018 - 13:23:42 EST)
- Re: [PATCH] lightnvm: simplify geometry structure. Matias BjÃrling (Tue Feb 27 2018 - 13:24:06 EST)
- Re: [PATCH 3/3] btmrvl: support sysfs initiated firmware coredump Marcel Holtmann (Tue Feb 27 2018 - 13:26:10 EST)
- Re: [PATCH 3.18 00/13] 3.18.97-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 13:32:32 EST)
- Re: [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed Srivatsa S. Bhat (Tue Feb 27 2018 - 13:33:40 EST)
- Re: [PATCH 4.4 00/22] 4.4.119-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 13:34:03 EST)
- Re: [PATCH 4.9 00/39] 4.9.85-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 13:34:17 EST)
- Re: [PATCH v2 2/8] efi: Decode IA32/X64 Processor Error Section Borislav Petkov (Tue Feb 27 2018 - 13:34:49 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 13:36:22 EST)
- Re: [PATCH 4.15 00/64] 4.15.7-stable review Greg Kroah-Hartman (Tue Feb 27 2018 - 13:37:49 EST)
- Re: [Letux-kernel] [PATCH v5 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver Pavel Machek (Tue Feb 27 2018 - 13:38:33 EST)
- Re: [PATCH] regmap: irq: fix ack-invert Tony Lindgren (Tue Feb 27 2018 - 13:39:14 EST)
- RE: [PATCH v2 3/8] efi: Decode IA32/X64 Processor Error Info Structure Ghannam, Yazen (Tue Feb 27 2018 - 13:40:23 EST)
- Re: Can a driver->probe be called for two devices at the same time (WAS: Re: [PATCH] crypto/ccp: don't disable interrupts while setting up debugfs) Greg Kroah-Hartman (Tue Feb 27 2018 - 13:40:41 EST)
- Re: [PATCH 17/19] lightnvm: pblk: implement get log report chunk Matias BjÃrling (Tue Feb 27 2018 - 13:46:54 EST)
- [GIT PULL] seccomp fix for v4.16-rc4 James Morris (Tue Feb 27 2018 - 13:46:56 EST)
- WARNING in xt_cluster_mt syzbot (Tue Feb 27 2018 - 13:59:17 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Bhupesh Sharma (Tue Feb 27 2018 - 14:00:18 EST)
- [PATCH] pci-iov: Add support for unmanaged SR-IOV Alexander Duyck (Tue Feb 27 2018 - 14:07:08 EST)
- Re: [PATCH v2 3/8] efi: Decode IA32/X64 Processor Error Info Structure Borislav Petkov (Tue Feb 27 2018 - 14:10:16 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Guenter Roeck (Tue Feb 27 2018 - 14:12:45 EST)
- Re: [PATCH 0/3] STM32 Extended TrustZone Protection driver Benjamin Gaignard (Tue Feb 27 2018 - 14:17:06 EST)
- Re: [PATCH 12/31] x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points Waiman Long (Tue Feb 27 2018 - 14:18:45 EST)
- Re: [PATCH 3/3] ARM: mach-stm32: Add Extended TrustZone Protection driver Benjamin Gaignard (Tue Feb 27 2018 - 14:23:26 EST)
- Re: [PATCH] lightnvm: simplify geometry structure. Javier Gonzalez (Tue Feb 27 2018 - 14:27:35 EST)
- Re: [PATCH net-next 0/4] stmmac barrier fixes and cleanup David Miller (Tue Feb 27 2018 - 14:28:33 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Miguel Ojeda (Tue Feb 27 2018 - 14:32:10 EST)
- [PATCH RFC] auxdisplay: charlcd: Fix and clean up handling of x/y commands Miguel Ojeda (Tue Feb 27 2018 - 14:32:43 EST)
- Re: [PATCH v2] PCI/AER: update AER status string print to match other AER logs Tyler Baicar (Tue Feb 27 2018 - 14:34:01 EST)
- Re: [PATCH net-next] net: mvpp2: Add hardware offloading for VLAN filtering David Miller (Tue Feb 27 2018 - 14:34:53 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Michael S. Tsirkin (Tue Feb 27 2018 - 14:35:48 EST)
- Re: Can a driver->probe be called for two devices at the same time (WAS: Re: [PATCH] crypto/ccp: don't disable interrupts while setting up debugfs) Sebastian Andrzej Siewior (Tue Feb 27 2018 - 14:36:16 EST)
- Re: [PATCH] cdc_ether: flag the Cinterion PLS8 modem by gemalto as WWAN David Miller (Tue Feb 27 2018 - 14:45:00 EST)
- Re: [PATCH 0/3] STM32 Extended TrustZone Protection driver Robin Murphy (Tue Feb 27 2018 - 14:46:40 EST)
- Re: [PATCH v4] Protected FIFOs and regular files Kees Cook (Tue Feb 27 2018 - 14:47:55 EST)
- [PATCH] sparse doesn't support indirect_branch attribute Matthew Wilcox (Tue Feb 27 2018 - 14:48:33 EST)
- Re: çå: [RFC patch] ioremap: don't set up huge I/O mappings when p4d/pud/pmd is zero Kani, Toshi (Tue Feb 27 2018 - 14:49:53 EST)
- Re: [PATCH 17/19] lightnvm: pblk: implement get log report chunk Javier GonzÃlez (Tue Feb 27 2018 - 14:50:13 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Reinette Chatre (Tue Feb 27 2018 - 14:52:22 EST)
- Re: [PATCH 1/2] PCI: add vendor id for Altera Eli Billauer (Tue Feb 27 2018 - 14:53:25 EST)
- [PATCH] pvcalls-front: 64-bit align flags Stefano Stabellini (Tue Feb 27 2018 - 14:55:05 EST)
- Re: [PATCH v2 2/7] i3c: Add core I3C infrastructure Boris Brezillon (Tue Feb 27 2018 - 14:58:14 EST)
- Re: çå: [RFC patch] ioremap: don't set up huge I/O mappings when p4d/pud/pmd is zero Will Deacon (Tue Feb 27 2018 - 14:59:22 EST)
- Re: çå: [RFC patch] ioremap: don't set up huge I/O mappings when p4d/pud/pmd is zero Kani, Toshi (Tue Feb 27 2018 - 15:02:55 EST)
- Re: [Xen-devel] [PATCH] xen: use hvc console for dom0 Stefano Stabellini (Tue Feb 27 2018 - 15:03:15 EST)
- Re: [PATCH] locking/xchg/alpha: Remove memory barriers from the _local() variants Andrea Parri (Tue Feb 27 2018 - 15:08:41 EST)
- Re: [Xen-devel] [PATCH] xen: use hvc console for dom0 Julien Grall (Tue Feb 27 2018 - 15:09:19 EST)
- Re: [PATCH 3/4] arm64: dts: qcom: msm8916: Add clock properties to the APCS node Andy Gross (Tue Feb 27 2018 - 15:10:08 EST)
- Re: Can a driver->probe be called for two devices at the same time (WAS: Re: [PATCH] crypto/ccp: don't disable interrupts while setting up debugfs) Gary R Hook (Tue Feb 27 2018 - 15:11:38 EST)
- Re: [PATCH v2 2/7] i3c: Add core I3C infrastructure Boris Brezillon (Tue Feb 27 2018 - 15:13:30 EST)
- Re: [PATCH RFC] auxdisplay: charlcd: Fix and clean up handling of x/y commands Willy Tarreau (Tue Feb 27 2018 - 15:14:10 EST)
- Re: [PATCH] sparse doesn't support indirect_branch attribute Randy Dunlap (Tue Feb 27 2018 - 15:18:36 EST)
- Re: [PATCH v4] Protected FIFOs and regular files Kees Cook (Tue Feb 27 2018 - 15:22:26 EST)
- RE: [PATCH v2 2/7] i3c: Add core I3C infrastructure Przemyslaw Sroka (Tue Feb 27 2018 - 15:24:57 EST)
- Re: [PATCH v2 2/7] i3c: Add core I3C infrastructure Boris Brezillon (Tue Feb 27 2018 - 15:25:36 EST)
- Re: [PATCH] PCI/ASPM: Use 64-bit arithmetic instead of 32-bit Bjorn Helgaas (Tue Feb 27 2018 - 15:26:28 EST)
- Re: [PATCH RFC 1/2] virtio: introduce packed ring defines Michael S. Tsirkin (Tue Feb 27 2018 - 15:28:27 EST)
- [PATCH 0/1] Re: Applied "ASoC: topology: Fix logical inversion in set_link_hw_format()" to the asoc tree Kirill Marinushkin (Tue Feb 27 2018 - 15:33:27 EST)
- [PATCH 1/1] ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format() Kirill Marinushkin (Tue Feb 27 2018 - 15:33:37 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Segher Boessenkool (Tue Feb 27 2018 - 15:43:26 EST)
- [PATCH] ARM: dts: NSP: Switch to port 8 for CPU port Florian Fainelli (Tue Feb 27 2018 - 15:45:46 EST)
- [PATCH] arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset) Douglas Anderson (Tue Feb 27 2018 - 15:47:39 EST)
- [PATCH v2 2/5] sysctl: Add flags to support min/max range clamping Waiman Long (Tue Feb 27 2018 - 15:50:09 EST)
- [PATCH v2 1/5] sysctl: Add kdoc comments to do_proc_do{u}intvec_minmax_conv_param Waiman Long (Tue Feb 27 2018 - 15:50:22 EST)
- [PATCH v2 0/5] ipc: Clamp *mni to the real IPCMNI limit Waiman Long (Tue Feb 27 2018 - 15:50:33 EST)
- [PATCH v2 5/5] ipc: Clamp semmni to the real IPCMNI limit Waiman Long (Tue Feb 27 2018 - 15:50:46 EST)
- [PATCH v2 3/5] sysctl: Warn when a clamped sysctl parameter is set out of range Waiman Long (Tue Feb 27 2018 - 15:51:04 EST)
- [PATCH v2 4/5] ipc: Clamp msgmni and shmmni to the real IPCMNI limit Waiman Long (Tue Feb 27 2018 - 15:51:16 EST)
- Re: [PATCH RFC] auxdisplay: charlcd: Fix and clean up handling of x/y commands Andy Shevchenko (Tue Feb 27 2018 - 15:52:32 EST)
- Re: [RFC PATCH] Randomization of address chosen by mmap. Kees Cook (Tue Feb 27 2018 - 15:52:40 EST)
- Re: [PATCH v2 0/3] kbuild: fix host progs build with libs in non standard locations Robin Jarry (Tue Feb 27 2018 - 15:52:52 EST)
- Re: [PATCH v2 3/3] objtool: use global host flags for compilation Robin Jarry (Tue Feb 27 2018 - 15:55:45 EST)
- Re: [PATCH RFC] auxdisplay: charlcd: Fix and clean up handling of x/y commands Miguel Ojeda (Tue Feb 27 2018 - 15:57:19 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Reinette Chatre (Tue Feb 27 2018 - 16:01:27 EST)
- Re: [PATCH v3 5/8] MIPS: mscc: add ocelot dtsi Jonas Gorski (Tue Feb 27 2018 - 16:02:04 EST)
- Re: [PATCH 1/3] leaking_addresses: skip all /proc/PID except /proc/1 Tobin C. Harding (Tue Feb 27 2018 - 16:06:36 EST)
- Re: [PATCH v2 1/5] sysctl: Add kdoc comments to do_proc_do{u}intvec_minmax_conv_param Matthew Wilcox (Tue Feb 27 2018 - 16:10:32 EST)
- Re: [PATCH RFC] auxdisplay: charlcd: Fix and clean up handling of x/y commands Miguel Ojeda (Tue Feb 27 2018 - 16:12:54 EST)
- Re: ftrace: Proposal for an Alternative RecordMcount framework Steven Rostedt (Tue Feb 27 2018 - 16:13:00 EST)
- Re: [PATCH v2 2/7] i3c: Add core I3C infrastructure Boris Brezillon (Tue Feb 27 2018 - 16:14:29 EST)
- Re: [PATCH V2] Allow configuring whether unsigned modules taint the kernel Matthew Garrett (Tue Feb 27 2018 - 16:14:57 EST)
- [PATCH 5/7] platform/x86: fujitsu-laptop: Tweak how constants are commented and laid out MichaÅ KÄpieÅ (Tue Feb 27 2018 - 16:16:02 EST)
- [PATCH 6/7] platform/x86: fujitsu-laptop: More accurately represent the hotkey ring buffer managed by firmware MichaÅ KÄpieÅ (Tue Feb 27 2018 - 16:16:15 EST)
- [PATCH 7/7] platform/x86: fujitsu-laptop: Introduce fext_*() helper functions MichaÅ KÄpieÅ (Tue Feb 27 2018 - 16:16:28 EST)
- [PATCH 2/7] platform/x86: fujitsu-laptop: Define constants for FUNC features MichaÅ KÄpieÅ (Tue Feb 27 2018 - 16:16:46 EST)
- [PATCH V3] Allow configuring whether unsigned modules taint the kernel Matthew Garrett (Tue Feb 27 2018 - 16:16:54 EST)
- [PATCH 4/7] platform/x86: fujitsu-laptop: Rename constants defining hotkey codes MichaÅ KÄpieÅ (Tue Feb 27 2018 - 16:17:15 EST)
- [PATCH 1/7] platform/x86: fujitsu-laptop: Define constants for FUNC operations MichaÅ KÄpieÅ (Tue Feb 27 2018 - 16:17:25 EST)
- [PATCH 3/7] platform/x86: fujitsu-laptop: Define constants for FUNC feature states MichaÅ KÄpieÅ (Tue Feb 27 2018 - 16:17:29 EST)
- [PATCH 0/7] fujitsu-laptop: Consistent naming of constants MichaÅ KÄpieÅ (Tue Feb 27 2018 - 16:17:48 EST)
- Re: [PATCH] pvcalls-front: 64-bit align flags Boris Ostrovsky (Tue Feb 27 2018 - 16:19:07 EST)
- [PATCH v1 0/4] ASoC: Add support for DAC PCM1789 MylÃne Josserand (Tue Feb 27 2018 - 16:25:05 EST)
- [PATCH v1 3/4] ASoC: codecs: pcm179x: Add reset gpio MylÃne Josserand (Tue Feb 27 2018 - 16:25:21 EST)
- [PATCH v1 2/4] ASoC: codecs: pcm179x: Add support for PCM1789 MylÃne Josserand (Tue Feb 27 2018 - 16:25:31 EST)
- [PATCH v1 4/4] ASoC: codecs: pcm179x: Add trigger function to perform a reset MylÃne Josserand (Tue Feb 27 2018 - 16:25:41 EST)
- [PATCH v1 1/4] ASoC: codecs: pcm179x: Add PCM1789 id MylÃne Josserand (Tue Feb 27 2018 - 16:25:59 EST)
- Re: [PATCH v4 4/6] arm64: dts: exynos: add OF graph between MHL and USB connector Rob Herring (Tue Feb 27 2018 - 16:26:13 EST)
- Re: [PATCH RFC] ARM: imx: avic: set low-power interrupt mask for imx25 Martin Kaiser (Tue Feb 27 2018 - 16:27:45 EST)
- [PATCH v2] ARM: imx: avic: set low-power interrupt mask for imx25 Martin Kaiser (Tue Feb 27 2018 - 16:29:50 EST)
- Re: [RFC PATCH] Randomization of address chosen by mmap. lazytyped (Tue Feb 27 2018 - 16:31:47 EST)
- RE: [PATCH v2 3/8] efi: Decode IA32/X64 Processor Error Info Structure Ghannam, Yazen (Tue Feb 27 2018 - 16:32:26 EST)
- Re: [PATCH] pvcalls-front: 64-bit align flags Stefano Stabellini (Tue Feb 27 2018 - 16:32:40 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Reinette Chatre (Tue Feb 27 2018 - 16:34:02 EST)
- Re: [PATCH v2 0/3] kbuild: fix host progs build with libs in non standard locations Josh Poimboeuf (Tue Feb 27 2018 - 16:38:34 EST)
- Re: [PATCH] pci-iov: Add support for unmanaged SR-IOV Alex Williamson (Tue Feb 27 2018 - 16:40:24 EST)
- Re: [PATCH v2 3/3] objtool: use global host flags for compilation Josh Poimboeuf (Tue Feb 27 2018 - 16:41:49 EST)
- Re: [PATCH] pvcalls-front: 64-bit align flags Boris Ostrovsky (Tue Feb 27 2018 - 16:44:45 EST)
- RE: [PATCH] mei: remove dev_err message on an unsupported ioctl Winkler, Tomas (Tue Feb 27 2018 - 16:44:53 EST)
- Re: [PATCH v2] PCI/AER: update AER status string print to match other AER logs Bjorn Helgaas (Tue Feb 27 2018 - 16:45:17 EST)
- Re: [PATCH 01/12] i2c: qup: fixed releasing dma without flush operation completion Christ, Austin (Tue Feb 27 2018 - 16:47:04 EST)
- RE: [PATCH] mei: remove dev_err message on an unsupported ioctl Winkler, Tomas (Tue Feb 27 2018 - 16:48:01 EST)
- Re: [PATCH 02/12] i2c: qup: minor code reorganization for use_dma Christ, Austin (Tue Feb 27 2018 - 16:48:25 EST)
- Re: [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy MickaÃl SalaÃn (Tue Feb 27 2018 - 16:50:02 EST)
- Re: [PATCH] pvcalls-front: 64-bit align flags Stefano Stabellini (Tue Feb 27 2018 - 16:50:32 EST)
- [PATCH v2 (RESEND)] lockdep: Fix fs_reclaim warning. Tetsuo Handa (Tue Feb 27 2018 - 16:50:48 EST)
- Re: [PATCH 03/12] i2c: qup: remove redundant variables for BAM SG count Christ, Austin (Tue Feb 27 2018 - 16:51:22 EST)
- Re: [PATCH v1 1/4] ASoC: codecs: pcm179x: Add PCM1789 id Thomas Petazzoni (Tue Feb 27 2018 - 16:51:49 EST)
- Re: [PATCH v2 1/5] sysctl: Add kdoc comments to do_proc_do{u}intvec_minmax_conv_param Waiman Long (Tue Feb 27 2018 - 16:52:19 EST)
- [PATCH RFC v2] auxdisplay: charlcd: Fix and clean up handling of x/y commands Miguel Ojeda (Tue Feb 27 2018 - 16:54:34 EST)
- Re: [PATCH v1 2/4] ASoC: codecs: pcm179x: Add support for PCM1789 Thomas Petazzoni (Tue Feb 27 2018 - 16:56:35 EST)
- Re: [PATCH 06/12] i2c: qup: proper error handling for i2c error in BAM mode Christ, Austin (Tue Feb 27 2018 - 17:00:16 EST)
- Re: [PATCH 07/12] i2c: qup: use the complete transfer length to choose DMA mode Christ, Austin (Tue Feb 27 2018 - 17:01:16 EST)
- Re: [PATCH v1 3/4] ASoC: codecs: pcm179x: Add reset gpio Thomas Petazzoni (Tue Feb 27 2018 - 17:02:20 EST)
- [PATCH 1/4] crypto: bcm: Remove unused variable (char *tag_to_hash_idx[]) HernÃn Gonzalez (Tue Feb 27 2018 - 17:02:26 EST)
- [PATCH 2/4] crypto: bcm: Move *aead_alg_name[] from spu.c to util.c. Constify too. HernÃn Gonzalez (Tue Feb 27 2018 - 17:02:36 EST)
- [PATCH 3/4] crypto: bcm: Constify *hash_alg_name[] HernÃn Gonzalez (Tue Feb 27 2018 - 17:02:43 EST)
- [PATCH 4/4] crypto: bcm: Constify variables in spu2.c HernÃn Gonzalez (Tue Feb 27 2018 - 17:02:51 EST)
- Re: [PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing MickaÃl SalaÃn (Tue Feb 27 2018 - 17:04:45 EST)
- [PATCH 1/2] IB/qib: Remove unused variable (char *qib_sdma_event_names[]) HernÃn Gonzalez (Tue Feb 27 2018 - 17:06:03 EST)
- [PATCH 2/2] IB/qib: Move char *qib_sdma_state_names[] and constify while there. HernÃn Gonzalez (Tue Feb 27 2018 - 17:06:15 EST)
- Re: [PATCH 09/12] i2c: qup: fix buffer overflow for multiple msg of maximum xfer len Christ, Austin (Tue Feb 27 2018 - 17:06:46 EST)
- Re: [PATCH 10/12] i2c: qup: send NACK for last read sub transfers Christ, Austin (Tue Feb 27 2018 - 17:07:38 EST)
- [PATCH] IB/rxe: Remove unused variable (char *rxe_qp_state_name[]) HernÃn Gonzalez (Tue Feb 27 2018 - 17:08:18 EST)
- Re: [PATCH] RDMA/core: reduce IB_POLL_BATCH constant Jason Gunthorpe (Tue Feb 27 2018 - 17:10:09 EST)
- [PATCH RFC v3] auxdisplay: charlcd: Fix and clean up handling of x/y commands Miguel Ojeda (Tue Feb 27 2018 - 17:10:15 EST)
- Re: [PATCH v2 3/8] efi: Decode IA32/X64 Processor Error Info Structure Borislav Petkov (Tue Feb 27 2018 - 17:11:11 EST)
- Re: [PATCH] sparse doesn't support indirect_branch attribute Linus Torvalds (Tue Feb 27 2018 - 17:12:36 EST)
- Re: [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions MickaÃl SalaÃn (Tue Feb 27 2018 - 17:16:20 EST)
- Re: [PATCH] RDMA/core: reduce IB_POLL_BATCH constant Max Gurtovoy (Tue Feb 27 2018 - 17:16:37 EST)
- Re: [PATCH] IB/rxe: Remove unused variable (char *rxe_qp_state_name[]) Bart Van Assche (Tue Feb 27 2018 - 17:17:09 EST)
- [PATCH 1/2] security: evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c HernÃn Gonzalez (Tue Feb 27 2018 - 17:17:29 EST)
- [PATCH 2/2] security: evm: Constify *integrity_status_msg[] HernÃn Gonzalez (Tue Feb 27 2018 - 17:17:36 EST)
- Re: [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions MickaÃl SalaÃn (Tue Feb 27 2018 - 17:20:15 EST)
- Re: [PATCH] riscv/barrier: Define __smp_{store_release,load_acquire} Daniel Lustig (Tue Feb 27 2018 - 17:20:45 EST)
- Re: [PATCH RFC v3] auxdisplay: charlcd: Fix and clean up handling of x/y commands Willy Tarreau (Tue Feb 27 2018 - 17:23:10 EST)
- [PATCH] usbip: tools usbip_attach: Fix cryptic error messages Shuah Khan (Tue Feb 27 2018 - 17:24:27 EST)
- [PATCH] usbip: tools usbip_network: Fix cryptic error messages Shuah Khan (Tue Feb 27 2018 - 17:24:38 EST)
- Re: [PATCH 01/12] i2c: qup: fixed releasing dma without flush operation completion Andy Gross (Tue Feb 27 2018 - 17:24:52 EST)
- Re: [PATCH] pci-iov: Add support for unmanaged SR-IOV Alexander Duyck (Tue Feb 27 2018 - 17:25:47 EST)
- Re: [PATCH 02/12] i2c: qup: minor code reorganization for use_dma Andy Gross (Tue Feb 27 2018 - 17:26:16 EST)
- Re: [PATCH v5 6/6] drm/bridge/sii8620: use micro-USB cable detection logic to detect MHL Chanwoo Choi (Tue Feb 27 2018 - 17:26:59 EST)
- Re: [07/18] thunderbolt: Handle rejected Thunderbolt devices Jeremy McNicoll (Tue Feb 27 2018 - 17:27:36 EST)
- [PATCH v2 02/16] clk: sunxi-ng: h3: h5: Add minimal rate for video PLL Jernej Skrabec (Tue Feb 27 2018 - 17:27:43 EST)
- [PATCH v2 09/16] drm/sun4i: Fix polarity configuration for DW HDMI PHY Jernej Skrabec (Tue Feb 27 2018 - 17:27:57 EST)
- [PATCH v2 12/16] drm/sun4i: Add support for H3 HDMI PHY variant Jernej Skrabec (Tue Feb 27 2018 - 17:28:04 EST)
- [PATCH v2 16/16] ARM64: dts: sun50i: h5: Enable HDMI output on H5 boards Jernej Skrabec (Tue Feb 27 2018 - 17:28:11 EST)
- [PATCH v2 0/1] usb: musb: fix vbus_show Merlijn Wajer (Tue Feb 27 2018 - 17:28:27 EST)
- [PATCH v2 14/16] ARM: dts: sunxi: h3/h5: Add HDMI pipeline Jernej Skrabec (Tue Feb 27 2018 - 17:28:37 EST)
- [PATCH v2 1/1] usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers Merlijn Wajer (Tue Feb 27 2018 - 17:28:44 EST)
- Re: [PATCH v4 00/12] vfio, dax: prevent long term filesystem-dax pins and other fixes Dave Chinner (Tue Feb 27 2018 - 17:29:01 EST)
- Re: [PATCH 03/12] i2c: qup: remove redundant variables for BAM SG count Andy Gross (Tue Feb 27 2018 - 17:29:04 EST)
- [PATCH v2 15/16] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Jernej Skrabec (Tue Feb 27 2018 - 17:29:34 EST)
- [PATCH] emulex/benet: Constify *be_misconfig_evt_port_state[] HernÃn Gonzalez (Tue Feb 27 2018 - 17:29:46 EST)
- Re: [PATCH] sparse doesn't support indirect_branch attribute Randy Dunlap (Tue Feb 27 2018 - 17:30:12 EST)
- Re: [PATCH v1 3/4] ASoC: codecs: pcm179x: Add reset gpio Fabio Estevam (Tue Feb 27 2018 - 17:30:20 EST)
- [PATCH v2 11/16] drm/sun4i: Move and expand DW HDMI PHY register macros Jernej Skrabec (Tue Feb 27 2018 - 17:30:42 EST)
- [PATCH v2 10/16] drm/sun4i: Add support for variants to DW HDMI PHY Jernej Skrabec (Tue Feb 27 2018 - 17:31:07 EST)
- [PATCH v2 08/16] drm/sun4i: Add support for H3 mixer 0 Jernej Skrabec (Tue Feb 27 2018 - 17:31:24 EST)
- [PATCH v2 07/16] drm/sun4i: Add support for H3 display engine Jernej Skrabec (Tue Feb 27 2018 - 17:31:34 EST)
- [PATCH] qlogic/qed: Constify *pkt_type_str[] HernÃn Gonzalez (Tue Feb 27 2018 - 17:31:56 EST)
- [PATCH v2 03/16] clk: sunxi-ng: h3: h5: Allow some clocks to set parent rate Jernej Skrabec (Tue Feb 27 2018 - 17:32:09 EST)
- [PATCH v2 04/16] clk: sunxi-ng: h3: h5: export CLK_PLL_VIDEO Jernej Skrabec (Tue Feb 27 2018 - 17:32:17 EST)
- [PATCH v2 00/16] Implement H3/H5 HDMI driver Jernej Skrabec (Tue Feb 27 2018 - 17:32:46 EST)
- [PATCH v2 01/16] clk: sunxi-ng: Add check for minimal rate to NM PLLs Jernej Skrabec (Tue Feb 27 2018 - 17:32:51 EST)
- Re: [PATCH] sparse doesn't support indirect_branch attribute Linus Torvalds (Tue Feb 27 2018 - 17:32:57 EST)
- Re: [PATCH] selftest: fix kselftest-merge depend on 'RUNTIME_TESTING_MENU' Anders Roxell (Tue Feb 27 2018 - 17:33:16 EST)
- [RFC 0/3] perf stat: improvements for handling of multiple PMUs Agustin Vega-Frias (Tue Feb 27 2018 - 17:35:11 EST)
- [RFC 1/3] perf, tools: Support wildcards on pmu name in dynamic pmu events Agustin Vega-Frias (Tue Feb 27 2018 - 17:35:22 EST)
- [RFC 3/3] perf pmu: Restore auto-merging of PMU events created by prefix match Agustin Vega-Frias (Tue Feb 27 2018 - 17:35:25 EST)
- [RFC 2/3] perf, tools: Display pmu name when printing unmerged events in stat Agustin Vega-Frias (Tue Feb 27 2018 - 17:35:50 EST)
- [PATCH v2 05/16] dt-bindings: display: sun4i-drm: Add compatibles for H3 HDMI pipeline Jernej Skrabec (Tue Feb 27 2018 - 17:36:04 EST)
- [PATCH v2 06/16] drm/sun4i: Don't process LVDS if TCON doesn't support it Jernej Skrabec (Tue Feb 27 2018 - 17:36:21 EST)
- Re: [PATCH] sparse doesn't support indirect_branch attribute Luc Van Oostenryck (Tue Feb 27 2018 - 17:36:27 EST)
- [PATCH v2 13/16] drm/sun4i: Allow building on arm64 Jernej Skrabec (Tue Feb 27 2018 - 17:36:44 EST)
- Re: [PATCH 04/12] i2c: qup: schedule EOT and FLUSH tags at the end of transfer Andy Gross (Tue Feb 27 2018 - 17:37:03 EST)
- Re: [PATCH 05/12] i2c: qup: fix the transfer length for BAM rx EOT FLUSH tags Andy Gross (Tue Feb 27 2018 - 17:38:35 EST)
- Re: [PATCH 00/17] Include linux trace docs to Sphinx TOC tree Steven Rostedt (Tue Feb 27 2018 - 17:43:45 EST)
- Re: [RFC PATCH V3] virtio_pci: Add SR-IOV support Rustad, Mark D (Tue Feb 27 2018 - 17:45:27 EST)
- Re: [PATCH] usbip: tools usbip_attach: Fix cryptic error messages Krzysztof Opasiak (Tue Feb 27 2018 - 17:46:09 EST)
- [PATCH 2/2] fs/sysctl: remove redundant link check in proc_sys_link_fill_cache() Danilo Krummrich (Tue Feb 27 2018 - 17:50:09 EST)
- [PATCH 1/2] fs/sysctl: fix potential page fault while unregistering sysctl table Danilo Krummrich (Tue Feb 27 2018 - 17:50:23 EST)
- Re: [PATCH] usbip: tools usbip_attach: Fix cryptic error messages Shuah Khan (Tue Feb 27 2018 - 17:51:52 EST)
- [PATCH 0/2] TDA7419 audio processor driver Matt Porter (Tue Feb 27 2018 - 17:52:06 EST)
- Re: [PATCH] nbd: fix return value in error handling path Jens Axboe (Tue Feb 27 2018 - 17:52:11 EST)
- [PATCH 2/2] ASoC: add tda7419 audio processor driver Matt Porter (Tue Feb 27 2018 - 17:52:21 EST)
- [PATCH 1/2] ASoC: add tda7419 audio processor binding Matt Porter (Tue Feb 27 2018 - 17:52:46 EST)
- linux-next: manual merge of the net-next tree with the net tree Stephen Rothwell (Tue Feb 27 2018 - 17:57:11 EST)
- Re: [PATCH 06/12] i2c: qup: proper error handling for i2c error in BAM mode Andy Gross (Tue Feb 27 2018 - 17:59:05 EST)
- Re: [PATCH 2/2] fs/sysctl: remove redundant link check in proc_sys_link_fill_cache() Kees Cook (Tue Feb 27 2018 - 17:59:41 EST)
- Re: [PATCH 07/12] i2c: qup: use the complete transfer length to choose DMA mode Andy Gross (Tue Feb 27 2018 - 18:00:02 EST)
- Re: selftests/x86/fsgsbase_64 test problem Dan Rue (Tue Feb 27 2018 - 18:00:07 EST)
- Re: [PATCH 2/2] fs/sysctl: remove redundant link check in proc_sys_link_fill_cache() Danilo Krummrich (Tue Feb 27 2018 - 18:01:20 EST)
- Re: [PATCH 1/2] fs/sysctl: fix potential page fault while unregistering sysctl table Kees Cook (Tue Feb 27 2018 - 18:02:40 EST)
- Re: [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions Andy Lutomirski (Tue Feb 27 2018 - 18:02:46 EST)
- Re: [PATCH] nbd: fix return value in error handling path Gustavo A. R. Silva (Tue Feb 27 2018 - 18:04:35 EST)
- Re: [PATCH 08/12] i2c: qup: change completion timeout according to transfer length Andy Gross (Tue Feb 27 2018 - 18:05:51 EST)
- Re: [RFC 1/3] perf, tools: Support wildcards on pmu name in dynamic pmu events Andi Kleen (Tue Feb 27 2018 - 18:06:00 EST)
- Re: [PATCH v2 01/11] test_firmware: enable custom fallback testing on limited kernel configs Kees Cook (Tue Feb 27 2018 - 18:07:58 EST)
- Re: [PATCH v2 02/11] test_firmware: replace syfs fallback check with kconfig_has helper Kees Cook (Tue Feb 27 2018 - 18:09:19 EST)
- Re: [PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing Andy Lutomirski (Tue Feb 27 2018 - 18:09:46 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Guenter Roeck (Tue Feb 27 2018 - 18:12:11 EST)
- Re: [PATCH v2 07/11] firmware: split firmware fallback functionality into its own file Kees Cook (Tue Feb 27 2018 - 18:15:00 EST)
- Re: [PATCH v1 2/2] perf/core: Add support for PMUs that can be read from any CPU skannan (Tue Feb 27 2018 - 18:15:53 EST)
- Re: [PATCH 09/12] i2c: qup: fix buffer overflow for multiple msg of maximum xfer len Andy Gross (Tue Feb 27 2018 - 18:16:09 EST)
- Re: [PATCH v2 10/11] test_firmware: add a library for shared helpers Kees Cook (Tue Feb 27 2018 - 18:17:06 EST)
- Re: [PATCH 10/12] i2c: qup: send NACK for last read sub transfers Andy Gross (Tue Feb 27 2018 - 18:17:47 EST)
- Re: [PATCH v2 11/11] test_firmware: test three firmware kernel configs using a proc knob Kees Cook (Tue Feb 27 2018 - 18:18:22 EST)
- [PATCH] PCI/ASPM: Change type of threshold_ns variable to u32 Gustavo A. R. Silva (Tue Feb 27 2018 - 18:20:02 EST)
- Re: [PATCH v2 04/11] firmware: simplify CONFIG_FW_LOADER_USER_HELPER_FALLBACK further Kees Cook (Tue Feb 27 2018 - 18:20:11 EST)
- Re: [PATCH 1/2] fs/sysctl: fix potential page fault while unregistering sysctl table Danilo Krummrich (Tue Feb 27 2018 - 18:20:28 EST)
- Re: [PATCH v2 05/11] firmware: use helpers for setting up a temporary cache timeout Kees Cook (Tue Feb 27 2018 - 18:20:58 EST)
- [RFT 3/7] firmware: make fw_add_devm_name() return 0 if cache present Luis R. Rodriguez (Tue Feb 27 2018 - 18:21:18 EST)
- [RFT 7/7] mt7601u: use request_firmware_cache() to address cache on reboot Luis R. Rodriguez (Tue Feb 27 2018 - 18:21:21 EST)
- Re: [PATCH v2 06/11] firmware: move loading timeout under struct firmware_fallback_config Kees Cook (Tue Feb 27 2018 - 18:21:27 EST)
- [RFT 6/7] firmware: add request_firmware_cache() to help with cache on reboot Luis R. Rodriguez (Tue Feb 27 2018 - 18:21:56 EST)
- [RFT 2/7] firmware: fix checking for return values for fw_add_devm_name() Luis R. Rodriguez (Tue Feb 27 2018 - 18:22:20 EST)
- [RFT 5/7] firmware: ensure the firmware cache is not used on incompatible calls Luis R. Rodriguez (Tue Feb 27 2018 - 18:22:26 EST)
- Re: [PATCH v2 08/11] firmware: enable run time change of forcing fallback loader Kees Cook (Tue Feb 27 2018 - 18:22:37 EST)
- Re: [PATCH v2 09/11] firmware: enable to force disable the fallback mechanism at run time Kees Cook (Tue Feb 27 2018 - 18:23:12 EST)
- [RFT 4/7] firmware: add helper to check to see if fw cache is setup Luis R. Rodriguez (Tue Feb 27 2018 - 18:23:37 EST)
- Re: [PATCH RFC v3] auxdisplay: charlcd: Fix and clean up handling of x/y commands Robert Abel (Tue Feb 27 2018 - 18:23:49 EST)
- [RFT 0/7] firmware: enable caching of firmware for reboot optimization Luis R. Rodriguez (Tue Feb 27 2018 - 18:24:07 EST)
- Re: [PATCH] test_kmod: fix limit check on number of test devices created Kees Cook (Tue Feb 27 2018 - 18:24:16 EST)
- Re: [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions Andy Lutomirski (Tue Feb 27 2018 - 18:24:26 EST)
- Re: [PATCH 12/12] i2c: qup: reorganization of driver code to remove polling for qup v2 Christ, Austin (Tue Feb 27 2018 - 18:24:40 EST)
- [PATCH 1/2] dt-bindings: soc: Add ZynqMP PM bindings Jolly Shah (Tue Feb 27 2018 - 18:25:08 EST)
- [PATCH 2/2] drivers: soc: xilinx: Add ZynqMP PM driver Jolly Shah (Tue Feb 27 2018 - 18:25:29 EST)
- [PATCH 0/2] drivers: soc: xilinx: Add support for ZynqMP PM driver Jolly Shah (Tue Feb 27 2018 - 18:25:40 EST)
- [RFT 1/7] rename: _request_firmware_load() fw_load_sysfs_fallback() Luis R. Rodriguez (Tue Feb 27 2018 - 18:26:01 EST)
- [PATCH] mm:swap: do not check readahead flag with THP anon Minchan Kim (Tue Feb 27 2018 - 18:26:25 EST)
- Re: [RFT 1/7] rename: _request_firmware_load() fw_load_sysfs_fallback() Kees Cook (Tue Feb 27 2018 - 18:28:30 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Robert Abel (Tue Feb 27 2018 - 18:29:46 EST)
- Re: [PATCH] mm:swap: do not check readahead flag with THP anon Minchan Kim (Tue Feb 27 2018 - 18:29:53 EST)
- Re: [RFT 2/7] firmware: fix checking for return values for fw_add_devm_name() Kees Cook (Tue Feb 27 2018 - 18:30:04 EST)
- Re: [RFT 3/7] firmware: make fw_add_devm_name() return 0 if cache present Kees Cook (Tue Feb 27 2018 - 18:31:22 EST)
- [PATCH v2 1/2] fs/sysctl: fix potential page fault while unregistering sysctl table Danilo Krummrich (Tue Feb 27 2018 - 18:32:07 EST)
- [PATCH v2 2/2] fs/sysctl: remove redundant link check in proc_sys_link_fill_cache() Danilo Krummrich (Tue Feb 27 2018 - 18:32:18 EST)
- Re: [PATCH v2 1/2] fs/sysctl: fix potential page fault while unregistering sysctl table Kees Cook (Tue Feb 27 2018 - 18:39:32 EST)
- Re: [PATCH RFC v3] auxdisplay: charlcd: Fix and clean up handling of x/y commands Miguel Ojeda (Tue Feb 27 2018 - 18:40:48 EST)
- Re: [PATCH v2 2/2] fs/sysctl: remove redundant link check in proc_sys_link_fill_cache() Kees Cook (Tue Feb 27 2018 - 18:41:49 EST)
- Re: [PATCH V1 1/3] x86/efi: Call efi_delete_dummy_variable() during efi subsystem initialization kbuild test robot (Tue Feb 27 2018 - 18:54:19 EST)
- Regression in IPMI on 4.15.6 Laura Abbott (Tue Feb 27 2018 - 18:55:50 EST)
- [PATCH 1/2] dt-bindings: power: Add ZynqMP power domain bindings Jolly Shah (Tue Feb 27 2018 - 18:56:20 EST)
- [PATCH 2/2] drivers: soc: xilinx: Add ZynqMP power domain driver Jolly Shah (Tue Feb 27 2018 - 18:56:24 EST)
- [PATCH 0/2] drivers: soc: xilinx: Add support for ZynqMP power domain driver Jolly Shah (Tue Feb 27 2018 - 18:56:46 EST)
- Re: [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions MickaÃl SalaÃn (Tue Feb 27 2018 - 19:01:49 EST)
- Re: [PATCH] mm/zsmalloc: strength reduce zspage_size calculation Minchan Kim (Tue Feb 27 2018 - 19:03:30 EST)
- [PATCH RFC 0/2] auxdisplay: charlcd: fix movement and home commands Robert Abel (Tue Feb 27 2018 - 19:06:11 EST)
- [PATCH 1/2] auxdisplay: charlcd: fix x/y address commands Robert Abel (Tue Feb 27 2018 - 19:06:27 EST)
- [PATCH 2/2] auxdisplay: charlcd: make home command unshift display Robert Abel (Tue Feb 27 2018 - 19:06:30 EST)
- Re: [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions Andy Lutomirski (Tue Feb 27 2018 - 19:09:47 EST)
- Re: [PATCH] riscv/barrier: Define __smp_{store_release,load_acquire} Andrea Parri (Tue Feb 27 2018 - 19:15:42 EST)
- [PATCH v3 1/2] iio: light: add driver for bh1730fvc chips Pierre Bourdon (Tue Feb 27 2018 - 19:15:48 EST)
- [PATCH v3 2/2] dt-bindings: iio: light: Add bh1730fvc bindings Pierre Bourdon (Tue Feb 27 2018 - 19:15:54 EST)
- [PATCH v2 1/6] kconfig: do not call check_conf() for olddefconfig Masahiro Yamada (Tue Feb 27 2018 - 19:16:54 EST)
- [PATCH v2 0/6] kconfig: some clean-ups and rename silentoldconfig Masahiro Yamada (Tue Feb 27 2018 - 19:17:02 EST)
- [PATCH v2 6/6] kconfig: rename silentoldconfig to syncconfig Masahiro Yamada (Tue Feb 27 2018 - 19:17:15 EST)
- [PATCH v2 3/6] kconfig: remove redundant input_mode test for check_conf() loop Masahiro Yamada (Tue Feb 27 2018 - 19:17:33 EST)
- [PATCH v2 2/6] kconfig: remove unneeded input_mode test in conf() Masahiro Yamada (Tue Feb 27 2018 - 19:17:43 EST)
- [PATCH] Bluetooth: btqcomsmd: Fix channel open check Bjorn Andersson (Tue Feb 27 2018 - 19:17:52 EST)
- [PATCH v2 5/6] kconfig: invoke oldconfig instead of silentoldconfig from local*config Masahiro Yamada (Tue Feb 27 2018 - 19:18:14 EST)
- [PATCH v2 4/6] kconfig: hide irrelevant sub-menus for oldconfig Masahiro Yamada (Tue Feb 27 2018 - 19:18:27 EST)
- [PATCH] rpmsg: smd: Read remote state from channel info Bjorn Andersson (Tue Feb 27 2018 - 19:21:01 EST)
- Re: [PATCH] RDMA/core: reduce IB_POLL_BATCH constant Bart Van Assche (Tue Feb 27 2018 - 19:21:11 EST)
- Re: [PATCH v2 0/3] kbuild: fix host progs build with libs in non standard locations Randy Dunlap (Tue Feb 27 2018 - 19:23:28 EST)
- [PATCH] selftests/bpf: Add bpf_probe_read_str to bpf_helpers.h Tushar Dave (Tue Feb 27 2018 - 19:35:38 EST)
- Re: [PATCH] ARM: dts: NSP: Fix amount of RAM on BCM958625HR Florian Fainelli (Tue Feb 27 2018 - 19:39:36 EST)
- [PATCH] uprobe: add support for overlayfs Howard McLauchlan (Tue Feb 27 2018 - 19:41:24 EST)
- [PATCH] soc: qcom: wcnss_ctrl: Fix increment in NV upload Bjorn Andersson (Tue Feb 27 2018 - 19:45:37 EST)
- Re: [PATCH v2 2/5] sysctl: Add flags to support min/max range clamping Luis R. Rodriguez (Tue Feb 27 2018 - 19:48:01 EST)
- Re: [PATCH v2] ARM: imx: avic: set low-power interrupt mask for imx25 Shawn Guo (Tue Feb 27 2018 - 19:56:23 EST)
- Re: [PATCH v2 3/5] sysctl: Warn when a clamped sysctl parameter is set out of range Luis R. Rodriguez (Tue Feb 27 2018 - 19:57:54 EST)
- Re: [PATCH v2 4/5] ipc: Clamp msgmni and shmmni to the real IPCMNI limit Luis R. Rodriguez (Tue Feb 27 2018 - 20:01:07 EST)
- [RFC PATCH 0/1] power: supply: bq27xxx: Call power_supply_changed on status change Merlijn Wajer (Tue Feb 27 2018 - 20:06:12 EST)
- [RFC PATCH 1/1] power: supply: bq27xxx: Call power_supply_changed on status change Merlijn Wajer (Tue Feb 27 2018 - 20:06:49 EST)
- Re: [PATCH v2 1/2] fs/sysctl: fix potential page fault while unregistering sysctl table Luis R. Rodriguez (Tue Feb 27 2018 - 20:09:11 EST)
- [lkp-robot] [mm] df2af627c7: BUG:sleeping_function_called_from_invalid_context_at_include/linux/percpu-rwsem.h kernel test robot (Tue Feb 27 2018 - 20:13:42 EST)
- Re: [PATCH v2 2/2] fs/sysctl: remove redundant link check in proc_sys_link_fill_cache() Luis R. Rodriguez (Tue Feb 27 2018 - 20:16:05 EST)
- Re: [RFT 2/7] firmware: fix checking for return values for fw_add_devm_name() Luis R. Rodriguez (Tue Feb 27 2018 - 20:19:12 EST)
- Re: [RFT 3/7] firmware: make fw_add_devm_name() return 0 if cache present Luis R. Rodriguez (Tue Feb 27 2018 - 20:20:21 EST)
- Re: [RFT 1/7] rename: _request_firmware_load() fw_load_sysfs_fallback() Luis R. Rodriguez (Tue Feb 27 2018 - 20:21:40 EST)
- [RFC 0/4] Add support for the Gateworks System Controller Tim Harvey (Tue Feb 27 2018 - 20:21:50 EST)
- [RFC 2/4] mfd: add Gateworks System Controller core driver Tim Harvey (Tue Feb 27 2018 - 20:21:56 EST)
- [RFC 3/4] hwmon: add Gateworks System Controller support Tim Harvey (Tue Feb 27 2018 - 20:22:15 EST)
- [RFC 4/4] input: misc: Add Gateworks System Controller support Tim Harvey (Tue Feb 27 2018 - 20:22:30 EST)
- [RFC 1/4] dt-bindings: mfd: Add Gateworks System Controller bindings Tim Harvey (Tue Feb 27 2018 - 20:22:52 EST)
- Re: [PATCH] mm/zsmalloc: strength reduce zspage_size calculation Joey Pabalinas (Tue Feb 27 2018 - 20:27:09 EST)
- Re: [PATCH v2 07/11] firmware: split firmware fallback functionality into its own file Luis R. Rodriguez (Tue Feb 27 2018 - 20:28:09 EST)
- Re: dns_resolver_preparse tries to print arbitrarily-large user-provided strings Eric Biggers (Tue Feb 27 2018 - 20:31:45 EST)
- Re: [PATCH] sparse doesn't support indirect_branch attribute Masahiro Yamada (Tue Feb 27 2018 - 20:31:51 EST)
- Re: [PATCH v2 11/11] test_firmware: test three firmware kernel configs using a proc knob Luis R. Rodriguez (Tue Feb 27 2018 - 20:32:44 EST)
- [lkp-robot] [sched/fair] 806486c377: fsmark.app_overhead 39.4% improvement kernel test robot (Tue Feb 27 2018 - 20:35:12 EST)
- [PATCH v3 1/2] fs/sysctl: fix potential page fault while unregistering sysctl table Danilo Krummrich (Tue Feb 27 2018 - 20:35:25 EST)
- [PATCH v3 2/2] fs/sysctl: remove redundant link check in proc_sys_link_fill_cache() Danilo Krummrich (Tue Feb 27 2018 - 20:35:37 EST)
- Re: [PATCH v4 4/4] ARM: dts: imx7s: add CAAM device node Shawn Guo (Tue Feb 27 2018 - 20:42:19 EST)
- Re: [linux-sunxi] [PATCH v2 1/4] dt-bindings: pwm: binding allwinner sun8i. Andrà Przywara (Tue Feb 27 2018 - 20:52:56 EST)
- Re: [PATCH] mmc: sdhci-of-arasan: Add quirk to avoid erroneous msg Shawn Lin (Tue Feb 27 2018 - 20:53:37 EST)
- Re: [linux-sunxi] [PATCH v2 2/4] ARM: dtsi: add pwm node for sun8i. Andrà Przywara (Tue Feb 27 2018 - 20:54:42 EST)
- Re: [linux-sunxi] [PATCH v2 3/4] ARM: dts: add pwm status for r40. Andrà Przywara (Tue Feb 27 2018 - 20:55:50 EST)
- Re: [linux-sunxi] [PATCH v2 4/4] ARM: PWM: add allwinner sun8i pwm support. Andrà Przywara (Tue Feb 27 2018 - 20:56:40 EST)
- Re: [RFC 2/4] mfd: add Gateworks System Controller core driver Randy Dunlap (Tue Feb 27 2018 - 21:00:38 EST)
- Re: [RFC 3/4] hwmon: add Gateworks System Controller support Guenter Roeck (Tue Feb 27 2018 - 21:05:58 EST)
- Re: Removing architectures without upstream gcc support Richard Kuo (Tue Feb 27 2018 - 21:06:42 EST)
- Re: [PATCH v2 6/6] kconfig: rename silentoldconfig to syncconfig Randy Dunlap (Tue Feb 27 2018 - 21:10:34 EST)
- Re: [V9fs-developer] [PATCH] net/9p: avoid -ERESTARTSYS leak to userspace jiangyiwen (Tue Feb 27 2018 - 21:13:50 EST)
- 回覆: [PATCH] staging: typec: handle vendor defined part and modify drp toggling flow shufan_lee(李書帆) (Tue Feb 27 2018 - 21:14:24 EST)
- [PATCH] fs/ubifs: constify struct ubifs_lprops in scan_for_leb_for_idx Jiang Biao (Tue Feb 27 2018 - 21:17:11 EST)
- Re: [PATCH] scsi: qedi: fix build regression Martin K. Petersen (Tue Feb 27 2018 - 21:19:50 EST)
- [PATCH v3] f2fs: allocate buffer for decrypting filename to avoid panic Yunlong Song (Tue Feb 27 2018 - 21:20:15 EST)
- Re: objtool warnings on 4.14-stable/gcc-7.3.0 Josh Poimboeuf (Tue Feb 27 2018 - 21:20:46 EST)
- Re: [PATCH v2 3/3] gpio: Add Spreadtrum PMIC EIC driver support Baolin Wang (Tue Feb 27 2018 - 21:22:18 EST)
- Re: [PATCH v2] scsi: ufs-qcom: add number of lanes for Tx and Rx links Martin K. Petersen (Tue Feb 27 2018 - 21:24:09 EST)
- Re: [PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert jianchao.wang (Tue Feb 27 2018 - 21:25:26 EST)
- [PATCH] fs/ubifs: remove useless parameter of lpt_heap_replace Jiang Biao (Tue Feb 27 2018 - 21:25:38 EST)
- [PATCH 2/3] mailbox: Avoid NULL dereference in mbox_chan_received_data Samuel Holland (Tue Feb 27 2018 - 21:27:27 EST)
- [PATCH 3/3] mailbox: sunxi-msgbox: Add a new mailbox driver Samuel Holland (Tue Feb 27 2018 - 21:27:38 EST)
- [PATCH 0/3] Allwinner sunxi message box support Samuel Holland (Tue Feb 27 2018 - 21:27:51 EST)
- [PATCH 1/3] dt-bindings: Add a binding for the sunxi message box Samuel Holland (Tue Feb 27 2018 - 21:28:02 EST)
- RE: [PATCH V4 2/2] thermal: imx: add i.MX7 thermal sensor support A.s. Dong (Tue Feb 27 2018 - 21:28:11 EST)
- Re: [PATCH RFC 2/2] vhost: packed ring support Jason Wang (Tue Feb 27 2018 - 21:38:53 EST)
- [PATCH] fs/UBIFS: make 'sum' definition closer to where it is used Liu Song (Tue Feb 27 2018 - 21:44:54 EST)
- [GIT PULL] DeviceTree fixes for 4.16 Rob Herring (Tue Feb 27 2018 - 21:45:41 EST)
- Re: [PATCH v3] f2fs: allocate buffer for decrypting filename to avoid panic Chao Yu (Tue Feb 27 2018 - 21:46:10 EST)
- Re: [PATCH v2] tracing/power: Polish the tracepoints cpu_idle and cpu_frequency Du, Changbin (Tue Feb 27 2018 - 21:54:09 EST)
- Re: [PATCH] nvme-pci: assign separate irq vectors for adminq and ioq0 jianchao.wang (Tue Feb 27 2018 - 21:54:18 EST)
- [RFC PATCH] staging: fsl-mc/dpio: qbman_pull_desc_set_token() can be static kbuild test robot (Tue Feb 27 2018 - 21:56:55 EST)
- Re: [PATCH] scsi: core: fix two wrong indentation cases Martin K. Petersen (Tue Feb 27 2018 - 21:58:31 EST)
- [v5 5/6] mm/memory_hotplug: don't read nid from struct page during hotplug Pavel Tatashin (Tue Feb 27 2018 - 22:03:53 EST)
- [v5 6/6] mm/memory_hotplug: optimize memory hotplug Pavel Tatashin (Tue Feb 27 2018 - 22:03:57 EST)
- [v5 1/6] mm/memory_hotplug: enforce block size aligned range check Pavel Tatashin (Tue Feb 27 2018 - 22:04:15 EST)
- [v5 4/6] mm/memory_hotplug: optimize probe routine Pavel Tatashin (Tue Feb 27 2018 - 22:04:25 EST)
- Re: [PATCH] usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resume Baolin Wang (Tue Feb 27 2018 - 22:04:30 EST)
- [v5 3/6] mm: add uninitialized struct page poisoning sanity checking Pavel Tatashin (Tue Feb 27 2018 - 22:04:46 EST)
- [v5 0/6] optimize memory hotplug Pavel Tatashin (Tue Feb 27 2018 - 22:05:08 EST)
- [v5 2/6] x86/mm/memory_hotplug: determine block size based on the end of boot memory Pavel Tatashin (Tue Feb 27 2018 - 22:05:20 EST)
- Re: [RESEND PATCH v3 1/2] acpi: thermal: initialize tz_enabled to 1 Zhang Rui (Tue Feb 27 2018 - 22:06:30 EST)
- 4.15.6 : .config does not find boot partition Hanasaki Jiji (Tue Feb 27 2018 - 22:18:04 EST)
- [PATCH v4] Revert "f2fs crypto: avoid unneeded memory allocation in ->readdir" Yunlong Song (Tue Feb 27 2018 - 22:18:05 EST)
- [PATCH v4 00/19] tracing: probeevent: Improve fetcharg features Masami Hiramatsu (Tue Feb 27 2018 - 22:19:56 EST)
- [PATCH v4 01/19] [BUGFIX] tracing: probeevent: Fix to support minus offset from symbol Masami Hiramatsu (Tue Feb 27 2018 - 22:20:29 EST)
- [PATCH v4 02/19] selftests: ftrace: Add probe event argument syntax testcase Masami Hiramatsu (Tue Feb 27 2018 - 22:20:59 EST)
- [PATCH v4 03/19] selftests: ftrace: Add a testcase for string type with kprobe_event Masami Hiramatsu (Tue Feb 27 2018 - 22:21:28 EST)
- [PATCH v4 04/19] selftests: ftrace: Add a testcase for probepoint Masami Hiramatsu (Tue Feb 27 2018 - 22:21:54 EST)
- [PATCH v4 05/19] tracing: probeevent: Cleanup print argument functions Masami Hiramatsu (Tue Feb 27 2018 - 22:22:25 EST)
- [PATCH v4 06/19] tracing: probeevent: Cleanup argument field definition Masami Hiramatsu (Tue Feb 27 2018 - 22:22:53 EST)
- [PATCH v4 07/19] tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions Masami Hiramatsu (Tue Feb 27 2018 - 22:23:22 EST)
- [PATCH v4 08/19] tracing: probeevent: Introduce new argument fetching code Masami Hiramatsu (Tue Feb 27 2018 - 22:23:54 EST)
- [PATCH v4 09/19] tracing: probeevent: Unify fetch type tables Masami Hiramatsu (Tue Feb 27 2018 - 22:24:19 EST)
- [PATCH v4 10/19] tracing: probeevent: Return consumed bytes of dynamic area Masami Hiramatsu (Tue Feb 27 2018 - 22:24:48 EST)
- [PATCH v4 11/19] tracing: probeevent: Append traceprobe_ for exported function Masami Hiramatsu (Tue Feb 27 2018 - 22:25:19 EST)
- [PATCH v4 12/19] tracing: probeevent: Unify fetch_insn processing common part Masami Hiramatsu (Tue Feb 27 2018 - 22:25:49 EST)
- [PATCH v4 13/19] tracing: probeevent: Add symbol type Masami Hiramatsu (Tue Feb 27 2018 - 22:26:16 EST)
- [PATCH v4 14/19] x86: ptrace: Add function argument access API Masami Hiramatsu (Tue Feb 27 2018 - 22:26:45 EST)
- [PATCH v3 0/4] mm/sparse: Optimize memmap allocation during sparse_init() Baoquan He (Tue Feb 27 2018 - 22:27:14 EST)
- [PATCH v3 1/4] mm/sparse: Add a static variable nr_present_sections Baoquan He (Tue Feb 27 2018 - 22:27:19 EST)
- [PATCH v3 2/4] mm/sparsemem: Defer the ms->section_mem_map clearing Baoquan He (Tue Feb 27 2018 - 22:27:24 EST)
- [PATCH v3 4/4] mm/sparse: Optimize memmap allocation during sparse_init() Baoquan He (Tue Feb 27 2018 - 22:27:31 EST)
- [PATCH v4 16/19] tracing: probeevent: Add array type support Masami Hiramatsu (Tue Feb 27 2018 - 22:27:45 EST)
- [PATCH v3 3/4] mm/sparse: Add a new parameter 'data_unit_size' for alloc_usemap_and_memmap Baoquan He (Tue Feb 27 2018 - 22:27:58 EST)
- [PATCH v4 17/19] selftests: ftrace: Add a testcase for symbol type Masami Hiramatsu (Tue Feb 27 2018 - 22:28:13 EST)
- [PATCH v4 15/19] tracing: probeevent: Add $argN for accessing function args Masami Hiramatsu (Tue Feb 27 2018 - 22:28:38 EST)
- [PATCH v4 18/19] selftests: ftrace: Add a testcase for $argN with kprobe_event Masami Hiramatsu (Tue Feb 27 2018 - 22:28:42 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Jason Wang (Tue Feb 27 2018 - 22:29:09 EST)
- [PATCH v4 19/19] selftests: ftrace: Add a testcase for array type with kprobe_event Masami Hiramatsu (Tue Feb 27 2018 - 22:29:27 EST)
- [PATCH v5 1/2] KVM: X86: Introduce kvm_get_msr_feature() Wanpeng Li (Tue Feb 27 2018 - 22:34:49 EST)
- [PATCH v5 2/2] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Tue Feb 27 2018 - 22:34:55 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Jason Wang (Tue Feb 27 2018 - 22:39:30 EST)
- 回覆: [PATCH] staging: typec: handle vendor defined part and modify drp toggling flow shufan_lee(李書帆) (Tue Feb 27 2018 - 22:41:12 EST)
- Re: [PATCH 4/4] staging: fsl-dpaa2/eth: allow the driver to compile multi-arch kbuild test robot (Tue Feb 27 2018 - 22:43:52 EST)
- [PATCH 0/29] arm meltdown fix backporting review for lts 4.9 Alex Shi (Tue Feb 27 2018 - 22:57:36 EST)
- [PATCH 01/29] arm64: mm: Use non-global mappings for kernel space Alex Shi (Tue Feb 27 2018 - 22:57:43 EST)
- [PATCH 02/29] arm64: mm: Move ASID from TTBR0 to TTBR1 Alex Shi (Tue Feb 27 2018 - 22:57:50 EST)
- [PATCH 03/29] arm64: mm: Allocate ASIDs in pairs Alex Shi (Tue Feb 27 2018 - 22:57:58 EST)
- [PATCH 04/29] arm64: mm: Add arm64_kernel_unmapped_at_el0 helper Alex Shi (Tue Feb 27 2018 - 22:58:03 EST)
- [PATCH 05/29] arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI Alex Shi (Tue Feb 27 2018 - 22:58:12 EST)
- [PATCH 06/29] arm64: factor out entry stack manipulation Alex Shi (Tue Feb 27 2018 - 22:58:20 EST)
- [PATCH 07/29] arm64: entry.S: move SError handling into a C function for future expansion Alex Shi (Tue Feb 27 2018 - 22:58:31 EST)
- [PATCH 08/29] module: extend 'rodata=off' boot cmdline parameter to module mappings Alex Shi (Tue Feb 27 2018 - 22:58:39 EST)
- [PATCH 09/29] arm64: entry: Add exception trampoline page for exceptions from EL0 Alex Shi (Tue Feb 27 2018 - 22:58:48 EST)
- [PATCH 10/29] arm64: mm: Map entry trampoline into trampoline and kernel page tables Alex Shi (Tue Feb 27 2018 - 22:58:52 EST)
- [PATCH 11/29] arm64: entry: Explicitly pass exception level to kernel_ventry macro Alex Shi (Tue Feb 27 2018 - 22:59:05 EST)
- [PATCH 12/29] arm64: entry: Hook up entry trampoline to exception vectors Alex Shi (Tue Feb 27 2018 - 22:59:08 EST)
- [PATCH 13/29] arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks Alex Shi (Tue Feb 27 2018 - 22:59:20 EST)
- [PATCH 14/29] arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 Alex Shi (Tue Feb 27 2018 - 22:59:24 EST)
- [PATCH 15/29] arm64: kaslr: Put kernel vectors address in separate data page Alex Shi (Tue Feb 27 2018 - 22:59:31 EST)
- [PATCH 16/29] arm64: use RET instruction for exiting the trampoline Alex Shi (Tue Feb 27 2018 - 22:59:38 EST)
- [PATCH 17/29] arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0 Alex Shi (Tue Feb 27 2018 - 22:59:49 EST)
- [PATCH 18/29] arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry Alex Shi (Tue Feb 27 2018 - 22:59:52 EST)
- [PATCH 19/29] arm64: Take into account ID_AA64PFR0_EL1.CSV3 Alex Shi (Tue Feb 27 2018 - 23:00:00 EST)
- [PATCH 20/29] arm64: Allow checking of a CPU-local erratum Alex Shi (Tue Feb 27 2018 - 23:00:07 EST)
- [PATCH 21/29] arm64: capabilities: Handle duplicate entries for a capability Alex Shi (Tue Feb 27 2018 - 23:00:13 EST)
- [PATCH 22/29] arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 Alex Shi (Tue Feb 27 2018 - 23:00:21 EST)
- [PATCH 23/29] arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs Alex Shi (Tue Feb 27 2018 - 23:00:27 EST)
- [PATCH 24/29] arm64: Turn on KPTI only on CPUs that need it Alex Shi (Tue Feb 27 2018 - 23:00:33 EST)
- [PATCH 25/29] arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() Alex Shi (Tue Feb 27 2018 - 23:00:40 EST)
- [PATCH 26/29] arm64: kpti: Add ->enable callback to remap swapper using nG mappings Alex Shi (Tue Feb 27 2018 - 23:00:48 EST)
- [PATCH 27/29] arm64: Force KPTI to be disabled on Cavium ThunderX Alex Shi (Tue Feb 27 2018 - 23:00:55 EST)
- [PATCH 28/29] arm64: entry: Reword comment about post_ttbr_update_workaround Alex Shi (Tue Feb 27 2018 - 23:01:06 EST)
- [PATCH 29/29] arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives Alex Shi (Tue Feb 27 2018 - 23:01:15 EST)
- linux-next: Tree for Feb 28 Stephen Rothwell (Tue Feb 27 2018 - 23:02:44 EST)
- Re: [PATCH 0/29] arm meltdown fix backporting review for lts 4.9 Alex Shi (Tue Feb 27 2018 - 23:03:07 EST)
- [PATCH] selftests/vm: Update max va test to check for high address return. Aneesh Kumar K.V (Tue Feb 27 2018 - 23:03:52 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Michael S. Tsirkin (Tue Feb 27 2018 - 23:09:52 EST)
- Re: [PATCH 46/52] arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17 Alex Shi (Tue Feb 27 2018 - 23:10:54 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Michael S. Tsirkin (Tue Feb 27 2018 - 23:11:09 EST)
- Re: [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands Willy Tarreau (Tue Feb 27 2018 - 23:21:46 EST)
- [PATCH net 2/2] net/macmace: Fix and clean up log messages Finn Thain (Tue Feb 27 2018 - 23:22:43 EST)
- [PATCH net 1/2] net/macmace: Drop redundant MACH_IS_MAC test Finn Thain (Tue Feb 27 2018 - 23:22:56 EST)
- [PATCH net 0/2] Fixes, cleanup and modernization for macmace driver Finn Thain (Tue Feb 27 2018 - 23:23:16 EST)
- Re: [RFC 4/4] input: misc: Add Gateworks System Controller support Dmitry Torokhov (Tue Feb 27 2018 - 23:54:50 EST)
- [PATCH v6 0/3] Add support for Hi3660 mailbox driver Leo Yan (Tue Feb 27 2018 - 23:55:40 EST)
- [PATCH v6 1/3] dt-bindings: mailbox: Introduce Hi3660 controller binding Leo Yan (Tue Feb 27 2018 - 23:55:45 EST)
- [PATCH v6 2/3] mailbox: Add support for Hi3660 mailbox Leo Yan (Tue Feb 27 2018 - 23:55:56 EST)
- [PATCH v6 3/3] dts: arm64: Add mailbox binding for hi3660 Leo Yan (Tue Feb 27 2018 - 23:56:00 EST)
- Re: [PATCH 1/2] input: Add RAVE SP Powerbutton driver Dmitry Torokhov (Tue Feb 27 2018 - 23:59:49 EST)
- [PATCH RESEND v3] checkpatch: Fix checks for Kconfig help text Leo Yan (Wed Feb 28 2018 - 00:03:31 EST)
- [PATCH RESEND] checkpatch: Make '$min_conf_desc_length' default value to 1 Leo Yan (Wed Feb 28 2018 - 00:04:18 EST)
- Re: [PATCH v3 3/3] arm64: dts: Hi3660: Add binding for stub clock Leo Yan (Wed Feb 28 2018 - 00:07:05 EST)
- Re: [PATCH] arm64: dts: Hi3660: Remove 'CPU_NAP' idle state Leo Yan (Wed Feb 28 2018 - 00:08:24 EST)
- [PATCH] f2fs: do gc in greedy mode for whole range if gc_urgent mode is set Jaegeuk Kim (Wed Feb 28 2018 - 00:08:33 EST)
- Re: [PATCH 1/5 v2] f2fs: add mount option for segment allocation policy Jaegeuk Kim (Wed Feb 28 2018 - 00:09:30 EST)
- Re: [PATCH v2 5/6] kconfig: invoke oldconfig instead of silentoldconfig from local*config Ulf Magnusson (Wed Feb 28 2018 - 00:15:47 EST)
- Re: [RFC PATCH] e1000e: Fix link check race condition. Benjamin Poirier (Wed Feb 28 2018 - 00:19:27 EST)
- [PATCH] e1000e: Fix link status in case of error. Benjamin Poirier (Wed Feb 28 2018 - 00:20:36 EST)
- Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes Jaegeuk Kim (Wed Feb 28 2018 - 00:23:16 EST)
- Re: [PATCH] staging:r8188eu: use lib80211 CCMP decrypt Ivan Safonov (Wed Feb 28 2018 - 00:33:17 EST)
- Re: [PATCH v2 07/11] firmware: split firmware fallback functionality into its own file Kees Cook (Wed Feb 28 2018 - 00:33:37 EST)
- Re: [PATCH 2/2] f2fs: support {d,id,did,x}node checksum Jaegeuk Kim (Wed Feb 28 2018 - 00:34:09 EST)
- Re: [PATCH v8 14/15] cpufreq: Add module to register cpufreq on Krait CPUs Sricharan R (Wed Feb 28 2018 - 00:34:40 EST)
- Re: [PATCH 05/10] hwmon: generic-pwm-tachometer: Add generic PWM based tachometer Rajkumar Rampelli (Wed Feb 28 2018 - 00:38:34 EST)
- Re: [PATCH v2 6/6] kconfig: rename silentoldconfig to syncconfig Ulf Magnusson (Wed Feb 28 2018 - 00:41:54 EST)
- Re: [PATCH v2 6/6] kconfig: rename silentoldconfig to syncconfig Ulf Magnusson (Wed Feb 28 2018 - 00:43:48 EST)
- Re: [PATCH v4] Revert "f2fs crypto: avoid unneeded memory allocation in ->readdir" Jaegeuk Kim (Wed Feb 28 2018 - 00:48:19 EST)
- [PATCH] rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is high Byungchul Park (Wed Feb 28 2018 - 00:49:54 EST)
- Re: [PATCH v5 2/2] KVM: X86: Allow userspace to define the microcode version Tom Lendacky (Wed Feb 28 2018 - 00:55:46 EST)
- [PATCH] blackfin: time: Use read_persistent_clock64() instead of read_persistent_clock() Baolin Wang (Wed Feb 28 2018 - 00:58:12 EST)
- Re: [RFC PATCH 1/1] power: supply: bq27xxx: Call power_supply_changed on status change Matt Ranostay (Wed Feb 28 2018 - 00:58:21 EST)
- Re: [PATCH 05/10] hwmon: generic-pwm-tachometer: Add generic PWM based tachometer Guenter Roeck (Wed Feb 28 2018 - 00:58:29 EST)
- Re: [PATCH v5 2/2] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Wed Feb 28 2018 - 00:59:32 EST)
- [PATCH RESEND v5 1/2] KVM: X86: Introduce kvm_get_msr_feature() Wanpeng Li (Wed Feb 28 2018 - 01:03:43 EST)
- [PATCH RESEND v5 2/2] KVM: X86: Allow userspace to define the microcode version Wanpeng Li (Wed Feb 28 2018 - 01:03:51 EST)
- Re: [PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe Andrei Vagin (Wed Feb 28 2018 - 01:11:36 EST)
- Re: [PATCH 05/10] hwmon: generic-pwm-tachometer: Add generic PWM based tachometer Rajkumar Rampelli (Wed Feb 28 2018 - 01:12:42 EST)
- [PATCH] frv: Use read_persistent_clock64() instead of read_persistent_clock() Baolin Wang (Wed Feb 28 2018 - 01:13:05 EST)
- [PATCH] m32r: Use read_persistent_clock64() instead of read_persistent_clock() Baolin Wang (Wed Feb 28 2018 - 01:22:13 EST)
- Re: [PATCH 0/2] ESRT fixes for relocatable kexec'd kernel AKASHI Takahiro (Wed Feb 28 2018 - 01:24:17 EST)
- Re: [PATCH] Bluetooth: btqcomsmd: Fix channel open check Marcel Holtmann (Wed Feb 28 2018 - 01:25:27 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Jason Wang (Wed Feb 28 2018 - 01:28:34 EST)
- [PATCH] m68k: Use read_persistent_clock64() instead of read_persistent_clock() Baolin Wang (Wed Feb 28 2018 - 01:30:01 EST)
- Re: [PATCH] init/Kconfig: make CHECKPOINT_RESTORE select PROC_PAGE_MONITOR kbuild test robot (Wed Feb 28 2018 - 01:30:43 EST)
- Re: [alsa-devel] [PATCH 0/1] Re: Applied "ASoC: topology: Fix logical inversion in set_link_hw_format()" to the asoc tree Pierre-Louis Bossart (Wed Feb 28 2018 - 01:31:28 EST)
- Re: [PATCH 1/2] ARM: dts: imx6: RDU2: Add RAVE SP device Shawn Guo (Wed Feb 28 2018 - 01:32:06 EST)
- [PATCH v2 4/6] x86: Consolidate PCI_MMCONFIG configs Jan Kiszka (Wed Feb 28 2018 - 01:35:18 EST)
- [PATCH v2 2/6] PCI: Scan all functions when running over Jailhouse Jan Kiszka (Wed Feb 28 2018 - 01:35:26 EST)
- [PATCH v2 1/6] jailhouse: Provide detection for non-x86 systems Jan Kiszka (Wed Feb 28 2018 - 01:35:39 EST)
- [PATCH v2 0/6] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI Jan Kiszka (Wed Feb 28 2018 - 01:35:52 EST)
- [PATCH v2 3/6] x86/jailhouse: Enable PCI mmconfig access in inmates Jan Kiszka (Wed Feb 28 2018 - 01:36:08 EST)
- [PATCH v2 6/6] MAINTAINERS: Add entry for Jailhouse Jan Kiszka (Wed Feb 28 2018 - 01:36:24 EST)
- [PATCH v2 5/6] x86/jailhouse: Allow to use PCI_MMCONFIG without ACPI Jan Kiszka (Wed Feb 28 2018 - 01:36:38 EST)
- Re: [PATCH] ARM: davinci: fix the GPIO lookup for omapl138-hawk Sekhar Nori (Wed Feb 28 2018 - 01:38:56 EST)
- Re: [PATCH v4 4/6] arm64: dts: exynos: add OF graph between MHL and USB connector Andrzej Hajda (Wed Feb 28 2018 - 01:39:50 EST)
- Re: [PATCH v2 1/4] arm64: dts: mt2712: add pintcrl file Sean Wang (Wed Feb 28 2018 - 01:42:23 EST)
- Re: [PATCH] staging:r8188eu: use lib80211 CCMP decrypt Dan Carpenter (Wed Feb 28 2018 - 01:45:26 EST)
- [PATCH] nios2: Use read_persistent_clock64() instead of read_persistent_clock() Baolin Wang (Wed Feb 28 2018 - 01:45:38 EST)
- maybe a bug in SELinux: security_context_to_sid_core Zhang, Ning A (Wed Feb 28 2018 - 01:47:16 EST)
- [PATCH][V2] firmware: dmi_scan: add DMI_OEM_STRING support to dmi_matches Alex Hung (Wed Feb 28 2018 - 01:48:23 EST)
- Re: [RFC REBASED 5/5] powerpc/mm/slice: use the dynamic high slice size to limit bitmap operations Nicholas Piggin (Wed Feb 28 2018 - 01:53:53 EST)
- Re: [PATCH RESEND v5 1/2] KVM: X86: Introduce kvm_get_msr_feature() Paolo Bonzini (Wed Feb 28 2018 - 01:54:54 EST)
- [PATCH] dma-buf/reservation: shouldn't kfree staged when slot available Monk Liu (Wed Feb 28 2018 - 01:57:22 EST)
- Re: [PATCH RESEND v5 2/2] KVM: X86: Allow userspace to define the microcode version Paolo Bonzini (Wed Feb 28 2018 - 01:57:42 EST)
- Re: [RFC REBASED 5/5] powerpc/mm/slice: use the dynamic high slice size to limit bitmap operations Aneesh Kumar K.V (Wed Feb 28 2018 - 02:00:04 EST)
- [PATCH] Documentation: Update ncurses package names for menuconfig Arvind Prasanna (Wed Feb 28 2018 - 02:01:05 EST)
- Re: [PATCH 05/10] hwmon: generic-pwm-tachometer: Add generic PWM based tachometer Mikko Perttunen (Wed Feb 28 2018 - 02:04:10 EST)
- [PATCH v2] nvme-multipath: fix sysfs dangerously created links Baegjae Sung (Wed Feb 28 2018 - 02:06:22 EST)
- Re: [RFC REBASED 5/5] powerpc/mm/slice: use the dynamic high slice size to limit bitmap operations Aneesh Kumar K.V (Wed Feb 28 2018 - 02:08:06 EST)
- [PATCH] staging: android: ashmem: Fix possible deadlock in ashmem_ioctl Yisheng Xie (Wed Feb 28 2018 - 02:08:59 EST)
- Re: [PATCH v2 07/11] firmware: split firmware fallback functionality into its own file Greg KH (Wed Feb 28 2018 - 02:11:38 EST)
- Re: [PATCH 4.14 00/54] 4.14.23-stable review Greg Kroah-Hartman (Wed Feb 28 2018 - 02:12:46 EST)
- Re: [PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe Pavel Emelyanov (Wed Feb 28 2018 - 02:13:14 EST)
- Re: [PATCH v2 3/4] pinctrl: add mt2712 pinctrl driver Sean Wang (Wed Feb 28 2018 - 02:14:20 EST)
- Re: [RFC PATCH] Take mmap_min_addr into account while choosing unmapped address for x86-64. Michal Hocko (Wed Feb 28 2018 - 02:18:07 EST)
- Re: [PATCH] ALSA: control: Fix a bunch of whitespace errors Takashi Iwai (Wed Feb 28 2018 - 02:19:11 EST)
- Re: [PATCH v2 4/4] pintcrl: support bias-disable of generic and special pins simultaneously Sean Wang (Wed Feb 28 2018 - 02:33:52 EST)
- Re: [PATCH v2 01/16] clk: sunxi-ng: Add check for minimal rate to NM PLLs Maxime Ripard (Wed Feb 28 2018 - 02:37:04 EST)
- Re: [PATCH v2 06/16] drm/sun4i: Don't process LVDS if TCON doesn't support it Maxime Ripard (Wed Feb 28 2018 - 02:37:21 EST)
- [PATCH] hwmon: g762: handle cleanup with devm_add_action Peng Hao (Wed Feb 28 2018 - 02:41:32 EST)
- RE: [PATCH 0/7] sched/fair: Migrate 'misfit' tasks on asymmetric capacity systems Gaku Inami (Wed Feb 28 2018 - 02:46:18 EST)
- Re: [PATCH v2 3/4] pinctrl: add mt2712 pinctrl driver Zhiyong Tao (Wed Feb 28 2018 - 02:46:46 EST)
- Re: [PATCH v2 1/4] arm64: dts: mt2712: add pintcrl file Zhiyong Tao (Wed Feb 28 2018 - 02:48:21 EST)
- Re: [PATCH v2 4/4] pintcrl: support bias-disable of generic and special pins simultaneously Zhiyong Tao (Wed Feb 28 2018 - 02:49:34 EST)
- [RFC 0/4] trace_uprobe: Support SDT markers having semaphore Ravi Bangoria (Wed Feb 28 2018 - 02:51:54 EST)
- [RFC 1/4] Uprobe: Rename map_info to uprobe_map_info Ravi Bangoria (Wed Feb 28 2018 - 02:51:59 EST)
- [RFC 3/4] trace_uprobe: Support SDT markers having semaphore Ravi Bangoria (Wed Feb 28 2018 - 02:52:08 EST)
- [RFC 4/4] trace_uprobe: Fix multiple update of same semaphores Ravi Bangoria (Wed Feb 28 2018 - 02:52:14 EST)
- [RFC 2/4] Uprobe: Export few functions / data structures Ravi Bangoria (Wed Feb 28 2018 - 02:52:30 EST)
- Re: [PATCH 0/3] STM32 Extended TrustZone Protection driver Benjamin Gaignard (Wed Feb 28 2018 - 02:53:36 EST)
- Re: [PATCH] usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resume Felipe Balbi (Wed Feb 28 2018 - 02:54:16 EST)
- Re: [PATCH] 8250-men-mcb: add support for 16z025 and 16z057 Michael Moese (Wed Feb 28 2018 - 02:56:40 EST)
- [PATCH] net/tcp/illinois: replace broken algorithm reference link Joey Pabalinas (Wed Feb 28 2018 - 03:06:09 EST)
- Re: [PATCH] selftests/vm: Update max va test to check for high address return. Aneesh Kumar K.V (Wed Feb 28 2018 - 03:08:22 EST)
- Re: [PATCH v2 4/4] ARM: PWM: add allwinner sun8i pwm support. Claudiu Beznea (Wed Feb 28 2018 - 03:18:05 EST)
- Re: [PATCH v2 2/2] xen: events: free irqs in error condition Roger Pau Monné (Wed Feb 28 2018 - 03:18:05 EST)
- Re: [PATCH 3/3] userfaultfd: non-cooperative: allow synchronous EVENT_REMOVE Pavel Emelyanov (Wed Feb 28 2018 - 03:21:19 EST)
- RE: [PATCH] qlogic/qed: Constify *pkt_type_str[] Kalderon, Michal (Wed Feb 28 2018 - 03:21:32 EST)
- Re: [PATCH 0/3] Allwinner sunxi message box support Maxime Ripard (Wed Feb 28 2018 - 03:25:06 EST)
- Re: [PATCH v2 2/2] xen: events: free irqs in error condition Shah, Amit (Wed Feb 28 2018 - 03:25:39 EST)
- Re: [PATCH 3/3] userfaultfd: non-cooperative: allow synchronous EVENT_REMOVE Mike Rapoport (Wed Feb 28 2018 - 03:26:40 EST)
- Re: [PATCH] dma-buf/reservation: shouldn't kfree staged when slot available Christian KÃnig (Wed Feb 28 2018 - 03:26:53 EST)
- Re: [PATCH v2 2/2] xen: events: free irqs in error condition Juergen Gross (Wed Feb 28 2018 - 03:27:22 EST)
- [PATCH v2] 8250-men-mcb: add support for 16z025 and 16z057 Michael Moese (Wed Feb 28 2018 - 03:27:39 EST)
- Re: [PATCH 1/3] dt-bindings: Add a binding for the sunxi message box Maxime Ripard (Wed Feb 28 2018 - 03:28:50 EST)
- Re: [PATCH 3/3] mailbox: sunxi-msgbox: Add a new mailbox driver Maxime Ripard (Wed Feb 28 2018 - 03:32:23 EST)
- Re: Removing architectures without upstream gcc support Arnd Bergmann (Wed Feb 28 2018 - 03:37:17 EST)
- [PATCH] perf tools: Fix trigger class trigger_on() Adrian Hunter (Wed Feb 28 2018 - 03:39:56 EST)
- Re: [PATCH v2 0/8] Decode IA32/X64 CPER Borislav Petkov (Wed Feb 28 2018 - 03:43:52 EST)
- Re: [PATCH v2 2/6] PCI: Scan all functions when running over Jailhouse Thomas Gleixner (Wed Feb 28 2018 - 03:44:15 EST)
- [PATCH v2 1/2] PCI: add vendor id for Altera Johannes Thumshirn (Wed Feb 28 2018 - 03:44:31 EST)
- [PATCH v2 2/2] mcb: add Altera PCI ID to mcb-pci Johannes Thumshirn (Wed Feb 28 2018 - 03:44:46 EST)
- [PATCH v2 0/2] MCB Update for v4.17 Johannes Thumshirn (Wed Feb 28 2018 - 03:44:58 EST)
- Re: [v2] [media] Use common error handling code in 20 functions SF Markus Elfring (Wed Feb 28 2018 - 03:47:01 EST)
- [PATCH] rtc-pm8xxx: Fix issue in RTC write path Mohit Aggarwal (Wed Feb 28 2018 - 03:52:14 EST)
- [PATCH V2] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert Jianchao Wang (Wed Feb 28 2018 - 03:55:09 EST)
- Re: [PATCH] clocksource: mips-gic-timer: fix clocksource counter width Thomas Gleixner (Wed Feb 28 2018 - 03:55:54 EST)
- Re: [v2] [media] Use common error handling code in 20 functions Laurent Pinchart (Wed Feb 28 2018 - 03:59:11 EST)
- Re: 4.16 regression: s2ram broken on non-PAE i686 Thomas Gleixner (Wed Feb 28 2018 - 03:59:33 EST)
- Re: Removing architectures without upstream gcc support Florian Weimer (Wed Feb 28 2018 - 03:59:41 EST)
- Possible usb_request leak in the functiondwc2_gadget_complete_isoc_request_ddma Zengtao (B) (Wed Feb 28 2018 - 04:00:28 EST)
- Re: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Auger Eric (Wed Feb 28 2018 - 04:02:26 EST)
- [PATCH 2/2] mkfs.f2fs: treat db's data as hot one Chao Yu (Wed Feb 28 2018 - 04:04:20 EST)
- [PATCH 1/2] mkfs.f2fs: support hot file extension Chao Yu (Wed Feb 28 2018 - 04:04:34 EST)
- RE: [PATCH] pvcalls-front: 64-bit align flags David Laight (Wed Feb 28 2018 - 04:05:32 EST)
- [PATCH] rcu: Clean up rcu_init_nohz() by removing unnecessary statements Byungchul Park (Wed Feb 28 2018 - 04:05:55 EST)
- Re: [PATCH] x86: devicetree: enable multiprocessing and interrupt setting in DT Thomas Gleixner (Wed Feb 28 2018 - 04:07:20 EST)
- Re: [PATCH v2 11/11] test_firmware: test three firmware kernel configs using a proc knob Josh Triplett (Wed Feb 28 2018 - 04:07:50 EST)
- [PATCH v2] f2fs: support hot file extension Chao Yu (Wed Feb 28 2018 - 04:08:11 EST)
- Re: [PATCH] selftest: fix kselftest-merge depend on 'RUNTIME_TESTING_MENU' Zong Li (Wed Feb 28 2018 - 04:13:15 EST)
- [PATCH net-next v2] net: mvpp2: Add hardware offloading for VLAN filtering Maxime Chevallier (Wed Feb 28 2018 - 04:14:50 EST)
- Re: [PATCH v2] tracing/power: Polish the tracepoints cpu_idle and cpu_frequency Rafael J. Wysocki (Wed Feb 28 2018 - 04:14:57 EST)
- Re: [PATCH 3/3] mailbox: sunxi-msgbox: Add a new mailbox driver Jassi Brar (Wed Feb 28 2018 - 04:16:23 EST)
- Re: [PATCH v2] tracing/power: Polish the tracepoints cpu_idle and cpu_frequency Du, Changbin (Wed Feb 28 2018 - 04:16:43 EST)
- Re: [PATCH v5] reset: add support for non-DT systems Philipp Zabel (Wed Feb 28 2018 - 04:17:00 EST)
- [PATCH] xen/pirq: fix error path cleanup when binding MSIs Roger Pau Monne (Wed Feb 28 2018 - 04:19:22 EST)
- Re: [PATCH] clocksource: mips-gic-timer: fix clocksource counter width Felix Fietkau (Wed Feb 28 2018 - 04:19:35 EST)
- [PATCH] checkpatch: avoid error report caused by syzbot Yisheng Xie (Wed Feb 28 2018 - 04:20:12 EST)
- Re: [PATCH v4] Protected FIFOs and regular files Salvatore Mesoraca (Wed Feb 28 2018 - 04:22:44 EST)
- Re: [PATCH] xen/pirq: fix error path cleanup when binding MSIs Shah, Amit (Wed Feb 28 2018 - 04:23:02 EST)
- Re: [PATCH] perf tools: Fix trigger class trigger_on() Jiri Olsa (Wed Feb 28 2018 - 04:23:45 EST)
- Re: [PATCH net 1/2] net/macmace: Drop redundant MACH_IS_MAC test Geert Uytterhoeven (Wed Feb 28 2018 - 04:24:31 EST)
- RE: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Shameerali Kolothum Thodi (Wed Feb 28 2018 - 04:25:34 EST)
- Re: [PATCH] clocksource: mips-gic-timer: fix clocksource counter width Thomas Gleixner (Wed Feb 28 2018 - 04:26:59 EST)
- Re: HRTimer causing rtctest to fail Felipe Balbi (Wed Feb 28 2018 - 04:27:53 EST)
- Re: [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically Bartosz Golaszewski (Wed Feb 28 2018 - 04:28:15 EST)
- Re: [PATCH] f2fs: do gc in greedy mode for whole range if gc_urgent mode is set Chao Yu (Wed Feb 28 2018 - 04:29:03 EST)
- Re: [PATCH 1/5 v2] f2fs: add mount option for segment allocation policy Chao Yu (Wed Feb 28 2018 - 04:30:13 EST)
- Re: [PATCH] x86: mce: fix kernel panic when check_interval is changed Borislav Petkov (Wed Feb 28 2018 - 04:33:10 EST)
- [PATCH] arm64: dts: uniphier: add fixed regulators for audio codec Katsuhiro Suzuki (Wed Feb 28 2018 - 04:33:26 EST)
- Re: [PATCH] clk: tegra: fix pllu rate configuration Peter De Schrijver (Wed Feb 28 2018 - 04:36:31 EST)
- Re: [PATCH v2 02/15] s390: vsie: implement AP support for second level guest David Hildenbrand (Wed Feb 28 2018 - 04:40:02 EST)
- Re: [RFC 3/3] perf pmu: Restore auto-merging of PMU events created by prefix match Jiri Olsa (Wed Feb 28 2018 - 04:40:48 EST)
- Re: [PATCH] PCI/ASPM: Change type of threshold_ns variable to u32 Andy Shevchenko (Wed Feb 28 2018 - 04:40:54 EST)
- [PATCH v3 1/1] x86: Fix Intel Edison module stuck reboot Sebastian Panceac (Wed Feb 28 2018 - 04:41:06 EST)
- Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode David Hildenbrand (Wed Feb 28 2018 - 04:42:22 EST)
- Re: [PATCH 2/2] f2fs: support {d,id,did,x}node checksum Chao Yu (Wed Feb 28 2018 - 04:43:12 EST)
- [PATCH] elfcore.c: Fix coding style issue Erez . Alfasi . ereza (Wed Feb 28 2018 - 04:44:13 EST)
- Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode David Hildenbrand (Wed Feb 28 2018 - 04:44:41 EST)
- Re: linux-next: manual merge of the net-next tree with the net tree Petr Machata (Wed Feb 28 2018 - 04:47:10 EST)
- Re: [PATCH v4] Revert "f2fs crypto: avoid unneeded memory allocation in ->readdir" Chao Yu (Wed Feb 28 2018 - 04:47:20 EST)
- Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes Chao Yu (Wed Feb 28 2018 - 04:47:46 EST)
- Re: [PATCH v2 04/15] KVM: s390: CPU model support for AP virtualization David Hildenbrand (Wed Feb 28 2018 - 04:48:35 EST)
- Re: [PATCH] x86: mce: fix kernel panic when check_interval is changed Seunghun Han (Wed Feb 28 2018 - 04:48:54 EST)
- Re: [PATCH v2 13/15] KVM: s390: Configure the guest's CRYCB David Hildenbrand (Wed Feb 28 2018 - 04:49:45 EST)
- Re: [PATCH] mei: remove dev_err message on an unsupported ioctl Greg Kroah-Hartman (Wed Feb 28 2018 - 04:50:02 EST)
- Re: [PATCH] RDMA/core: reduce IB_POLL_BATCH constant Max Gurtovoy (Wed Feb 28 2018 - 04:51:26 EST)
- RE: [PATCH] mei: remove dev_err message on an unsupported ioctl Winkler, Tomas (Wed Feb 28 2018 - 04:52:51 EST)
- [PATCH] net: iucv: Free memory obtained by kzalloc Arvind Yadav (Wed Feb 28 2018 - 04:55:03 EST)
- Re: [PATCH] usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resume Roger Quadros (Wed Feb 28 2018 - 04:55:30 EST)
- Re: HRTimer causing rtctest to fail Thomas Gleixner (Wed Feb 28 2018 - 04:55:42 EST)
- [PATCH v2] clocksource: mips-gic-timer: fix clocksource counter width Felix Fietkau (Wed Feb 28 2018 - 04:56:18 EST)
- Linux 3.18.97 Greg KH (Wed Feb 28 2018 - 04:57:24 EST)
- Re: Linux 3.18.97 Greg KH (Wed Feb 28 2018 - 04:57:28 EST)
- Re: [PATCH] usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resume Roger Quadros (Wed Feb 28 2018 - 04:59:25 EST)
- Re: [PATCH v2 2/6] PCI: Scan all functions when running over Jailhouse Jan Kiszka (Wed Feb 28 2018 - 05:01:31 EST)
- Re: [PATCH v2 02/15] s390: vsie: implement AP support for second level guest Pierre Morel (Wed Feb 28 2018 - 05:04:07 EST)
- Re: [PATCH v2 8/9] lib/vsprintf: Remove useless NULL checks Petr Mladek (Wed Feb 28 2018 - 05:04:49 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Andy Shevchenko (Wed Feb 28 2018 - 05:07:33 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Rafael J. Wysocki (Wed Feb 28 2018 - 05:10:20 EST)
- Re: [PATCH v1 4/4] pci: Re-use new dmi_get_bios_year() helper Andy Shevchenko (Wed Feb 28 2018 - 05:12:33 EST)
- Re: [PATCH v1 1/4] dmi: Introduce dmi_get_bios_year() helper Andy Shevchenko (Wed Feb 28 2018 - 05:14:16 EST)
- [PATCH 2/2] kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txt Masahiro Yamada (Wed Feb 28 2018 - 05:16:10 EST)
- [PATCH 1/2] kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txt Masahiro Yamada (Wed Feb 28 2018 - 05:16:20 EST)
- [PATCH net] virtio-net: disable NAPI only when enabled during XDP set Jason Wang (Wed Feb 28 2018 - 05:20:15 EST)
- Re: [PATCH v2 0/3] kbuild: fix host progs build with libs in non standard locations Masahiro Yamada (Wed Feb 28 2018 - 05:23:40 EST)
- Re: [lkp-robot] [printk] c162d5b433: BUG:KASAN:use-after-scope_in_c Petr Mladek (Wed Feb 28 2018 - 05:23:46 EST)
- Re: Possible usb_request leak in the function dwc2_gadget_complete_isoc_request_ddma Minas Harutyunyan (Wed Feb 28 2018 - 05:27:25 EST)
- Re: [PATCH v1 2/4] x86/pci: Re-use new dmi_get_bios_year() helper Andy Shevchenko (Wed Feb 28 2018 - 05:29:14 EST)
- [PATCH 0/7] x86/microcode: Improve late loading Borislav Petkov (Wed Feb 28 2018 - 05:29:28 EST)
- [PATCH 1/7] x86/microcode: Get rid of struct apply_microcode_ctx Borislav Petkov (Wed Feb 28 2018 - 05:29:37 EST)
- [PATCH 7/7] x86/microcode: Synchronize late microcode loading Borislav Petkov (Wed Feb 28 2018 - 05:29:50 EST)
- Re: [PATCH v3 2/2] pci: endpoint: Fix kernel panic after put_device() Rolf Evers-Fischer (Wed Feb 28 2018 - 05:29:59 EST)
- [PATCH 2/7] x86/microcode/intel: Check microcode revision before updating sibling threads Borislav Petkov (Wed Feb 28 2018 - 05:30:16 EST)
- [PATCH 5/7] x86/microcode/intel: Look into the patch cache first Borislav Petkov (Wed Feb 28 2018 - 05:30:29 EST)
- [PATCH 6/7] x86/microcode: Request microcode on the BSP Borislav Petkov (Wed Feb 28 2018 - 05:30:42 EST)
- Re: [PATCH] net: iucv: Free memory obtained by kzalloc Cornelia Huck (Wed Feb 28 2018 - 05:30:51 EST)
- [PATCH 3/7] x86/microcode/intel: Writeback and invalidate caches before updating microcode Borislav Petkov (Wed Feb 28 2018 - 05:31:09 EST)
- [PATCH] ASoC: wm_adsp: For TLV controls only register TLV get/set Richard Fitzgerald (Wed Feb 28 2018 - 05:31:10 EST)
- [PATCH 4/7] x86/microcode: Do not upload microcode if CPUs are offline Borislav Petkov (Wed Feb 28 2018 - 05:31:21 EST)
- [PATCH] ASoC: wm_adsp: For TLV controls only register TLV get/set Richard Fitzgerald (Wed Feb 28 2018 - 05:31:27 EST)
- Re: [PATCH] arm64/acpi: make ACPI boot preference configurable Bhupesh Sharma (Wed Feb 28 2018 - 05:32:25 EST)
- Re: [PATCH v1 1/4] dmi: Introduce dmi_get_bios_year() helper Andy Shevchenko (Wed Feb 28 2018 - 05:33:21 EST)
- Re: [PATCH v1 2/4] x86/pci: Re-use new dmi_get_bios_year() helper Rafael J. Wysocki (Wed Feb 28 2018 - 05:33:46 EST)
- Re: [PATCH v3 0/2] pci: endpoint: Fix double free in pci_epf_create() Rolf Evers-Fischer (Wed Feb 28 2018 - 05:35:46 EST)
- [PATCH v5 2/6] mfd: axp20x: probe axp20x_adc driver for AXP813 Quentin Schulz (Wed Feb 28 2018 - 05:36:56 EST)
- [PATCH] ARM: dts: stm32: add SPI support on STM32H743 SoC Amelie Delaunay (Wed Feb 28 2018 - 05:37:11 EST)
- [PATCH v5 4/6] dt-bindings: power: supply: axp20x: add AXP813 battery DT binding Quentin Schulz (Wed Feb 28 2018 - 05:37:22 EST)
- [PATCH v5 5/6] power: supply: axp20x_battery: add support for AXP813 Quentin Schulz (Wed Feb 28 2018 - 05:37:32 EST)
- [PATCH v5 6/6] mfd: axp20x: add battery power supply cell for AXP813 Quentin Schulz (Wed Feb 28 2018 - 05:37:46 EST)
- [PATCH v5 0/6] add support for AXP813 ADC and battery power supply Quentin Schulz (Wed Feb 28 2018 - 05:38:05 EST)
- [PATCH v5 1/6] mfd: axp20x: make AXP209/22x cells probe their ADC via DT Quentin Schulz (Wed Feb 28 2018 - 05:38:16 EST)
- [PATCH v5 3/6] power: supply: axp20x_battery: use data struct for variant specific code Quentin Schulz (Wed Feb 28 2018 - 05:38:30 EST)
- [PATCH] Documentation/locking: Document the semantics of spin_is_locked() Andrea Parri (Wed Feb 28 2018 - 05:39:56 EST)
- Re: [PATCH v2 8/9] lib/vsprintf: Remove useless NULL checks Andy Shevchenko (Wed Feb 28 2018 - 05:42:36 EST)
- Re: [PATCH v2 8/9] lib/vsprintf: Remove useless NULL checks Andy Shevchenko (Wed Feb 28 2018 - 05:44:36 EST)
- Re: 4.16 regression: s2ram broken on non-PAE i686 Woody Suwalski (Wed Feb 28 2018 - 05:47:01 EST)
- Re: [PATCH v3 1/1] x86: Fix Intel Edison module stuck reboot Andy Shevchenko (Wed Feb 28 2018 - 05:47:49 EST)
- [RESEND PATCH 1/7] arm64: dts: Add hwspinlock node for Spreadtrum SC9860 Baolin Wang (Wed Feb 28 2018 - 05:47:57 EST)
- [RESEND PATCH 3/7] arm64: dts: Add pin controller node for Spreadtrum SC9860 Baolin Wang (Wed Feb 28 2018 - 05:48:07 EST)
- [RESEND PATCH 4/7] arm64: dts: Add timer node for Spreadtrum SC9860 Baolin Wang (Wed Feb 28 2018 - 05:48:12 EST)
- [RESEND PATCH 5/7] arm64: dts: Add watchdog device node for Spreadtrum SC9860 Baolin Wang (Wed Feb 28 2018 - 05:48:15 EST)
- [RESEND PATCH 6/7] arm64: dts: Add DMA device node for Spreadtrum SC9860 Baolin Wang (Wed Feb 28 2018 - 05:48:21 EST)
- [RESEND PATCH 7/7] arm64: dts: Add SC2731 PMIC dts file for Spreadtrum SC9860 Baolin Wang (Wed Feb 28 2018 - 05:48:29 EST)
- [RESEND PATCH 2/7] arm64: dts: Add ADI device node for Spreadtrum SC9860 Baolin Wang (Wed Feb 28 2018 - 05:49:10 EST)
- [PATCH v9 5/5] document: add document for kaslr_boot_mem Chao Fan (Wed Feb 28 2018 - 05:51:55 EST)
- [PATCH v9 3/5] x86/KASLR: Give a warning if movable_node specified without kaslr_boot_mem= Chao Fan (Wed Feb 28 2018 - 05:52:06 EST)
- [PATCH v9 4/5] x86/KASLR: Skip memory mirror handling if movable_node specified Chao Fan (Wed Feb 28 2018 - 05:52:16 EST)
- [PATCH v9 1/5] x86/KASLR: Add kaslr_boot_mem=nn[KMG]@ss[KMG] Chao Fan (Wed Feb 28 2018 - 05:52:27 EST)
- [PATCH v9 0/5] x86/KASLR: Add parameter kaslr_boot_mem=nn[KMG]@ss[KMG] Chao Fan (Wed Feb 28 2018 - 05:52:36 EST)
- [PATCH v9 2/5] x86/KASLR: Handle the memory regions specified in kaslr_boot_mem Chao Fan (Wed Feb 28 2018 - 05:52:40 EST)
- [PATCH 1/2] dt-bindings: serial: stm32: add wakeup option using note Bich HEMON (Wed Feb 28 2018 - 05:52:52 EST)
- [PATCH 0/2] Update interrupt names Bich HEMON (Wed Feb 28 2018 - 05:53:03 EST)
- [PATCH] watchdog: sbsa: use 32-bit read for WCV Jayachandran C (Wed Feb 28 2018 - 05:53:14 EST)
- [PATCH 2/2] serial: stm32: update interrupt initialization Bich HEMON (Wed Feb 28 2018 - 05:53:29 EST)
- Re: [PATCH] Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version Hans de Goede (Wed Feb 28 2018 - 05:54:47 EST)
- Re: HRTimer causing rtctest to fail Felipe Balbi (Wed Feb 28 2018 - 05:56:04 EST)
- Re: [PATCH] Documentation/locking: Document the semantics of spin_is_locked() Will Deacon (Wed Feb 28 2018 - 05:56:38 EST)
- [PATCH 0/2] Add support for RS485 Bich HEMON (Wed Feb 28 2018 - 05:57:02 EST)
- [PATCH 2/2] serial: stm32: add support for RS485 hardware control mode Bich HEMON (Wed Feb 28 2018 - 05:57:10 EST)
- [PATCH 1/2] dt-bindings: serial: stm32: add RS485 optional properties Bich HEMON (Wed Feb 28 2018 - 05:57:23 EST)
- Re: [PATCH] locking/xchg/alpha: Remove memory barriers from the _local() variants Will Deacon (Wed Feb 28 2018 - 05:58:10 EST)
- Re: [PATCH] selftests/vm: Update max va test to check for high address return. Kirill A. Shutemov (Wed Feb 28 2018 - 05:58:24 EST)
- Re: [PATCH 2/2] ASoC: add tda7419 audio processor driver Mark Brown (Wed Feb 28 2018 - 06:01:00 EST)
- Re: [PATCH v3] usb: host: ehci-platform: add support for optional external vbus supply Roger Quadros (Wed Feb 28 2018 - 06:02:18 EST)
- Applied "ASoC: wm_adsp: For TLV controls only register TLV get/set" to the asoc tree Mark Brown (Wed Feb 28 2018 - 06:06:15 EST)
- [PATCH v2] cpufreq: schedutil: rate limits for SCHED_DEADLINE Claudio Scordino (Wed Feb 28 2018 - 06:06:31 EST)
- Applied "ASoC: cpcap: new codec" to the asoc tree Mark Brown (Wed Feb 28 2018 - 06:06:40 EST)
- Applied "ASoC: add DT bindings documentation for ROHM BD28623 codec" to the asoc tree Mark Brown (Wed Feb 28 2018 - 06:06:52 EST)
- Applied "spi: atmel: init FIFOs before spi enable" to the spi tree Mark Brown (Wed Feb 28 2018 - 06:06:56 EST)
- Re: [linux-sunxi] Re: [PATCH v3 6/7] arm64: allwinner: h6: add the basical Allwinner H6 DTSI file Andre Przywara (Wed Feb 28 2018 - 06:08:23 EST)
- [PATCH] soc: rockchip: power-domain: remove PM clocks Jeffy Chen (Wed Feb 28 2018 - 06:11:52 EST)
- Re: [PATCH v2] cpufreq: schedutil: rate limits for SCHED_DEADLINE Claudio Scordino (Wed Feb 28 2018 - 06:16:04 EST)
- Re: [PATCH v2] cpufreq: schedutil: rate limits for SCHED_DEADLINE Rafael J. Wysocki (Wed Feb 28 2018 - 06:22:55 EST)
- Re: [PATCH] Documentation/locking: Document the semantics of spin_is_locked() Andrea Parri (Wed Feb 28 2018 - 06:24:17 EST)
- Re: objtool warnings on 4.14-stable/gcc-7.3.0 Arnd Bergmann (Wed Feb 28 2018 - 06:26:12 EST)
- Re: [PATCH] locking/xchg/alpha: Remove memory barriers from the _local() variants Andrea Parri (Wed Feb 28 2018 - 06:26:22 EST)
- Build regressions/improvements in v4.16-rc3 Geert Uytterhoeven (Wed Feb 28 2018 - 06:28:20 EST)
- [PATCH] staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddr Colin King (Wed Feb 28 2018 - 06:28:57 EST)
- Re: Build regressions/improvements in v4.16-rc3 Geert Uytterhoeven (Wed Feb 28 2018 - 06:29:49 EST)
- RE: [PATCH] clk: imx: imx7d: correct video pll clock tree Anson Huang (Wed Feb 28 2018 - 06:32:49 EST)
- Re: [PATCH] Documentation/locking: Document the semantics of spin_is_locked() Will Deacon (Wed Feb 28 2018 - 06:35:02 EST)
- Re: [PATCH v2 03/15] s390: zcrypt: externalize AP instructions available function Harald Freudenberger (Wed Feb 28 2018 - 06:40:20 EST)
- Re: [PATCH v2 04/15] KVM: s390: CPU model support for AP virtualization Christian Borntraeger (Wed Feb 28 2018 - 06:41:01 EST)
- Re: [PATCH] net: iucv: Free memory obtained by kzalloc Arvind Yadav (Wed Feb 28 2018 - 06:45:37 EST)
- Re: [PATCH v15 08/11] fw_cfg: handle fw_cfg_read_blob() error Marc-Andrà Lureau (Wed Feb 28 2018 - 06:49:43 EST)
- Re: HRTimer causing rtctest to fail Thomas Gleixner (Wed Feb 28 2018 - 06:50:48 EST)
- Re: [PATCH v15 02/11] fw_cfg: add a public uapi header Marc-Andrà Lureau (Wed Feb 28 2018 - 06:50:58 EST)
- Re: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Auger Eric (Wed Feb 28 2018 - 06:53:38 EST)
- [PATCH v4] mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems Evgeniy Didin (Wed Feb 28 2018 - 06:53:44 EST)
- [PATCH] spi-nor: Add support for Atmel Dataflash memories Radu Pirea (Wed Feb 28 2018 - 06:54:29 EST)
- Re: [PATCH] net: iucv: Free memory obtained by kzalloc Cornelia Huck (Wed Feb 28 2018 - 06:56:41 EST)
- Re: [PATCH v2 04/15] KVM: s390: CPU model support for AP virtualization David Hildenbrand (Wed Feb 28 2018 - 06:58:55 EST)
- Re: [PATCH] soc: rockchip: power-domain: remove PM clocks Heiko Stübner (Wed Feb 28 2018 - 06:59:25 EST)
- Re: [PATCH v2 1/2] PCI: add vendor id for Altera Eli Billauer (Wed Feb 28 2018 - 07:00:28 EST)
- Re: [PATCH] clk: tegra: fix pllu rate configuration Dmitry Osipenko (Wed Feb 28 2018 - 07:00:35 EST)
- Re: HRTimer causing rtctest to fail Felipe Balbi (Wed Feb 28 2018 - 07:03:18 EST)
- Re: [PATCH v2 3/3] PCI: dra7xx: Enable x2 mode support for dra74x, dra76x and dra72x Kishon Vijay Abraham I (Wed Feb 28 2018 - 07:04:49 EST)
- Re: [RFC 0/4] trace_uprobe: Support SDT markers having semaphore Srikar Dronamraju (Wed Feb 28 2018 - 07:06:27 EST)
- Re: [PATCH 01/29] arm64: mm: Use non-global mappings for kernel space Greg KH (Wed Feb 28 2018 - 07:08:33 EST)
- Linux 4.4.119 Greg KH (Wed Feb 28 2018 - 07:09:18 EST)
- Re: Linux 4.4.119 Greg KH (Wed Feb 28 2018 - 07:09:27 EST)
- Linux 4.9.85 Greg KH (Wed Feb 28 2018 - 07:09:41 EST)
- Re: Linux 4.9.85 Greg KH (Wed Feb 28 2018 - 07:09:53 EST)
- Linux 4.14.23 Greg KH (Wed Feb 28 2018 - 07:10:05 EST)
- Re: Linux 4.14.23 Greg KH (Wed Feb 28 2018 - 07:10:13 EST)
- Linux 4.15.7 Greg KH (Wed Feb 28 2018 - 07:10:27 EST)
- Re: [PATCH] net: iucv: Free memory obtained by kzalloc Arvind Yadav (Wed Feb 28 2018 - 07:10:38 EST)
- Re: Linux 4.15.7 Greg KH (Wed Feb 28 2018 - 07:10:53 EST)
- Re: [RFC 1/4] Uprobe: Rename map_info to uprobe_map_info Srikar Dronamraju (Wed Feb 28 2018 - 07:11:30 EST)
- [PATCH] Detect early free of a live mm Mark Rutland (Wed Feb 28 2018 - 07:15:18 EST)
- Re: [PATCH] Documentation/locking: Document the semantics of spin_is_locked() Andrea Parri (Wed Feb 28 2018 - 07:15:36 EST)
- Aw: Re: [PATCH] net: iucv: Free memory obtained by kzalloc Lino Sanfilippo (Wed Feb 28 2018 - 07:17:33 EST)
- Re: [PATCH] soc: rockchip: power-domain: remove PM clocks Geert Uytterhoeven (Wed Feb 28 2018 - 07:17:48 EST)
- Re: [PATCH] Detect early free of a live mm Mark Rutland (Wed Feb 28 2018 - 07:18:21 EST)
- Re: [PATCH] arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset) Enric Balletbo i Serra (Wed Feb 28 2018 - 07:19:25 EST)
- Re: [PATCH v15 10/11] fw_cfg: write vmcoreinfo details Marc-Andrà Lureau (Wed Feb 28 2018 - 07:22:39 EST)
- [PATCH] xen-netfront: Fix hang on device removal Jason Andryuk (Wed Feb 28 2018 - 07:24:10 EST)
- Re: [RFC 2/4] Uprobe: Export few functions / data structures Srikar Dronamraju (Wed Feb 28 2018 - 07:24:52 EST)
- Re: [PATCH v8 00/13] arm64: kexec: add kexec_file_load() support Dave Young (Wed Feb 28 2018 - 07:25:37 EST)
- Re: [PATCH v15 11/11] RFC: fw_cfg: do DMA read operation Marc-Andrà Lureau (Wed Feb 28 2018 - 07:27:09 EST)
- Re: [PATCH 07/13] tty: Remove metag DA TTY and console driver Greg Kroah-Hartman (Wed Feb 28 2018 - 07:29:29 EST)
- Re: [PATCH] soc: rockchip: power-domain: remove PM clocks Tomasz Figa (Wed Feb 28 2018 - 07:30:19 EST)
- Re: [PATCH] net: iucv: Free memory obtained by kzalloc Cornelia Huck (Wed Feb 28 2018 - 07:31:41 EST)
- [PATCH] f2fs: don't put dentry page in pagecache into highmem Yunlong Song (Wed Feb 28 2018 - 07:32:17 EST)
- Re: [PATCH] soc: rockchip: power-domain: remove PM clocks Geert Uytterhoeven (Wed Feb 28 2018 - 07:33:05 EST)
- Re: [PATCH v4] Revert "f2fs crypto: avoid unneeded memory allocation in ->readdir" Yunlong Song (Wed Feb 28 2018 - 07:34:04 EST)
- Re: [PATCH v8 02/13] kexec_file: make an use of purgatory optional Dave Young (Wed Feb 28 2018 - 07:34:17 EST)
- Re: [PATCH] udf: fix potential refcnt problem of nls module Jan Kara (Wed Feb 28 2018 - 07:36:15 EST)
- Re: [PATCH] soc: rockchip: power-domain: remove PM clocks JeffyChen (Wed Feb 28 2018 - 07:37:02 EST)
- Re: [PATCH v2] serial: 8250: Add Nuvoton NPCM UART Greg Kroah-Hartman (Wed Feb 28 2018 - 07:38:00 EST)
- Re: [PATCH v8 03/13] kexec_file,x86,powerpc: factor out kexec_file_ops functions Dave Young (Wed Feb 28 2018 - 07:38:16 EST)
- Re: [PATCH v7 10/42] clk: davinci: New driver for davinci PSC clocks Bartosz Golaszewski (Wed Feb 28 2018 - 07:38:45 EST)
- Re: [PATCH v7 04/37] earlycon: add reg-offset to physical address before mapping Greg Kroah-Hartman (Wed Feb 28 2018 - 07:39:43 EST)
- Re: [RFC v1] mm: add the preempt check into alloc_vmap_area() Uladzislau Rezki (Wed Feb 28 2018 - 07:41:02 EST)
- [PATCH] soc: rockchip: power-domain: use clk_bulk APIs Jeffy Chen (Wed Feb 28 2018 - 07:42:09 EST)
- [PATCH v3] Input: gpio_keys: Add level trigger support for GPIO keys Baolin Wang (Wed Feb 28 2018 - 07:45:24 EST)
- Re: [RFC 3/3] perf pmu: Restore auto-merging of PMU events created by prefix match Arnaldo Carvalho de Melo (Wed Feb 28 2018 - 07:45:34 EST)
- Re: [PATCH] soc: rockchip: power-domain: remove PM clocks Tomasz Figa (Wed Feb 28 2018 - 07:49:38 EST)
- [PATCH] drm/sun4i: init dclk_min_div & dclk_max_div inside encoder init functions Giulio Benetti (Wed Feb 28 2018 - 07:52:56 EST)
- Re: [PATCH v2] Input: gpio_keys: Add level trigger support for GPIO keys Linus Walleij (Wed Feb 28 2018 - 07:53:52 EST)
- [PATCH v2 3/4] rtc: isl1208: add support for isl1219 with tamper detection Denis OSTERLAND (Wed Feb 28 2018 - 07:55:47 EST)
- [PATCH v2 4/4] rtc: isl1208: Add "evdet" interrupt source for isl1219. Denis OSTERLAND (Wed Feb 28 2018 - 07:55:57 EST)
- [PATCH v2 1/4] rtc: isl1208: enable interrupt after context preparation Denis OSTERLAND (Wed Feb 28 2018 - 07:56:10 EST)
- [PATCH v2 0/4] rtc: isl1208: fixes, documentation and isl1219 support Denis OSTERLAND (Wed Feb 28 2018 - 07:56:22 EST)
- [PATCH v2 2/4] rtc: isl1208: switch to rtc_register_device Denis OSTERLAND (Wed Feb 28 2018 - 07:56:30 EST)
- [tip:timers/urgent] clocksource/drivers/mips-gic-timer: Use correct shift count to extract data tip-bot for Felix Fietkau (Wed Feb 28 2018 - 07:59:14 EST)
- [tip:timers/urgent] clocksource/drivers/arc_timer: Update some comments tip-bot for Vineet Gupta (Wed Feb 28 2018 - 07:59:47 EST)
- Re: [PATCH v5 08/13] iommu/rockchip: Control clocks needed to access the IOMMU JeffyChen (Wed Feb 28 2018 - 08:01:21 EST)
- [PATCH v4 0/3] pci: endpoint: Fix double free in pci_epf_create() Rolf Evers-Fischer (Wed Feb 28 2018 - 08:08:00 EST)
- [PATCH v4 1/3] PCI: endpoint: Simplify name allocation for EPF device Rolf Evers-Fischer (Wed Feb 28 2018 - 08:08:08 EST)
- [PATCH v4 2/3] PCI: endpoint: Fix kernel panic after put_device() Rolf Evers-Fischer (Wed Feb 28 2018 - 08:08:17 EST)
- [PATCH v4 3/3] PCI: endpoint: pci_epf_create: remove goto labels Rolf Evers-Fischer (Wed Feb 28 2018 - 08:08:29 EST)
- [PATCH v6] reset: add support for non-DT systems Bartosz Golaszewski (Wed Feb 28 2018 - 08:09:10 EST)
- [tip:timers/core] clocksource: Don't walk the clocksource list for empty override tip-bot for Baolin Wang (Wed Feb 28 2018 - 08:10:04 EST)
- [tip:timers/core] clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributes tip-bot for Baolin Wang (Wed Feb 28 2018 - 08:10:27 EST)
- [tip:timers/core] clocksource: Use ATTRIBUTE_GROUPS tip-bot for Baolin Wang (Wed Feb 28 2018 - 08:11:00 EST)
- Re: [PATCH] soc: rockchip: power-domain: remove PM clocks Geert Uytterhoeven (Wed Feb 28 2018 - 08:11:19 EST)
- [PATCH 2/3] ARM: dts: sun8i: a711: set regulator for each cluster of CPUs Quentin Schulz (Wed Feb 28 2018 - 08:12:00 EST)
- Re: [PATCH 4/7] x86/microcode: Do not upload microcode if CPUs are offline Henrique de Moraes Holschuh (Wed Feb 28 2018 - 08:12:06 EST)
- [PATCH 1/3] ARM: dts: sun8i: a83t: add cpu0 and cpu100 labels Quentin Schulz (Wed Feb 28 2018 - 08:12:24 EST)
- [PATCH 0/3] add CPUs OPPs to sun8i a83t Quentin Schulz (Wed Feb 28 2018 - 08:12:35 EST)
- [PATCH 3/3] ARM: dts: sun8i: a83t: add stable OPP tables and CPUfreq Quentin Schulz (Wed Feb 28 2018 - 08:12:51 EST)
- Re: [PATCH v3 5/8] MIPS: mscc: add ocelot dtsi Alexandre Belloni (Wed Feb 28 2018 - 08:14:10 EST)
- Re: [PATCHv2 2/5] x86/boot/compressed/64: Find a place for 32-bit trampoline Kirill A. Shutemov (Wed Feb 28 2018 - 08:19:25 EST)
- [PATCH] objtool: Fix another switch table detection issue Josh Poimboeuf (Wed Feb 28 2018 - 08:19:34 EST)
- Re: [PATCH 2/3] ARM: dts: sun8i: a711: set regulator for each cluster of CPUs Thomas Petazzoni (Wed Feb 28 2018 - 08:19:58 EST)
- Forretningsforslag Chin Sang (Wed Feb 28 2018 - 08:20:17 EST)
- Re: [PATCH v0 2/3] livepatch: update documentation/samples for callbacks Miroslav Benes (Wed Feb 28 2018 - 08:20:31 EST)
- [PATCH 0/2] mailbox: introduce STMicroelectronics STM32 IPCC driver Fabien Dessenne (Wed Feb 28 2018 - 08:25:19 EST)
- [PATCH 2/2] mailbox: add STMicroelectronics STM32 IPCC driver Fabien Dessenne (Wed Feb 28 2018 - 08:25:28 EST)
- [PATCH 1/2] dt-bindings: mailbox: add STMicroelectronics STM32 IPCC binding Fabien Dessenne (Wed Feb 28 2018 - 08:25:45 EST)
- Re: [PATCH v15 08/11] fw_cfg: handle fw_cfg_read_blob() error Gabriel Somlo (Wed Feb 28 2018 - 08:25:54 EST)
- Re: [PATCH 4/7] x86/microcode: Do not upload microcode if CPUs are offline Raj, Ashok (Wed Feb 28 2018 - 08:26:46 EST)
- Re: [PATCH v3] of: cache phandle nodes to reduce cost of of_find_node_by_phandle() Chintan Pandya (Wed Feb 28 2018 - 08:27:17 EST)
- Re: [PATCH v4 3/3] PCI: endpoint: pci_epf_create: remove goto labels Kishon Vijay Abraham I (Wed Feb 28 2018 - 08:27:54 EST)
- [PATCH] net: ipv4: avoid unused variable warning for sysctl Arnd Bergmann (Wed Feb 28 2018 - 08:33:35 EST)
- [PATCH 1/2] perf annotate: Remove s390 basr instruction from call table Thomas Richter (Wed Feb 28 2018 - 08:33:42 EST)
- [PATCH 2/2] perf annotate: Fix s390 target function disassembly Thomas Richter (Wed Feb 28 2018 - 08:33:55 EST)
- Re: [PATCH v3] usb: host: ehci-platform: add support for optional external vbus supply Robin Murphy (Wed Feb 28 2018 - 08:34:01 EST)
- [PATCH] fw_cfg: avoid unused function warning Arnd Bergmann (Wed Feb 28 2018 - 08:34:17 EST)
- Re: [PATCH v4 3/3] PCI: endpoint: pci_epf_create: remove goto labels Lorenzo Pieralisi (Wed Feb 28 2018 - 08:34:49 EST)
- [PATCH] ext2: fix FS_IOMAP dependency Arnd Bergmann (Wed Feb 28 2018 - 08:37:25 EST)
- [RESEND PATCH 5/6] input: usbtouchscreen: fix deadlock in autosuspend Marcus Folkesson (Wed Feb 28 2018 - 08:38:28 EST)
- [RESEND PATCH 6/6] input: usbtouchscreen: do not rely on input_dev->users Marcus Folkesson (Wed Feb 28 2018 - 08:38:36 EST)
- [RESEND PATCH 3/6] input: pagasus_notetaker: fix deadlock in autosuspend Marcus Folkesson (Wed Feb 28 2018 - 08:38:52 EST)
- [RESEND PATCH 4/6] input: pegasus_notetaker: do not rely on input_dev->users Marcus Folkesson (Wed Feb 28 2018 - 08:39:06 EST)
- [RESEND PATCH 1/6] input: synaptics_usb: fix deadlock in autosuspend Marcus Folkesson (Wed Feb 28 2018 - 08:39:17 EST)
- [RESEND PATCH 2/6] input: synaptics_usb: do not rely on input_dev->users Marcus Folkesson (Wed Feb 28 2018 - 08:39:31 EST)
- Fix deadlocks in autosuspend Marcus Folkesson (Wed Feb 28 2018 - 08:39:42 EST)
- RE: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Shameerali Kolothum Thodi (Wed Feb 28 2018 - 08:40:02 EST)
- [PATCH] tinydrm: add backlight dependency Arnd Bergmann (Wed Feb 28 2018 - 08:42:16 EST)
- [PATCH 0/3] x86/kvm/hyper-v: More fixes for TSC page clocksource for Hyper-V on KVM Vitaly Kuznetsov (Wed Feb 28 2018 - 08:44:12 EST)
- [PATCH 1/3] x86/kvm/hyper-v: add reenlightenment MSRs support Vitaly Kuznetsov (Wed Feb 28 2018 - 08:44:17 EST)
- [PATCH 3/3] x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked Vitaly Kuznetsov (Wed Feb 28 2018 - 08:44:20 EST)
- Re: [PATCH v5 6/6] drm/bridge/sii8620: use micro-USB cable detection logic to detect MHL Andrzej Hajda (Wed Feb 28 2018 - 08:44:31 EST)
- [PATCH 2/3] x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vector change Vitaly Kuznetsov (Wed Feb 28 2018 - 08:45:07 EST)
- [PATCH] gpio: raspberrypi-ext: fix firmware dependency Arnd Bergmann (Wed Feb 28 2018 - 08:48:40 EST)
- Re: [RFC 3/3] perf pmu: Restore auto-merging of PMU events created by prefix match Agustin Vega-Frias (Wed Feb 28 2018 - 08:50:09 EST)
- Re: [PATCH] arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset) Marc Zyngier (Wed Feb 28 2018 - 08:51:41 EST)
- Re: [f2fs-dev] [PATCH 1/5 v2] f2fs: add mount option for segment allocation policy Chao Yu (Wed Feb 28 2018 - 08:52:39 EST)
- Re: [f2fs-dev] [PATCH 1/5 v2] f2fs: add mount option for segment allocation policy Chao Yu (Wed Feb 28 2018 - 08:53:02 EST)
- Re: Regression in IPMI on 4.15.6 Corey Minyard (Wed Feb 28 2018 - 08:53:15 EST)
- Re: [PATCH 7/7] x86/microcode: Synchronize late microcode loading Henrique de Moraes Holschuh (Wed Feb 28 2018 - 08:59:48 EST)
- Re: [PATCH] arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset) Marc Zyngier (Wed Feb 28 2018 - 09:01:23 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Michael S. Tsirkin (Wed Feb 28 2018 - 09:01:30 EST)
- [PATCH] f2fs: fix to restore whint_mode in ->remount_fs Chao Yu (Wed Feb 28 2018 - 09:01:33 EST)
- [PATCH] arm64: defconfig: Enable typec-phy and extcon-usbc-cros-ec for rk3399 Enric Balletbo i Serra (Wed Feb 28 2018 - 09:03:03 EST)
- Re: [PATCH] net: ipv4: avoid unused variable warning for sysctl Sabrina Dubroca (Wed Feb 28 2018 - 09:04:36 EST)
- [tip:x86/apic] x86/apic: Move pending intr check code into it's own function tip-bot for Dou Liyang (Wed Feb 28 2018 - 09:07:08 EST)
- [tip:x86/apic] x86/apic: Replace common tools with new ones tip-bot for Dou Liyang (Wed Feb 28 2018 - 09:07:34 EST)
- Re: [PATCH] soc: rockchip: power-domain: remove PM clocks Tomasz Figa (Wed Feb 28 2018 - 09:08:13 EST)
- Re: [Xen-devel] [PATCH 0/9] drm/xen-front: Add support for Xen PV display frontend Julien Grall (Wed Feb 28 2018 - 09:08:23 EST)
- [PATCH] clk: mvebu: cp110: Fix clock tree representation Gregory CLEMENT (Wed Feb 28 2018 - 09:08:33 EST)
- Re: [PATCH 7/7] x86/microcode: Synchronize late microcode loading Borislav Petkov (Wed Feb 28 2018 - 09:08:39 EST)
- Re: NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out Siva Reddy Kallam (Wed Feb 28 2018 - 09:10:41 EST)
- [tip:x86/apic] x86/apic: Move pending intr check code into it's own function tip-bot for Dou Liyang (Wed Feb 28 2018 - 09:13:00 EST)
- [tip:x86/apic] x86/apic: Replace common tools with new ones tip-bot for Dou Liyang (Wed Feb 28 2018 - 09:13:25 EST)
- Re: [PATCH] clk: tegra: fix pllu rate configuration Peter De Schrijver (Wed Feb 28 2018 - 09:15:02 EST)
- Re: Regression in IPMI on 4.15.6 Corey Minyard (Wed Feb 28 2018 - 09:17:20 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Jason Wang (Wed Feb 28 2018 - 09:20:49 EST)
- Re: [PATCH v3 1/3] PCI: endpoint: Handle 64-bit BARs properly Lorenzo Pieralisi (Wed Feb 28 2018 - 09:21:59 EST)
- [tip:x86/urgent] x86/entry/64: Add instruction suffix tip-bot for Jan Beulich (Wed Feb 28 2018 - 09:22:30 EST)
- [tip:x86/urgent] x86/refcounts: Switch to UD2 for exceptions tip-bot for Kees Cook (Wed Feb 28 2018 - 09:22:37 EST)
- Re: [PATCH] fw_cfg: avoid unused function warning Marc-Andrà Lureau (Wed Feb 28 2018 - 09:23:00 EST)
- [tip:x86/urgent] x86/asm: Add instruction suffixes to bitops tip-bot for Jan Beulich (Wed Feb 28 2018 - 09:23:09 EST)
- Re: [RFC 0/4] trace_uprobe: Support SDT markers having semaphore Masami Hiramatsu (Wed Feb 28 2018 - 09:26:02 EST)
- Re: [PATCH v1] extcon: int3496: Ignore incorrect IoRestriction for ID pin Andy Shevchenko (Wed Feb 28 2018 - 09:27:09 EST)
- [tip:x86/mm] x86/mm/sme: Disable stack protection for mem_encrypt_identity.c tip-bot for Tom Lendacky (Wed Feb 28 2018 - 09:28:15 EST)
- Re: [PATCH v1] extcon: int3496: Ignore incorrect IoRestriction for ID pin Hans de Goede (Wed Feb 28 2018 - 09:28:29 EST)
- [tip:locking/core] locking/lockdep: Show unadorned pointers tip-bot for Borislav Petkov (Wed Feb 28 2018 - 09:28:41 EST)
- [kernel-hardening] [PATCH 0/2] arm: Add ARCH_HAS_FORTIFY_SOURCE Jinbum Park (Wed Feb 28 2018 - 09:29:21 EST)
- Re: [PATCH 05/10] hwmon: generic-pwm-tachometer: Add generic PWM based tachometer Guenter Roeck (Wed Feb 28 2018 - 09:29:34 EST)
- [kernel-hardening] [PATCH 1/2] arm: mm: Define vdso_start, vdso_end as array Jinbum Park (Wed Feb 28 2018 - 09:30:05 EST)
- [kernel-hardening] [PATCH 2/2] arm: Kconfig: Add ARCH_HAS_FORTIFY_SOURCE Jinbum Park (Wed Feb 28 2018 - 09:30:51 EST)
- Re: [PATCH v6] reset: add support for non-DT systems Philipp Zabel (Wed Feb 28 2018 - 09:31:39 EST)
- Re: [PATCH] watchdog: sbsa: use 32-bit read for WCV Guenter Roeck (Wed Feb 28 2018 - 09:35:52 EST)
- Re: bcma: Prevent build of PCI host features in module Kalle Valo (Wed Feb 28 2018 - 09:36:54 EST)
- Re: bcma: add HP Stream Notebook Kalle Valo (Wed Feb 28 2018 - 09:37:52 EST)
- Re: [PATCH v3 05/43] drm/bridge: analogix_dp: Don't power bridge in analogix_dp_bind Heiko Stübner (Wed Feb 28 2018 - 09:38:02 EST)
- Re: ssb: Prevent build of PCI host features in module Kalle Valo (Wed Feb 28 2018 - 09:39:08 EST)
- Re: [PATCH 2/3] x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vector change Roman Kagan (Wed Feb 28 2018 - 09:39:22 EST)
- Re: [PATCH] Documentation/locking: Document the semantics of spin_is_locked() Paul E. McKenney (Wed Feb 28 2018 - 09:40:04 EST)
- Re: [PATCH 0/3] add CPUs OPPs to sun8i a83t Maxime Ripard (Wed Feb 28 2018 - 09:40:20 EST)
- [PATCH v4 00/22] Verbatim device names and devm_nvmem_(un)register() Andrey Smirnov (Wed Feb 28 2018 - 09:41:33 EST)
- [PATCH v4 02/22] nvmem: core: Allow specifying device name verbatim Andrey Smirnov (Wed Feb 28 2018 - 09:41:35 EST)
- [PATCH v4 11/22] nvmem: meson-mx-efuse: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:41:51 EST)
- [PATCH v4 22/22] nvmem: bcm-ocotp: Do not use "&pdev->dev" explicitly Andrey Smirnov (Wed Feb 28 2018 - 09:42:04 EST)
- [PATCH v4 21/22] nvmem: imx-iim: Do not use "&pdev->dev" explicitly Andrey Smirnov (Wed Feb 28 2018 - 09:42:14 EST)
- [PATCH v4 16/22] nvmem: meson-efuse: Do no gate COMPILE_TEST with MESON_SM Andrey Smirnov (Wed Feb 28 2018 - 09:42:26 EST)
- [PATCH v4 20/22] nvmem: rockchip-efuse: Do not use "&pdev->dev" explicitly Andrey Smirnov (Wed Feb 28 2018 - 09:42:40 EST)
- [PATCH v4 19/22] nvmem: vf610-ocotp: Do not use "&pdev->dev" explicitly Andrey Smirnov (Wed Feb 28 2018 - 09:42:53 EST)
- [PATCH v4 17/22] nvmem: snvs_lpgpr: Convert commas to semicolons Andrey Smirnov (Wed Feb 28 2018 - 09:43:10 EST)
- [PATCH v4 14/22] nvmem: imx-iim: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:43:21 EST)
- [PATCH v4 18/22] nvmem: rockchip-efuse: Make use of of_device_get_match_data() Andrey Smirnov (Wed Feb 28 2018 - 09:43:24 EST)
- Re: [PATCH v2 0/2] MCB Update for v4.17 Andy Shevchenko (Wed Feb 28 2018 - 09:43:44 EST)
- [PATCH v4 15/22] nvmem: bcm-ocotp: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:44:03 EST)
- Re: [PATCH v3] Input: gpio_keys: Add level trigger support for GPIO keys Arnd Bergmann (Wed Feb 28 2018 - 09:44:26 EST)
- Re: [RFC 0/4] Add support for the Gateworks System Controller Andrew Lunn (Wed Feb 28 2018 - 09:44:37 EST)
- [PATCH v4 13/22] nvmem: lpc18xx_otp: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:45:01 EST)
- [PATCH v4 07/22] nvmem: snvs_lgpr: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:45:14 EST)
- [PATCH v4 12/22] nvmem: meson-efuse: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:45:25 EST)
- [PATCH v4 04/22] nvmem: vf610-ocotp: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:45:40 EST)
- Re: Build regressions/improvements in v4.16-rc3 Christian Zigotzky (Wed Feb 28 2018 - 09:45:55 EST)
- Re: [PATCH] hwmon: g762: handle cleanup with devm_add_action Guenter Roeck (Wed Feb 28 2018 - 09:46:06 EST)
- Re: [PATCH v4 3/3] PCI: endpoint: pci_epf_create: remove goto labels Rolf Evers-Fischer (Wed Feb 28 2018 - 09:46:25 EST)
- [PATCH v4 10/22] nvmem: mtk-efuse: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:46:38 EST)
- [PATCH v4 05/22] nvmem: imx-ocotp: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:46:47 EST)
- [PATCH v4 08/22] nvmem: qfprom: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:47:05 EST)
- [PATCH v4 09/22] nvmem: rockchip-efuse: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:47:25 EST)
- Re: [PATCH v4] usb: core: Add "quirks" parameter for usbcore Matthew Wilcox (Wed Feb 28 2018 - 09:47:40 EST)
- [PATCH v4 06/22] nvmem: uniphier-efuse: Convert to use devm_nvmem_register() Andrey Smirnov (Wed Feb 28 2018 - 09:47:59 EST)
- [PATCH v4 03/22] nvmem: Introduce devm_nvmem_(un)register() Andrey Smirnov (Wed Feb 28 2018 - 09:48:19 EST)
- [PATCH v4 01/22] nvmem: Document struct nvmem_config Andrey Smirnov (Wed Feb 28 2018 - 09:48:46 EST)
- Re: [PATCH] kbuild/kallsyms: trivial typo fix Masahiro Yamada (Wed Feb 28 2018 - 09:49:37 EST)
- bpf: mismatch between inode->i_private and inode->i_op Sodagudi Prasad (Wed Feb 28 2018 - 09:51:27 EST)
- Re: [PATCH v3 05/43] drm/bridge: analogix_dp: Don't power bridge in analogix_dp_bind Marc Zyngier (Wed Feb 28 2018 - 09:54:44 EST)
- [PATCH 2/3] Documentation: at91: Update Microchip SoC documentation Nicolas Ferre (Wed Feb 28 2018 - 09:55:30 EST)
- [PATCH 1/3] MAINTAINERS: ARM: at91: update entry for ARM/Microchip Nicolas Ferre (Wed Feb 28 2018 - 09:55:50 EST)
- [PATCH 3/3] ARM: at91: Kconfig: Update company to Microchip Nicolas Ferre (Wed Feb 28 2018 - 09:55:53 EST)
- Re: [PATCH] xen/pirq: fix error path cleanup when binding MSIs Boris Ostrovsky (Wed Feb 28 2018 - 09:56:24 EST)
- Re: [PATCH v3 05/43] drm/bridge: analogix_dp: Don't power bridge in analogix_dp_bind Heiko Stübner (Wed Feb 28 2018 - 09:56:32 EST)
- Re: rtl8187: Fix NULL pointer dereference in priv->conf_mutex Kalle Valo (Wed Feb 28 2018 - 09:58:26 EST)
- Re: [PATCH v1] extcon: int3496: Ignore incorrect IoRestriction for ID pin Hans de Goede (Wed Feb 28 2018 - 10:01:21 EST)
- [PATCH] x86/mm: Avoid paravirtualization calls in native_set_p4d() Kirill A. Shutemov (Wed Feb 28 2018 - 10:01:53 EST)
- Re: [PATCH] Documentation: Update ncurses package names for menuconfig Masahiro Yamada (Wed Feb 28 2018 - 10:05:19 EST)
- Re: [PATCH v3 1/2] iio: light: add driver for bh1730fvc chips Andy Shevchenko (Wed Feb 28 2018 - 10:06:19 EST)
- [PATCH v16 00/11] fw_cfg: add DMA operations & etc/vmcoreinfo support Marc-Andrà Lureau (Wed Feb 28 2018 - 10:06:24 EST)
- [PATCH v16 02/11] fw_cfg: fix sparse warnings with fw_cfg_file Marc-Andrà Lureau (Wed Feb 28 2018 - 10:06:35 EST)
- [PATCH v16 03/11] fw_cfg: fix sparse warning reading FW_CFG_ID Marc-Andrà Lureau (Wed Feb 28 2018 - 10:06:43 EST)
- [PATCH v16 07/11] fw_cfg: add a public uapi header Marc-Andrà Lureau (Wed Feb 28 2018 - 10:06:55 EST)
- [PATCH v16 08/11] fw_cfg: add DMA register Marc-Andrà Lureau (Wed Feb 28 2018 - 10:07:02 EST)
- [PATCH v16 09/11] crash: export paddr_vmcoreinfo_note() Marc-Andrà Lureau (Wed Feb 28 2018 - 10:07:14 EST)
- [PATCH v16 11/11] RFC: fw_cfg: do DMA read operation Marc-Andrà Lureau (Wed Feb 28 2018 - 10:07:18 EST)
- [tip:x86/pti] x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend tip-bot for Juergen Gross (Wed Feb 28 2018 - 10:07:24 EST)
- [PATCH v16 10/11] fw_cfg: write vmcoreinfo details Marc-Andrà Lureau (Wed Feb 28 2018 - 10:07:52 EST)
- [PATCH v5 00/12] USB Type-C device-connection, mux and switch support Hans de Goede (Wed Feb 28 2018 - 10:08:02 EST)
- [PATCH v5 02/12] usb: typec: Start using ERR_PTR Hans de Goede (Wed Feb 28 2018 - 10:08:06 EST)
- [PATCH v5 03/12] usb: typec: API for controlling USB Type-C Multiplexers Hans de Goede (Wed Feb 28 2018 - 10:08:08 EST)
- [PATCH v5 09/12] usb: roles: Add Intel xHCI USB role switch driver Hans de Goede (Wed Feb 28 2018 - 10:08:24 EST)
- [PATCH v5 12/12] extcon: axp288: Set USB role where necessary Hans de Goede (Wed Feb 28 2018 - 10:08:31 EST)
- [PATCH v5 11/12] platform/x86: intel_cht_int33fe: Add device connections for the Type-C port Hans de Goede (Wed Feb 28 2018 - 10:08:43 EST)
- [PATCH v5 10/12] usb: typec: driver for Pericom PI3USB30532 Type-C cross switch Hans de Goede (Wed Feb 28 2018 - 10:09:10 EST)
- [PATCH v5 04/12] usb: common: Small class for USB role switches Hans de Goede (Wed Feb 28 2018 - 10:09:26 EST)
- [PATCH v5 05/12] usb: typec: tcpm: Set USB role switch to device mode when configured as such Hans de Goede (Wed Feb 28 2018 - 10:09:37 EST)
- [tip:x86/pti] objtool: Fix another switch table detection issue tip-bot for Josh Poimboeuf (Wed Feb 28 2018 - 10:09:50 EST)
- [PATCH v5 08/12] xhci: Add Intel extended cap / otg phy mux handling Hans de Goede (Wed Feb 28 2018 - 10:09:58 EST)
- Re: [PATCH 0/3] console: Expand dummy functions for CFI Bartlomiej Zolnierkiewicz (Wed Feb 28 2018 - 10:10:04 EST)
- Re: [PATCH 1/2] stackleak: Update for arm64 Alexander Popov (Wed Feb 28 2018 - 10:10:10 EST)
- Re: [PATCH 1/1] iommu/vt-d: Fix a potential memory leak Jacob Pan (Wed Feb 28 2018 - 10:10:49 EST)
- [PATCH v5 07/12] xhci: Add option to get next extended capability in list by passing id = 0 Hans de Goede (Wed Feb 28 2018 - 10:11:10 EST)
- [PATCH v5 06/12] usb: typec: tcpm: Use new Type-C switch/mux and usb-role-switch functions Hans de Goede (Wed Feb 28 2018 - 10:11:27 EST)
- RE: [PATCH v2 0/8] Decode IA32/X64 CPER Ghannam, Yazen (Wed Feb 28 2018 - 10:12:20 EST)
- [PATCH v5 01/12] drivers: base: Unified device connection lookup Hans de Goede (Wed Feb 28 2018 - 10:12:40 EST)
- [PATCH v16 05/11] fw_cfg: remove inline from fw_cfg_read_blob() Marc-Andrà Lureau (Wed Feb 28 2018 - 10:13:07 EST)
- [PATCH v16 06/11] fw_cfg: handle fw_cfg_read_blob() error Marc-Andrà Lureau (Wed Feb 28 2018 - 10:13:22 EST)
- Re: [PATCH v4 01/12] drivers: base: Unified device connection lookup Hans de Goede (Wed Feb 28 2018 - 10:13:32 EST)
- [PATCH v16 04/11] fw_cfg: fix sparse warnings around FW_CFG_FILE_DIR read Marc-Andrà Lureau (Wed Feb 28 2018 - 10:13:57 EST)
- Re: [PATCH v5 08/13] iommu/rockchip: Control clocks needed to access the IOMMU Robin Murphy (Wed Feb 28 2018 - 10:14:12 EST)
- [PATCH v16 01/11] fw_cfg: fix sparse warnings in fw_cfg_sel_endianness() Marc-Andrà Lureau (Wed Feb 28 2018 - 10:14:23 EST)
- Re: [PATCH 0/3] console: Expand dummy functions for CFI Bartlomiej Zolnierkiewicz (Wed Feb 28 2018 - 10:14:53 EST)
- Re: [PATCH v5 08/12] xhci: Add Intel extended cap / otg phy mux handling Heikki Krogerus (Wed Feb 28 2018 - 10:16:10 EST)
- Re: [PATCH] Documentation/locking: Document the semantics of spin_is_locked() Alan Stern (Wed Feb 28 2018 - 10:16:43 EST)
- Re: [PATCH v6] rtc: isl12026: Add driver. Alexandre Belloni (Wed Feb 28 2018 - 10:17:11 EST)
- Re: [PATCH v1 4/4] pci: Re-use new dmi_get_bios_year() helper Bjorn Helgaas (Wed Feb 28 2018 - 10:17:22 EST)
- Re: [PATCH 3/3] x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked Roman Kagan (Wed Feb 28 2018 - 10:19:06 EST)
- Re: [Xen-devel] [PATCH] xen-netfront: Fix hang on device removal Boris Ostrovsky (Wed Feb 28 2018 - 10:19:57 EST)
- Re: bpf: mismatch between inode->i_private and inode->i_op Daniel Borkmann (Wed Feb 28 2018 - 10:20:52 EST)
- Re: [PATCH v3 05/43] drm/bridge: analogix_dp: Don't power bridge in analogix_dp_bind Heiko Stübner (Wed Feb 28 2018 - 10:21:18 EST)
- [PATCH 3.2 006/140] scsi: dma-mapping: always provide dma_get_cache_alignment Ben Hutchings (Wed Feb 28 2018 - 10:22:20 EST)
- [PATCH 3.2 011/140] USB: serial: option: add Quectel BG96 id Ben Hutchings (Wed Feb 28 2018 - 10:22:28 EST)
- [PATCH 3.2 002/140] KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state Ben Hutchings (Wed Feb 28 2018 - 10:22:41 EST)
- [PATCH 3.16 065/254] btrfs: Fix possible off-by-one in btrfs_search_path_in_tree Ben Hutchings (Wed Feb 28 2018 - 10:22:51 EST)
- [PATCH 3.16 038/254] mfd: twl6040: Fix child-node lookup Ben Hutchings (Wed Feb 28 2018 - 10:22:57 EST)
- [PATCH 3.16 075/254] X.509: fix buffer overflow detection in sprint_oid() Ben Hutchings (Wed Feb 28 2018 - 10:23:05 EST)
- [PATCH 3.2 053/140] net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks Ben Hutchings (Wed Feb 28 2018 - 10:23:34 EST)
- [PATCH 3.2 052/140] net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well. Ben Hutchings (Wed Feb 28 2018 - 10:23:46 EST)
- [PATCH 3.2 061/140] usbip: fix usbip bind writing random string after command in match_busid Ben Hutchings (Wed Feb 28 2018 - 10:23:58 EST)
- [PATCH 3.2 047/140] nfsd: auth: Fix gid sorting when rootsquash enabled Ben Hutchings (Wed Feb 28 2018 - 10:24:19 EST)
- [PATCH 3.2 044/140] KVM: X86: Fix load RFLAGS w/o the fixed bit Ben Hutchings (Wed Feb 28 2018 - 10:24:31 EST)
- Re: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Alex Williamson (Wed Feb 28 2018 - 10:24:39 EST)
- [PATCH 3.2 050/140] PCI / PM: Force devices to D0 in pci_pm_thaw_noirq() Ben Hutchings (Wed Feb 28 2018 - 10:24:58 EST)
- [PATCH 3.2 046/140] kernel: make groups_sort calling a responsibility group_info allocators Ben Hutchings (Wed Feb 28 2018 - 10:25:11 EST)
- [PATCH 3.2 045/140] ALSA: rawmidi: Avoid racy info ioctl via ctl device Ben Hutchings (Wed Feb 28 2018 - 10:25:30 EST)
- [PATCH 3.2 043/140] tcp md5sig: Use skb's saddr when replying to an incoming segment Ben Hutchings (Wed Feb 28 2018 - 10:25:52 EST)
- [PATCH 3.2 064/140] n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD) Ben Hutchings (Wed Feb 28 2018 - 10:26:10 EST)
- [PATCH 3.2 041/140] net: ipv4: fix for a race condition in raw_sendmsg Ben Hutchings (Wed Feb 28 2018 - 10:26:32 EST)
- [PATCH 3.2 039/140] ipv4: Use standard iovec primitive in raw_probe_proto_opt Ben Hutchings (Wed Feb 28 2018 - 10:26:50 EST)
- [PATCH 3.2 035/140] can: ems_usb: cancel urb on -EPIPE and -EPROTO Ben Hutchings (Wed Feb 28 2018 - 10:27:22 EST)
- Re: [PATCH] nvme-pci: assign separate irq vectors for adminq and ioq0 Keith Busch (Wed Feb 28 2018 - 10:27:33 EST)
- [PATCH v2 0/2] media: Introduce Omnivision OV2680 driver Rui Miguel Silva (Wed Feb 28 2018 - 10:27:53 EST)
- [PATCH v2 1/2] media: ov2680: dt: Add bindings for OV2680 Rui Miguel Silva (Wed Feb 28 2018 - 10:28:03 EST)
- [PATCH v2 2/2] media: ov2680: Add Omnivision OV2680 sensor driver Rui Miguel Silva (Wed Feb 28 2018 - 10:28:27 EST)
- Re: [PATCH 0/3] console: Expand dummy functions for CFI Greg Kroah-Hartman (Wed Feb 28 2018 - 10:29:04 EST)
- Re: [PATCH v2 0/6] kconfig: some clean-ups and rename silentoldconfig Masahiro Yamada (Wed Feb 28 2018 - 10:29:51 EST)
- Re: [PATCH net] virtio-net: disable NAPI only when enabled during XDP set Michael S. Tsirkin (Wed Feb 28 2018 - 10:30:08 EST)
- [PATCH 3.2 036/140] can: esd_usb2: cancel urb on -EPIPE and -EPROTO Ben Hutchings (Wed Feb 28 2018 - 10:31:10 EST)
- [PATCH 3.2 031/140] net_sched: red: Avoid illegal values Ben Hutchings (Wed Feb 28 2018 - 10:31:28 EST)
- [PATCH 3.2 034/140] btrfs: Fix possible off-by-one in btrfs_search_path_in_tree Ben Hutchings (Wed Feb 28 2018 - 10:31:44 EST)
- [PATCH 3.2 040/140] ipv4: Avoid reading user iov twice after raw_probe_proto_opt Ben Hutchings (Wed Feb 28 2018 - 10:31:58 EST)
- [PATCH 3.2 038/140] xhci: Don't add a virt_dev to the devs array before it's fully allocated Ben Hutchings (Wed Feb 28 2018 - 10:32:13 EST)
- [PATCH 3.16 007/254] btrfs: clear space cache inode generation always Ben Hutchings (Wed Feb 28 2018 - 10:32:34 EST)
- [PATCH 3.16 006/254] iommu/vt-d: Fix scatterlist offset handling Ben Hutchings (Wed Feb 28 2018 - 10:32:44 EST)
- [PATCH 3.2 056/140] USB: serial: option: adding support for YUGA CLM920-NC5 Ben Hutchings (Wed Feb 28 2018 - 10:32:58 EST)
- Re: [PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range Auger Eric (Wed Feb 28 2018 - 10:33:07 EST)
- RE: [PATCH 4.9 09/66] KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2 Ioana Ciornei (Wed Feb 28 2018 - 10:33:15 EST)
- Re: [PATCH v15 08/11] fw_cfg: handle fw_cfg_read_blob() error Michael S. Tsirkin (Wed Feb 28 2018 - 10:33:35 EST)
- Re: [PATCH v2 05/15] s390: vfio-ap: base implementation of VFIO AP device driver Pierre Morel (Wed Feb 28 2018 - 10:33:56 EST)
- [PATCH 3.16 008/254] scsi: dma-mapping: always provide dma_get_cache_alignment Ben Hutchings (Wed Feb 28 2018 - 10:34:18 EST)
- Re: [PATCH v15 10/11] fw_cfg: write vmcoreinfo details Michael S. Tsirkin (Wed Feb 28 2018 - 10:34:27 EST)
- [PATCH 3.16 026/254] uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devices Ben Hutchings (Wed Feb 28 2018 - 10:34:55 EST)
- [PATCH 3.16 014/254] ASoC: fsl_ssi: add AC'97 ops setting check and cleanup Ben Hutchings (Wed Feb 28 2018 - 10:35:07 EST)
- Re: [PATCH v15 11/11] RFC: fw_cfg: do DMA read operation Michael S. Tsirkin (Wed Feb 28 2018 - 10:35:19 EST)
- [PATCH 3.2 093/140] SolutionEngine771x: fix Ether platform data Ben Hutchings (Wed Feb 28 2018 - 10:35:33 EST)
- [PATCH 3.16 034/254] arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one Ben Hutchings (Wed Feb 28 2018 - 10:35:44 EST)
- [PATCH 3.2 032/140] ALSA: pcm: prevent UAF in snd_pcm_info Ben Hutchings (Wed Feb 28 2018 - 10:35:58 EST)
- Re: [PATCH 3/3] x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked Vitaly Kuznetsov (Wed Feb 28 2018 - 10:36:10 EST)
- [PATCH 3.16 021/254] USB: usbfs: Filter flags passed in from user space Ben Hutchings (Wed Feb 28 2018 - 10:36:29 EST)
- [PATCH 3.16 040/254] media: dvb: i2c transfers over usb cannot be done from stack Ben Hutchings (Wed Feb 28 2018 - 10:36:51 EST)
- [PATCH 3.16 043/254] can: kvaser_usb: ratelimit errors if incomplete messages are received Ben Hutchings (Wed Feb 28 2018 - 10:37:07 EST)
- [PATCH 3.16 055/254] s390: always save and restore all registers on context switch Ben Hutchings (Wed Feb 28 2018 - 10:37:20 EST)
- [PATCH 3.16 039/254] ALSA: seq: Remove spurious WARN_ON() at timer check Ben Hutchings (Wed Feb 28 2018 - 10:37:30 EST)
- [PATCH 3.16 036/254] mfd: cros ec: spi: Don't send first message too soon Ben Hutchings (Wed Feb 28 2018 - 10:37:46 EST)
- [PATCH 3.2 033/140] kdb: Fix handling of kallsyms_symbol_next() return value Ben Hutchings (Wed Feb 28 2018 - 10:38:02 EST)
- Re: [PATCH 05/11] kexec_file: Use read-only sections in arch_kexec_apply_relocations* kbuild test robot (Wed Feb 28 2018 - 10:38:09 EST)
- [PATCH 3.16 033/254] arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one Ben Hutchings (Wed Feb 28 2018 - 10:38:34 EST)
- [PATCH 3.16 053/254] dm mpath: simplify failure path of dm_multipath_init() Ben Hutchings (Wed Feb 28 2018 - 10:38:46 EST)
- [PATCH 3.16 064/254] Btrfs: disable FUA if mounted with nobarrier Ben Hutchings (Wed Feb 28 2018 - 10:39:12 EST)
- [PATCH 3.16 063/254] btrfs: fix missing error return in btrfs_drop_snapshot Ben Hutchings (Wed Feb 28 2018 - 10:39:25 EST)
- [PATCH 3.2 037/140] USB: uas and storage: Add US_FL_BROKEN_FUA for another JMicron JMS567 ID Ben Hutchings (Wed Feb 28 2018 - 10:39:39 EST)
- Re: [PATCH 0/2] ESRT fixes for relocatable kexec'd kernel Jeffrey Hugo (Wed Feb 28 2018 - 10:39:49 EST)
- [PATCH 3.16 077/254] usb: musb: da8xx: fix babble condition handling Ben Hutchings (Wed Feb 28 2018 - 10:40:08 EST)
- [PATCH 3.16 035/254] quota: Check for register_shrinker() failure. Ben Hutchings (Wed Feb 28 2018 - 10:40:18 EST)
- Re: [PATCH 2/2] serial: stm32: update interrupt initialization Andy Shevchenko (Wed Feb 28 2018 - 10:40:25 EST)
- Re: [PATCH] drm/drm_ioctl.c: Test client capability value early when setting. Ville Syrjälä (Wed Feb 28 2018 - 10:40:50 EST)
- [PATCH 3.16 037/254] mfd: twl4030-audio: Fix sibling-node lookup Ben Hutchings (Wed Feb 28 2018 - 10:41:06 EST)
- [PATCH 3.16 013/254] USB: serial: option: add Quectel BG96 id Ben Hutchings (Wed Feb 28 2018 - 10:41:21 EST)
- Re: [PATCH 2/2] serial: stm32: update interrupt initialization Andy Shevchenko (Wed Feb 28 2018 - 10:41:24 EST)
- [PATCH 3.16 042/254] can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback() Ben Hutchings (Wed Feb 28 2018 - 10:41:49 EST)
- Re: [PATCH v15 11/11] RFC: fw_cfg: do DMA read operation Marc-Andrà Lureau (Wed Feb 28 2018 - 10:41:58 EST)
- [PATCH 3.2 060/140] usbip: prevent leaking socket pointer address in messages Ben Hutchings (Wed Feb 28 2018 - 10:42:24 EST)
- Re: [PATCH v5 08/12] xhci: Add Intel extended cap / otg phy mux handling Hans de Goede (Wed Feb 28 2018 - 10:42:40 EST)
- [PATCH 3.2 065/140] iw_cxgb4: Only validate the MSN for successful completions Ben Hutchings (Wed Feb 28 2018 - 10:43:06 EST)
- Re: [RFC PATCH v2] ptr_ring: linked list fallback Michael S. Tsirkin (Wed Feb 28 2018 - 10:43:12 EST)
- Re: [PATCH] nvme-pci: assign separate irq vectors for adminq and ioq0 jianchao.wang (Wed Feb 28 2018 - 10:43:21 EST)
- Re: [PATCH 1/3] MAINTAINERS: ARM: at91: update entry for ARM/Microchip Alexandre Belloni (Wed Feb 28 2018 - 10:43:38 EST)
- [PATCH 3.2 049/140] parisc: Hide Diva-built-in serial aux and graphics card Ben Hutchings (Wed Feb 28 2018 - 10:44:05 EST)
- [PATCH 3.2 058/140] usbip: vhci: stop printing kernel pointer addresses in messages Ben Hutchings (Wed Feb 28 2018 - 10:44:17 EST)
- [PATCH 3.2 059/140] usbip: stub: stop printing kernel pointer addresses in messages Ben Hutchings (Wed Feb 28 2018 - 10:44:30 EST)
- [PATCH 3.2 069/140] include/stddef.h: Move offsetofend() from vfio.h to a generic kernel header Ben Hutchings (Wed Feb 28 2018 - 10:44:47 EST)
- Re: [PATCH] drm/drm_ioctl.c: Test client capability value early when setting. Liviu Dudau (Wed Feb 28 2018 - 10:44:53 EST)
- [PATCH 3.2 066/140] crypto: n2 - cure use after free Ben Hutchings (Wed Feb 28 2018 - 10:45:12 EST)
- [PATCH 3.2 063/140] usb: Add device quirk for Logitech HD Pro Webcam C925e Ben Hutchings (Wed Feb 28 2018 - 10:45:30 EST)
- Re: [PATCH v2 4/6] x86: Consolidate PCI_MMCONFIG configs Andy Shevchenko (Wed Feb 28 2018 - 10:45:45 EST)
- [PATCH 3.2 055/140] xfrm: Reinject transport-mode packets through tasklet Ben Hutchings (Wed Feb 28 2018 - 10:46:05 EST)
- [PATCH 3.2 078/140] mmc: s3mci: mark debug_regs[] as static Ben Hutchings (Wed Feb 28 2018 - 10:46:20 EST)
- [PATCH 3.2 054/140] ALSA: usb-audio: Fix the missing ctl name suffix at parsing SU Ben Hutchings (Wed Feb 28 2018 - 10:46:33 EST)
- [PATCH 3.2 062/140] usb: add RESET_RESUME for ELSA MicroLink 56K Ben Hutchings (Wed Feb 28 2018 - 10:46:51 EST)
- Re: [PATCH 4.9 09/66] KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2 Punit Agrawal (Wed Feb 28 2018 - 10:47:06 EST)
- [PATCH 3.2 051/140] ACPI: APEI / ERST: Fix missing error handling in erst_reader() Ben Hutchings (Wed Feb 28 2018 - 10:47:17 EST)
- [PATCH 3.2 067/140] USB: serial: ftdi_sio: add id for Airbus DS P8GR Ben Hutchings (Wed Feb 28 2018 - 10:47:30 EST)
- [PATCH 3.2 084/140] xfrm: Use __skb_queue_tail in xfrm_trans_queue Ben Hutchings (Wed Feb 28 2018 - 10:47:47 EST)
- [PATCH 3.2 088/140] xfrm: Return error on unknown encap_type in init_state Ben Hutchings (Wed Feb 28 2018 - 10:47:52 EST)
- Re: [PATCH v4] mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems Andy Shevchenko (Wed Feb 28 2018 - 10:47:57 EST)
- [PATCH 3.16 220/254] can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once Ben Hutchings (Wed Feb 28 2018 - 10:48:07 EST)
- [PATCH V2 2/5] mmc: add stm32 sdmmc controller driver Ludovic Barre (Wed Feb 28 2018 - 10:48:17 EST)
- [PATCH 3.16 238/254] media: v4l2-compat-ioctl32.c: add capabilities field to, v4l2_input32 Ben Hutchings (Wed Feb 28 2018 - 10:48:20 EST)
- Re: [PATCH v15 11/11] RFC: fw_cfg: do DMA read operation Michael S. Tsirkin (Wed Feb 28 2018 - 10:48:30 EST)
- [PATCH 3.16 247/254] media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer Ben Hutchings (Wed Feb 28 2018 - 10:48:35 EST)
- [PATCH 3.16 177/254] ALSA: aloop: Fix racy hw constraints adjustment Ben Hutchings (Wed Feb 28 2018 - 10:48:45 EST)
- [PATCH 3.16 041/254] can: kvaser_usb: free buf in error paths Ben Hutchings (Wed Feb 28 2018 - 10:48:47 EST)
- Re: [PATCH 2/2] arm64: dts: juno: Describe the full GICv2m region Sudeep Holla (Wed Feb 28 2018 - 10:48:52 EST)
- [PATCH] arm64: dts: juno: fix size of GICv2m MSI frames Sudeep Holla (Wed Feb 28 2018 - 10:49:09 EST)
- [PATCH V2] nvme-pci: assign separate irq vectors for adminq and ioq0 Jianchao Wang (Wed Feb 28 2018 - 10:49:21 EST)
- [PATCH 3.16 194/254] uas: ignore UAS for Norelsys NS1068(X) chips Ben Hutchings (Wed Feb 28 2018 - 10:49:48 EST)
- [PATCH V4 00/15] lightnvm: pblk: implement 2.0 support Javier GonzÃlez (Wed Feb 28 2018 - 10:49:56 EST)
- [PATCH 04/15] lightnvm: add shorten OCSSD version in geo Javier GonzÃlez (Wed Feb 28 2018 - 10:50:06 EST)
- [PATCH 11/15] lightnvm: pblk: rename ppaf* to addrf* Javier GonzÃlez (Wed Feb 28 2018 - 10:50:15 EST)
- [PATCH 3.16 134/254] net/mlx5: Cleanup IRQs in case of unload failure Ben Hutchings (Wed Feb 28 2018 - 10:50:21 EST)
- [PATCH 3.16 078/254] USB: uas and storage: Add US_FL_BROKEN_FUA for another JMicron JMS567 ID Ben Hutchings (Wed Feb 28 2018 - 10:50:25 EST)
- [PATCH 3.16 030/254] sctp: force the params with right types for sctp csum apis Ben Hutchings (Wed Feb 28 2018 - 10:50:27 EST)
- [PATCH 3.16 210/254] sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf Ben Hutchings (Wed Feb 28 2018 - 10:50:32 EST)
- [PATCH 3.16 120/254] PCI / PM: Force devices to D0 in pci_pm_thaw_noirq() Ben Hutchings (Wed Feb 28 2018 - 10:50:57 EST)
- [PATCH 3.16 139/254] crypto: n2 - cure use after free Ben Hutchings (Wed Feb 28 2018 - 10:51:15 EST)
- Re: [PATCH 10/11] kexec_file: Allow archs to set purgatory load address kbuild test robot (Wed Feb 28 2018 - 10:51:26 EST)
- [PATCH 3.16 166/254] phy: Add helper function to check phy interface mode Ben Hutchings (Wed Feb 28 2018 - 10:51:42 EST)
- [PATCH 3.16 223/254] net: igmp: Use correct source address on IGMPv3 reports Ben Hutchings (Wed Feb 28 2018 - 10:51:51 EST)
- [PATCH 3.16 070/254] can: usb_8dev: cancel urb on -EPIPE and -EPROTO Ben Hutchings (Wed Feb 28 2018 - 10:51:57 EST)
- [PATCH 3.16 003/254] KVM: x86: Exit to user-mode on #UD intercept when emulator requires Ben Hutchings (Wed Feb 28 2018 - 10:52:06 EST)
- [PATCH 3.16 122/254] net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well. Ben Hutchings (Wed Feb 28 2018 - 10:52:12 EST)
- [PATCH 3.16 142/254] usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201 Ben Hutchings (Wed Feb 28 2018 - 10:52:16 EST)
- [PATCH 3.16 009/254] scsi: use dma_get_cache_alignment() as minimum DMA alignment Ben Hutchings (Wed Feb 28 2018 - 10:52:22 EST)
- [PATCH 3.16 213/254] KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in kvm_valid_sregs() Ben Hutchings (Wed Feb 28 2018 - 10:52:26 EST)
- [PATCH 3.16 185/254] Input: twl4030-vibra - fix ERROR: Bad of_node_put() warning Ben Hutchings (Wed Feb 28 2018 - 10:52:35 EST)
- [PATCH 3.16 020/254] usb: gadget: don't dereference g until after it has been null checked Ben Hutchings (Wed Feb 28 2018 - 10:52:43 EST)
- [PATCH 3.16 143/254] sctp: Replace use of sockets_allocated with specified macro. Ben Hutchings (Wed Feb 28 2018 - 10:52:49 EST)
- [PATCH 3.2 030/140] s390: always save and restore all registers on context switch Ben Hutchings (Wed Feb 28 2018 - 10:52:53 EST)
- [PATCH 3.16 179/254] x86/microcode/intel: Extend BDW late-loading with a revision check Ben Hutchings (Wed Feb 28 2018 - 10:52:58 EST)
- [PATCH 3.16 088/254] net: ipv4: fix for a race condition in raw_sendmsg Ben Hutchings (Wed Feb 28 2018 - 10:53:06 EST)
- [PATCH 3.16 123/254] net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks Ben Hutchings (Wed Feb 28 2018 - 10:53:12 EST)
- [PATCH 3.16 024/254] usb: hub: Cycle HUB power when initialization fails Ben Hutchings (Wed Feb 28 2018 - 10:53:19 EST)
- [PATCH 3.16 069/254] can: kvaser_usb: cancel urb on -EPIPE and -EPROTO Ben Hutchings (Wed Feb 28 2018 - 10:53:26 EST)
- [PATCH 3.16 246/254] media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32 Ben Hutchings (Wed Feb 28 2018 - 10:53:32 EST)
- [PATCH 3.16 193/254] USB: UDC core: fix double-free in usb_add_gadget_udc_release Ben Hutchings (Wed Feb 28 2018 - 10:53:41 EST)
- [PATCH 3.16 121/254] ACPI: APEI / ERST: Fix missing error handling in erst_reader() Ben Hutchings (Wed Feb 28 2018 - 10:53:52 EST)
- Re: [PATCH] nvme-pci: assign separate irq vectors for adminq and ioq0 Keith Busch (Wed Feb 28 2018 - 10:54:14 EST)
- [PATCH 3.16 022/254] usb: host: fix incorrect updating of offset Ben Hutchings (Wed Feb 28 2018 - 10:54:25 EST)
- [PATCH 3.16 236/254] [media] V4L2: fix VIDIOC_CREATE_BUFS 32-bit compatibility mode data copy-back Ben Hutchings (Wed Feb 28 2018 - 10:54:32 EST)
- Re: [PATCH] nvme-pci: assign separate irq vectors for adminq and ioq0 jianchao.wang (Wed Feb 28 2018 - 10:54:49 EST)
- [PATCH 3.16 195/254] net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg() Ben Hutchings (Wed Feb 28 2018 - 10:55:12 EST)
- [PATCH 3.16 000/254] 3.16.55-rc1 review Ben Hutchings (Wed Feb 28 2018 - 10:55:42 EST)
- [PATCH 3.16 109/254] MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSA Ben Hutchings (Wed Feb 28 2018 - 10:55:56 EST)
- Re: [PATCH] drm/sun4i: init dclk_min_div & dclk_max_div inside encoder init functions Maxime Ripard (Wed Feb 28 2018 - 10:56:07 EST)
- [PATCH 3.2 026/140] ALSA: usb-audio: Add check return value for usb_string() Ben Hutchings (Wed Feb 28 2018 - 10:56:23 EST)
- [PATCH] pinctrl: devicetree: Fix dt_to_map_one_config handling of hogs Richard Fitzgerald (Wed Feb 28 2018 - 10:56:50 EST)
- Re: [PATCH 2/2] drm/sun4i: Handle DRM_MODE_FLAG_**SYNC_POSITIVE correctly Giulio Benetti (Wed Feb 28 2018 - 10:57:04 EST)
- [PATCH 3.16 154/254] fscache: Fix the default for fscache_maybe_release_page() Ben Hutchings (Wed Feb 28 2018 - 10:57:18 EST)
- Re: [PATCH] drm/drm_ioctl.c: Test client capability value early when setting. Ville Syrjälä (Wed Feb 28 2018 - 10:57:24 EST)
- [PATCH 3.16 032/254] eeprom: at24: check at24_read/write arguments Ben Hutchings (Wed Feb 28 2018 - 10:57:30 EST)
- [PATCH V2] lightnvm: pblk: remove unused variable Javier GonzÃlez (Wed Feb 28 2018 - 10:57:38 EST)
- [PATCH 3.16 044/254] can: ti_hecc: Fix napi poll return value for repoll Ben Hutchings (Wed Feb 28 2018 - 10:57:48 EST)
- [PATCH 3.16 199/254] powerpc: Don't preempt_disable() in show_cpuinfo() Ben Hutchings (Wed Feb 28 2018 - 10:57:51 EST)
- [PATCH 3.16 186/254] Input: twl4030-vibra - fix sibling-node lookup Ben Hutchings (Wed Feb 28 2018 - 10:58:00 EST)
- [PATCH 3.16 060/254] arm64: fpsimd: Prevent registers leaking from dead tasks Ben Hutchings (Wed Feb 28 2018 - 10:58:07 EST)
- [PATCH 3.16 118/254] parisc: Hide Diva-built-in serial aux and graphics card Ben Hutchings (Wed Feb 28 2018 - 10:58:15 EST)
- Re: [PATCH] arm64: dts: juno: fix size of GICv2m MSI frames Sudeep Holla (Wed Feb 28 2018 - 10:58:23 EST)
- [PATCH 3.16 048/254] ext4: fix fdatasync(2) after fallocate(2) operation Ben Hutchings (Wed Feb 28 2018 - 10:58:35 EST)
- [PATCH 3.16 054/254] dm: fix various targets to dm_register_target after module __init resources created Ben Hutchings (Wed Feb 28 2018 - 10:58:41 EST)
- [PATCH 3.16 198/254] ALSA: hda - Apply the existing quirk to iMac 14,1 Ben Hutchings (Wed Feb 28 2018 - 10:58:49 EST)
- [PATCH 3.16 115/254] nfsd: auth: Fix gid sorting when rootsquash enabled Ben Hutchings (Wed Feb 28 2018 - 10:58:56 EST)
- [PATCH 3.16 203/254] usb: misc: usb3503: make sure reset is low for at least 100us Ben Hutchings (Wed Feb 28 2018 - 10:59:07 EST)
- [PATCH 3.16 189/254] Input: 88pm860x-ts - fix child-node lookup Ben Hutchings (Wed Feb 28 2018 - 10:59:16 EST)
- [PATCH 3.16 047/254] usb: xhci: fix panic in xhci_free_virt_devices_depth_first Ben Hutchings (Wed Feb 28 2018 - 10:59:21 EST)
- Re: [PATCH v2 04/15] KVM: s390: CPU model support for AP virtualization Tony Krowiak (Wed Feb 28 2018 - 10:59:32 EST)
- Re: [lkp-robot] [printk] c162d5b433: BUG:KASAN:use-after-scope_in_c Petr Mladek (Wed Feb 28 2018 - 10:59:52 EST)
- Re: [PATCH V2] nvme-pci: assign separate irq vectors for adminq and ioq0 Andy Shevchenko (Wed Feb 28 2018 - 11:00:08 EST)
- [PATCH 3.2 022/140] media: dvb: i2c transfers over usb cannot be done from stack Ben Hutchings (Wed Feb 28 2018 - 11:00:17 EST)
- [PATCH 3.16 159/254] IB/srpt: Disable RDMA access by the initiator Ben Hutchings (Wed Feb 28 2018 - 11:00:23 EST)
- [PATCH 3.16 010/254] scsi: libsas: align sata_device's rps_resp on a cacheline Ben Hutchings (Wed Feb 28 2018 - 11:00:28 EST)
- [PATCH 3.16 087/254] ipv4: Avoid reading user iov twice after raw_probe_proto_opt Ben Hutchings (Wed Feb 28 2018 - 11:00:37 EST)
- [PATCH 3.2 019/140] net/packet: fix a race in packet_bind() and packet_notifier() Ben Hutchings (Wed Feb 28 2018 - 11:00:43 EST)
- [PATCH 3.16 025/254] usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C Hub Ben Hutchings (Wed Feb 28 2018 - 11:00:47 EST)
- [PATCH 3.16 147/254] nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() Ben Hutchings (Wed Feb 28 2018 - 11:00:53 EST)
- Re: [PATCH v15 11/11] RFC: fw_cfg: do DMA read operation Marc-Andrà Lureau (Wed Feb 28 2018 - 11:01:05 EST)
- [PATCH 3.16 169/254] kernel/acct.c: fix the acct->needcheck check in check_free_space() Ben Hutchings (Wed Feb 28 2018 - 11:01:12 EST)
- [PATCH 3.16 017/254] hwmon: (pmbus) Use 64bit math for DIRECT format values Ben Hutchings (Wed Feb 28 2018 - 11:01:27 EST)
- Re: [PATCH v4] usb: core: Add "quirks" parameter for usbcore Kai Heng Feng (Wed Feb 28 2018 - 11:01:53 EST)
- [PATCH 3.16 114/254] kernel: make groups_sort calling a responsibility group_info allocators Ben Hutchings (Wed Feb 28 2018 - 11:02:09 EST)
- [PATCH 3.16 140/254] ALSA: hda - Add MIC_NO_PRESENCE fixup for 2 HP machines Ben Hutchings (Wed Feb 28 2018 - 11:02:23 EST)
- [PATCH 3.16 137/254] n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD) Ben Hutchings (Wed Feb 28 2018 - 11:02:44 EST)
- [PATCH 3.16 062/254] kdb: Fix handling of kallsyms_symbol_next() return value Ben Hutchings (Wed Feb 28 2018 - 11:02:54 EST)
- [PATCH 3.16 130/254] usbip: fix usbip bind writing random string after command in match_busid Ben Hutchings (Wed Feb 28 2018 - 11:02:57 EST)
- [PATCH 3.16 180/254] xfrm: Return error on unknown encap_type in init_state Ben Hutchings (Wed Feb 28 2018 - 11:03:04 EST)
- [PATCH 3.16 191/254] usb: udc: core: add device_del() call to error pathway Ben Hutchings (Wed Feb 28 2018 - 11:03:09 EST)
- Re: [PATCH 10/11] kexec_file: Allow archs to set purgatory load address kbuild test robot (Wed Feb 28 2018 - 11:03:31 EST)
- [PATCH 3.16 100/254] MIPS: Respect the ISA level in FCSR handling Ben Hutchings (Wed Feb 28 2018 - 11:03:39 EST)
- [PATCH 3.16 157/254] e1000e: Separate signaling for link check/link up Ben Hutchings (Wed Feb 28 2018 - 11:03:47 EST)
- [PATCH 3.16 217/254] i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA Ben Hutchings (Wed Feb 28 2018 - 11:03:54 EST)
- [PATCH 3.16 074/254] X.509: reject invalid BIT STRING for subjectPublicKey Ben Hutchings (Wed Feb 28 2018 - 11:04:09 EST)
- [PATCH 3.16 228/254] x86/microcode/intel: Extend BDW late-loading further with LLC size check Ben Hutchings (Wed Feb 28 2018 - 11:04:17 EST)
- [PATCH 3.16 131/254] usb: add RESET_RESUME for ELSA MicroLink 56K Ben Hutchings (Wed Feb 28 2018 - 11:04:19 EST)
- [PATCH 3.16 184/254] sh_eth: fix TXALCR1 offsets Ben Hutchings (Wed Feb 28 2018 - 11:04:24 EST)
- [PATCH 3.16 045/254] virtio: release virtio index when fail to device_register Ben Hutchings (Wed Feb 28 2018 - 11:04:42 EST)
- [PATCH 3.2 048/140] posix-timer: Properly check sigevent->sigev_notify Ben Hutchings (Wed Feb 28 2018 - 11:04:53 EST)
- [PATCH 3.16 066/254] net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case Ben Hutchings (Wed Feb 28 2018 - 11:04:58 EST)
- [PATCH 3.16 116/254] USB: serial: option: add support for Telit ME910 PID 0x1101 Ben Hutchings (Wed Feb 28 2018 - 11:05:10 EST)
- [PATCH 3.16 156/254] IB/ipoib: Fix race condition in neigh creation Ben Hutchings (Wed Feb 28 2018 - 11:05:21 EST)
- [PATCH 3.16 072/254] ASN.1: check for error from ASN1_OP_END__ACT actions Ben Hutchings (Wed Feb 28 2018 - 11:05:35 EST)
- [PATCH 3.16 167/254] net: stmmac: enable EEE in MII, GMII or RGMII only Ben Hutchings (Wed Feb 28 2018 - 11:05:38 EST)
- [PATCH 3.16 012/254] Input: elantech - add new icbody type 15 Ben Hutchings (Wed Feb 28 2018 - 11:05:45 EST)
- [PATCH 3.16 083/254] dmaengine: dmatest: move callback wait queue to thread context Ben Hutchings (Wed Feb 28 2018 - 11:05:51 EST)
- [PATCH 3.16 174/254] x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm Ben Hutchings (Wed Feb 28 2018 - 11:06:02 EST)
- [PATCH 3.16 135/254] net/mlx5: Stay in polling mode when command EQ destroy fails Ben Hutchings (Wed Feb 28 2018 - 11:06:26 EST)
- [PATCH 3.16 111/254] powerpc/perf: Dereference BHRB entries safely Ben Hutchings (Wed Feb 28 2018 - 11:07:00 EST)
- [PATCH 3.16 163/254] ALSA: pcm: Add missing error checks in OSS emulation plugin builder Ben Hutchings (Wed Feb 28 2018 - 11:07:13 EST)
- [PATCH 3.16 049/254] ALSA: usb-audio: Fix out-of-bound error Ben Hutchings (Wed Feb 28 2018 - 11:07:31 EST)
- [PATCH 3.2 057/140] staging: usbip: removed dead code from receive function Ben Hutchings (Wed Feb 28 2018 - 11:07:52 EST)
- [PATCH 3.16 249/254] media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32 Ben Hutchings (Wed Feb 28 2018 - 11:08:12 EST)
- [PATCH 3.16 234/254] blk-mq: fix race between timeout and freeing request Ben Hutchings (Wed Feb 28 2018 - 11:08:27 EST)
- [PATCH 3.16 099/254] MIPS: math-emu: Define IEEE 754-2008 feature control bits Ben Hutchings (Wed Feb 28 2018 - 11:08:32 EST)
- [PATCH 3.16 170/254] mm/mprotect: add a cond_resched() inside change_pmd_range() Ben Hutchings (Wed Feb 28 2018 - 11:08:37 EST)
- [PATCH 3.16 231/254] of: fdt: Fix return with value in void function Ben Hutchings (Wed Feb 28 2018 - 11:08:55 EST)
- [PATCH 3.16 061/254] efi: Move some sysfs files to be read-only by root Ben Hutchings (Wed Feb 28 2018 - 11:09:05 EST)
- [PATCH 3.16 104/254] MIPS: MSA: bugfix - disable MSA correctly for new threads/processes. Ben Hutchings (Wed Feb 28 2018 - 11:09:07 EST)
- [PATCH 3.16 011/254] bcache: recover data from backing when data is clean Ben Hutchings (Wed Feb 28 2018 - 11:09:17 EST)
- [PATCH 3.16 110/254] MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accesses Ben Hutchings (Wed Feb 28 2018 - 11:09:30 EST)
- [PATCH 3.16 086/254] ipv4: Use standard iovec primitive in raw_probe_proto_opt Ben Hutchings (Wed Feb 28 2018 - 11:10:05 EST)
- Re: [PATCH 1/7] platform/x86: fujitsu-laptop: Define constants for FUNC operations Andy Shevchenko (Wed Feb 28 2018 - 11:10:20 EST)
- [PATCH 3.16 239/254] adv7604: use correct drive strength defines Ben Hutchings (Wed Feb 28 2018 - 11:10:38 EST)
- [PATCH 3.16 138/254] iw_cxgb4: Only validate the MSN for successful completions Ben Hutchings (Wed Feb 28 2018 - 11:10:59 EST)
- [PATCH 3.16 208/254] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls Ben Hutchings (Wed Feb 28 2018 - 11:11:14 EST)
- [PATCH 3.16 164/254] usbip: remove kernel addresses from usb device and urb debug msgs Ben Hutchings (Wed Feb 28 2018 - 11:11:25 EST)
- [PATCH 3.16 248/254] media: v4l2-compat-ioctl32: Copy v4l2_window->global_alpha Ben Hutchings (Wed Feb 28 2018 - 11:11:55 EST)
- [PATCH 3.16 119/254] KVM: arm/arm64: Fix HYP unmapping going off limits Ben Hutchings (Wed Feb 28 2018 - 11:12:04 EST)
- [PATCH 3.16 108/254] MIPS: Guard against any partial write attempt with PTRACE_SETREGSET Ben Hutchings (Wed Feb 28 2018 - 11:12:12 EST)
- [PATCH 3.16 241/254] vb2: V4L2_BUF_FLAG_DONE is set after DQBUF Ben Hutchings (Wed Feb 28 2018 - 11:12:34 EST)
- [PATCH 3.16 209/254] sctp: use the right sk after waking up from wait_buf sleep Ben Hutchings (Wed Feb 28 2018 - 11:12:41 EST)
- [PATCH 3.16 200/254] 8021q: fix a memory leak for VLAN 0 device Ben Hutchings (Wed Feb 28 2018 - 11:12:59 EST)
- [PATCH 3.16 207/254] cfg80211: check dev_set_name() return value Ben Hutchings (Wed Feb 28 2018 - 11:13:23 EST)
- [PATCH 3.16 221/254] cfg80211: fix station info handling bugs Ben Hutchings (Wed Feb 28 2018 - 11:13:40 EST)
- [PATCH 3.16 029/254] hv: kvp: Avoid reading past allocated blocks from KVP file Ben Hutchings (Wed Feb 28 2018 - 11:13:45 EST)
- [PATCH 3.16 237/254] [media] media: v4l2-compat-ioctl32: fix missing reserved field copy in put_v4l2_create32 Ben Hutchings (Wed Feb 28 2018 - 11:13:57 EST)
- Re: [PATCH 6/7] platform/x86: fujitsu-laptop: More accurately represent the hotkey ring buffer managed by firmware Andy Shevchenko (Wed Feb 28 2018 - 11:14:03 EST)
- [PATCH 3.2 029/140] dm: fix various targets to dm_register_target after module __init resources created Ben Hutchings (Wed Feb 28 2018 - 11:14:13 EST)
- [PATCH 3.16 176/254] ALSA: aloop: Fix inconsistent format due to incomplete rule Ben Hutchings (Wed Feb 28 2018 - 11:14:24 EST)
- [PATCH 3.16 240/254] media: v4l2-ioctl.c: don't copy back the result for -ENOTTY Ben Hutchings (Wed Feb 28 2018 - 11:14:29 EST)
- [PATCH 3.16 222/254] x86/mce: Make machine check speculation protected Ben Hutchings (Wed Feb 28 2018 - 11:14:35 EST)
- [PATCH 3.16 056/254] net_sched: red: Avoid devision by zero Ben Hutchings (Wed Feb 28 2018 - 11:14:46 EST)
- [PATCH 3.16 215/254] dm btree: fix serious bug in btree_split_beneath() Ben Hutchings (Wed Feb 28 2018 - 11:14:56 EST)
- [PATCH 3.16 101/254] MIPS: Fix a preemption issue with thread's FPU defaults Ben Hutchings (Wed Feb 28 2018 - 11:15:02 EST)
- [PATCH 3.16 244/254] media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32 Ben Hutchings (Wed Feb 28 2018 - 11:15:14 EST)
- [PATCH 3.16 113/254] ALSA: rawmidi: Avoid racy info ioctl via ctl device Ben Hutchings (Wed Feb 28 2018 - 11:15:17 EST)
- [PATCH 3.16 097/254] MIPS: Always clear FCSR cause bits after emulation Ben Hutchings (Wed Feb 28 2018 - 11:15:21 EST)
- [PATCH 3.16 093/254] MIPS: Clear [MSA]FPE CSR.Cause after notify_die() Ben Hutchings (Wed Feb 28 2018 - 11:15:34 EST)
- [PATCH 3.16 027/254] serial: 8250_pci: Add Amazon PCI serial device ID Ben Hutchings (Wed Feb 28 2018 - 11:15:43 EST)
- [PATCH 3.16 145/254] tracing: Fix crash when it fails to alloc ring buffer Ben Hutchings (Wed Feb 28 2018 - 11:15:51 EST)
- Re: [PATCH v2 07/15] KVM: s390: Interfaces to configure/deconfigure guest's AP matrix Pierre Morel (Wed Feb 28 2018 - 11:16:05 EST)
- [PATCH 3.16 201/254] ALSA: pcm: Remove yet superfluous WARN_ON() Ben Hutchings (Wed Feb 28 2018 - 11:16:15 EST)
- [PATCH 3.16 148/254] include/stddef.h: Move offsetofend() from vfio.h to a generic kernel header Ben Hutchings (Wed Feb 28 2018 - 11:16:19 EST)
- Re: [PATCH v4] mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems Doug Anderson (Wed Feb 28 2018 - 11:16:29 EST)
- [PATCH 3.16 057/254] net_sched: red: Avoid illegal values Ben Hutchings (Wed Feb 28 2018 - 11:16:41 EST)
- [PATCH 3.16 132/254] usb: Add device quirk for Logitech HD Pro Webcam C925e Ben Hutchings (Wed Feb 28 2018 - 11:16:46 EST)
- [PATCH 3.16 233/254] mac80211_hwsim: fix compiler warning on MIPS Ben Hutchings (Wed Feb 28 2018 - 11:16:58 EST)
- Re: [PATCH v1] extcon: int3496: Ignore incorrect IoRestriction for ID pin Andy Shevchenko (Wed Feb 28 2018 - 11:17:09 EST)
- [PATCH 3.16 206/254] mac80211_hwsim: validate number of different channels Ben Hutchings (Wed Feb 28 2018 - 11:17:47 EST)
- [PATCH 3.16 107/254] MIPS: Factor out NT_PRFPREG regset access helpers Ben Hutchings (Wed Feb 28 2018 - 11:17:53 EST)
- [PATCH 3.16 046/254] xhci: Don't show incorrect WARN message about events for empty rings Ben Hutchings (Wed Feb 28 2018 - 11:18:04 EST)
- [PATCH 3.16 192/254] USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_release() Ben Hutchings (Wed Feb 28 2018 - 11:18:19 EST)
- [PATCH 3.16 125/254] xfrm: Reinject transport-mode packets through tasklet Ben Hutchings (Wed Feb 28 2018 - 11:18:28 EST)
- [PATCH 3.16 242/254] media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF Ben Hutchings (Wed Feb 28 2018 - 11:18:40 EST)
- [PATCH 3.16 015/254] ASoC: fsl_ssi: AC'97 ops need regmap, clock and cleaning up on failure Ben Hutchings (Wed Feb 28 2018 - 11:19:03 EST)
- [PATCH 3.16 161/254] USB: serial: cp210x: add new device ID ELV ALC 8xxx Ben Hutchings (Wed Feb 28 2018 - 11:19:26 EST)
- [PATCH 3.16 219/254] can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once Ben Hutchings (Wed Feb 28 2018 - 11:20:09 EST)
- [PATCH 3.16 085/254] nl80211: fix nl80211_send_iface() error paths Ben Hutchings (Wed Feb 28 2018 - 11:20:15 EST)
- [PATCH 3.16 196/254] SolutionEngine771x: fix Ether platform data Ben Hutchings (Wed Feb 28 2018 - 11:20:23 EST)
- [PATCH 3.16 190/254] USB: fix usbmon BUG trigger Ben Hutchings (Wed Feb 28 2018 - 11:20:28 EST)
- [PATCH 3.16 005/254] KVM: x86: Don't re-execute instruction when not passing CR2 value Ben Hutchings (Wed Feb 28 2018 - 11:20:41 EST)
- [PATCH 3.16 225/254] Input: trackpoint - assume 3 buttons when buttons detection fails Ben Hutchings (Wed Feb 28 2018 - 11:20:46 EST)
- [PATCH 3.16 019/254] drm/i915: Prevent zero length "index" write Ben Hutchings (Wed Feb 28 2018 - 11:20:48 EST)
- [PATCH 3.16 089/254] ext4: fix crash when a directory's i_size is too small Ben Hutchings (Wed Feb 28 2018 - 11:21:04 EST)
- [PATCH 3.16 160/254] mmc: s3mci: mark debug_regs[] as static Ben Hutchings (Wed Feb 28 2018 - 11:21:10 EST)
- [PATCH 3.16 204/254] futex: Prevent overflow by strengthen input validation Ben Hutchings (Wed Feb 28 2018 - 11:21:24 EST)
- [PATCH 3.2 025/140] ALSA: usb-audio: Fix out-of-bound error Ben Hutchings (Wed Feb 28 2018 - 11:21:42 EST)
- [PATCH 3.16 082/254] dmaengine: dmatest: warn user when dma test times out Ben Hutchings (Wed Feb 28 2018 - 11:22:00 EST)
- [PATCH v2] extcon: int3496: Ignore incorrect IoRestriction for ID pin Andy Shevchenko (Wed Feb 28 2018 - 11:22:18 EST)
- [PATCH 3.16 071/254] ASN.1: fix out-of-bounds read when parsing indefinite length item Ben Hutchings (Wed Feb 28 2018 - 11:22:40 EST)
- [PATCH 3.16 146/254] tracing: Fix possible double free on failure of allocating trace buffer Ben Hutchings (Wed Feb 28 2018 - 11:22:44 EST)
- [PATCH 3.16 076/254] 509: fix printing uninitialized stack memory when OID is empty Ben Hutchings (Wed Feb 28 2018 - 11:23:15 EST)
- [PATCH 3.16 106/254] mips/ptrace: Preserve previous registers for short regset write Ben Hutchings (Wed Feb 28 2018 - 11:23:28 EST)
- [PATCH 3.16 004/254] KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure Ben Hutchings (Wed Feb 28 2018 - 11:23:39 EST)
- [PATCH 3.16 103/254] MIPS: ptrace: Prevent writes to read-only FCSR bits Ben Hutchings (Wed Feb 28 2018 - 11:23:56 EST)
- [PATCH 3.16 178/254] sh_eth: fix SH7757 GEther initialization Ben Hutchings (Wed Feb 28 2018 - 11:24:34 EST)
- [PATCH 3.16 067/254] can: ems_usb: cancel urb on -EPIPE and -EPROTO Ben Hutchings (Wed Feb 28 2018 - 11:24:50 EST)
- [PATCH 3.16 212/254] KVM/x86: Check input paging mode when cs.l is set Ben Hutchings (Wed Feb 28 2018 - 11:25:09 EST)
- [PATCH 3.16 158/254] e1000e: Fix e1000_check_for_copper_link_ich8lan return value. Ben Hutchings (Wed Feb 28 2018 - 11:25:18 EST)
- [PATCH 3.16 059/254] x86/PCI: Make broadcom_postcore_init() check acpi_disabled Ben Hutchings (Wed Feb 28 2018 - 11:25:36 EST)
- [PATCH 3.16 251/254] media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors Ben Hutchings (Wed Feb 28 2018 - 11:26:06 EST)
- [PATCH 3.2 021/140] ALSA: seq: Remove spurious WARN_ON() at timer check Ben Hutchings (Wed Feb 28 2018 - 11:26:21 EST)
- [PATCH 3.16 252/254] media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic Ben Hutchings (Wed Feb 28 2018 - 11:26:46 EST)
- [PATCH 3.16 073/254] lib/oid_registry.c: X.509: fix the buffer overflow in the utility function for OID string Ben Hutchings (Wed Feb 28 2018 - 11:27:05 EST)
- [PATCH 3.16 084/254] dmaengine: jz4740: disable/unprepare clk if probe fails Ben Hutchings (Wed Feb 28 2018 - 11:27:10 EST)
- [PATCH 3.16 162/254] can: gs_usb: fix return value of the "set_bittiming" callback Ben Hutchings (Wed Feb 28 2018 - 11:27:42 EST)
- [PATCH] drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE Giulio Benetti (Wed Feb 28 2018 - 11:27:59 EST)
- Re: [PATCH] ext2: fix FS_IOMAP dependency Jan Kara (Wed Feb 28 2018 - 11:28:09 EST)
- [PATCH 3.16 018/254] drm/i915: Don't try indexed reads to alternate slave addresses Ben Hutchings (Wed Feb 28 2018 - 11:28:32 EST)
- Re: [PATCH bpf-next v8 01/11] fs,security: Add a security blob to nameidata kbuild test robot (Wed Feb 28 2018 - 11:28:44 EST)
- [PATCH 3.16 001/254] ALSA: seq: Fix regression by incorrect ioctl_mutex usages Ben Hutchings (Wed Feb 28 2018 - 11:29:24 EST)
- [PATCH 3.16 096/254] MIPS: Respect the FCSR exception mask for `si_code' Ben Hutchings (Wed Feb 28 2018 - 11:29:35 EST)
- [PATCH 3.16 023/254] USB: core: Add type-specific length check of BOS descriptors Ben Hutchings (Wed Feb 28 2018 - 11:29:47 EST)
- [PATCH 3.16 205/254] nl80211: take RCU read lock when calling ieee80211_bss_get_ie() Ben Hutchings (Wed Feb 28 2018 - 11:29:58 EST)
- [PATCH 3.16 117/254] posix-timer: Properly check sigevent->sigev_notify Ben Hutchings (Wed Feb 28 2018 - 11:30:32 EST)
- [PATCH v2] Documentation: Update ncurses package names for menuconfig Arvind Prasanna (Wed Feb 28 2018 - 11:30:58 EST)
- [PATCH 3.16 232/254] net: bcmgenet: fix bcmgenet_open() Ben Hutchings (Wed Feb 28 2018 - 11:31:12 EST)
- [PATCH 3.16 188/254] Input: twl6040-vibra - fix child-node lookup Ben Hutchings (Wed Feb 28 2018 - 11:31:20 EST)
- Re: [PATCH v4] usb: core: Add "quirks" parameter for usbcore Matthew Wilcox (Wed Feb 28 2018 - 11:31:29 EST)
- [PATCH 3.16 102/254] MIPS: ptrace: Fix FP context restoration FCSR regression Ben Hutchings (Wed Feb 28 2018 - 11:32:37 EST)
- Re: [PATCH 3/3] x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked Roman Kagan (Wed Feb 28 2018 - 11:32:51 EST)
- [PATCH 3.16 051/254] netfilter: xt_bpf: add overflow checks Ben Hutchings (Wed Feb 28 2018 - 11:33:12 EST)
- [PATCH 3.2 020/140] eeprom: at24: check at24_read/write arguments Ben Hutchings (Wed Feb 28 2018 - 11:33:22 EST)
- Re: [PATCH 05/11] kexec_file: Use read-only sections in arch_kexec_apply_relocations* kbuild test robot (Wed Feb 28 2018 - 11:33:36 EST)
- [PATCH 3.16 243/254] media: v4l2-compat-ioctl32.c: fix the indentation Ben Hutchings (Wed Feb 28 2018 - 11:34:01 EST)
- [PATCH 3.16 052/254] batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq Ben Hutchings (Wed Feb 28 2018 - 11:34:17 EST)
- Re: [PATCH] drm/sun4i: init dclk_min_div & dclk_max_div inside encoder init functions Giulio Benetti (Wed Feb 28 2018 - 11:34:33 EST)
- Re: [PATCH] drm/drm_ioctl.c: Test client capability value early when setting. Liviu Dudau (Wed Feb 28 2018 - 11:34:40 EST)
- Re: [RFC 0/4] Add support for the Gateworks System Controller Tim Harvey (Wed Feb 28 2018 - 11:34:59 EST)
- [PATCH 3.16 168/254] sh_eth: fix TSU resource handling Ben Hutchings (Wed Feb 28 2018 - 11:35:33 EST)
- Re: [PATCH v2 0/8] Decode IA32/X64 CPER Borislav Petkov (Wed Feb 28 2018 - 11:36:12 EST)
- [PATCH 3.16 095/254] MIPS: lose_fpu(): Disable FPU when MSA enabled Ben Hutchings (Wed Feb 28 2018 - 11:36:39 EST)
- [PATCH 3.16 227/254] pppoe: take ->needed_headroom of lower device into account on xmit Ben Hutchings (Wed Feb 28 2018 - 11:37:01 EST)
- [PATCH 3.16 226/254] Input: trackpoint - force 3 buttons if 0 button is reported Ben Hutchings (Wed Feb 28 2018 - 11:37:22 EST)
- [PATCH 3.16 092/254] MIPS: clear MSACSR cause bits when handling MSA FP exception Ben Hutchings (Wed Feb 28 2018 - 11:37:32 EST)
- Re: [PATCH] checkpatch: avoid error report caused by syzbot Joe Perches (Wed Feb 28 2018 - 11:37:43 EST)
- [PATCH 3.16 133/254] net/mlx5: Fix misspelling in the error message and comment Ben Hutchings (Wed Feb 28 2018 - 11:37:56 EST)
- [PATCH 3.16 197/254] SolutionEngine771x: add Ether TSU resource Ben Hutchings (Wed Feb 28 2018 - 11:38:11 EST)
- [PATCH 3.16 081/254] xhci: Don't add a virt_dev to the devs array before it's fully allocated Ben Hutchings (Wed Feb 28 2018 - 11:38:30 EST)
- [PATCH 3.16 245/254] media: v4l2-compat-ioctl32.c: avoid sizeof(type) Ben Hutchings (Wed Feb 28 2018 - 11:39:19 EST)
- [PATCH 3.16 235/254] [media] v4l2-compat-ioctl32: fix sparse warnings Ben Hutchings (Wed Feb 28 2018 - 11:39:41 EST)
- [PATCH 3.16 002/254] ASoC: twl4030: fix child-node lookup Ben Hutchings (Wed Feb 28 2018 - 11:39:51 EST)
- [PATCH 3.16 183/254] mdio-sun4i: Fix a memory leak Ben Hutchings (Wed Feb 28 2018 - 11:39:58 EST)
- Re: [PATCH] emulex/benet: Constify *be_misconfig_evt_port_state[] David Miller (Wed Feb 28 2018 - 11:40:03 EST)
- Re: [PATCH] qlogic/qed: Constify *pkt_type_str[] David Miller (Wed Feb 28 2018 - 11:40:12 EST)
- [PATCH 3.16 152/254] kbuild: add '-fno-stack-check' to kernel build options Ben Hutchings (Wed Feb 28 2018 - 11:41:10 EST)
- [PATCH 3.16 153/254] USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQ Ben Hutchings (Wed Feb 28 2018 - 11:41:29 EST)
- [PATCH 3.16 172/254] xfrm: Use __skb_queue_tail in xfrm_trans_queue Ben Hutchings (Wed Feb 28 2018 - 11:41:55 EST)
- [PATCH 3.2 042/140] ext4: fix crash when a directory's i_size is too small Ben Hutchings (Wed Feb 28 2018 - 11:42:00 EST)
- [PATCH 3.16 068/254] can: esd_usb2: cancel urb on -EPIPE and -EPROTO Ben Hutchings (Wed Feb 28 2018 - 11:42:20 EST)
- [PATCH 3.16 182/254] ALSA: pcm: Allow aborting mutex lock at OSS read/write loops Ben Hutchings (Wed Feb 28 2018 - 11:42:30 EST)
- [PATCH 3.16 175/254] ALSA: aloop: Release cable upon open error path Ben Hutchings (Wed Feb 28 2018 - 11:42:51 EST)
- [PATCH 3.16 165/254] net: phy: Add phy_interface_is_rgmii helper Ben Hutchings (Wed Feb 28 2018 - 11:43:03 EST)
- [PATCH 3.16 058/254] ALSA: pcm: prevent UAF in snd_pcm_info Ben Hutchings (Wed Feb 28 2018 - 11:43:50 EST)
- Re: [PATCH v2 05/15] s390: vfio-ap: base implementation of VFIO AP device driver Tony Krowiak (Wed Feb 28 2018 - 11:43:58 EST)
- [PATCH 3.16 090/254] tcp md5sig: Use skb's saddr when replying to an incoming segment Ben Hutchings (Wed Feb 28 2018 - 11:44:44 EST)
- [PATCH 3.16 218/254] net: fs_enet: do not call phy_stop() in interrupts Ben Hutchings (Wed Feb 28 2018 - 11:45:02 EST)
- [PATCH 3.16 094/254] MIPS: prevent FP context set via ptrace being discarded Ben Hutchings (Wed Feb 28 2018 - 11:45:21 EST)
- Re: [PATCH v2] nvme-multipath: fix sysfs dangerously created links Christoph Hellwig (Wed Feb 28 2018 - 11:45:48 EST)
- [PATCH 3.16 079/254] ASoC: wm_adsp: Don't overrun firmware file buffer when reading region data Ben Hutchings (Wed Feb 28 2018 - 11:46:31 EST)
- [PATCH 3.16 091/254] MIPS: CPS: Fix r1 .set mt assembler warning Ben Hutchings (Wed Feb 28 2018 - 11:47:13 EST)
- [PATCH 3.16 127/254] usbip: vhci: stop printing kernel pointer addresses in messages Ben Hutchings (Wed Feb 28 2018 - 11:47:26 EST)
- Re: [PATCH V2] nvme-pci: assign separate irq vectors for adminq and ioq0 Christoph Hellwig (Wed Feb 28 2018 - 11:47:33 EST)
- [PATCH 3.16 187/254] Input: twl6040-vibra - fix DT node memory management Ben Hutchings (Wed Feb 28 2018 - 11:47:51 EST)
- [PATCH] drm/sun4i: Fix dclk_set_phase Giulio Benetti (Wed Feb 28 2018 - 11:48:01 EST)
- [PATCH 3.16 151/254] af_key: fix buffer overread in parse_exthdrs() Ben Hutchings (Wed Feb 28 2018 - 11:48:15 EST)
- [PATCH 3.16 181/254] ALSA: pcm: Abort properly at pending signal in OSS read/write loops Ben Hutchings (Wed Feb 28 2018 - 11:48:30 EST)
- Re: [PATCH 1/3] x86/kvm/hyper-v: add reenlightenment MSRs support Roman Kagan (Wed Feb 28 2018 - 11:48:41 EST)
- Re: [PATCH] e1000e: Fix link status in case of error. Alexander Duyck (Wed Feb 28 2018 - 11:49:09 EST)
- [PATCH 3.16 253/254] ACPI: sbshc: remove raw pointer from printk() message Ben Hutchings (Wed Feb 28 2018 - 11:49:30 EST)
- [PATCH 3.16 080/254] ASoC: wm_adsp: Fix validation of firmware and coeff lengths Ben Hutchings (Wed Feb 28 2018 - 11:49:52 EST)
- Re: [PATCH 4.4 33/53] x86/apic/vector: Fix off by one in error path Thomas Gleixner (Wed Feb 28 2018 - 11:50:01 EST)
- [PATCH 3.16 136/254] net: mvneta: clear interface link status on port disable Ben Hutchings (Wed Feb 28 2018 - 11:50:27 EST)
- [PATCH 3.16 171/254] crypto: algapi - fix NULL dereference in crypto_remove_spawns() Ben Hutchings (Wed Feb 28 2018 - 11:50:46 EST)
- [PATCH 3.16 098/254] MIPS: Set `si_code' for SIGFPE signals sent from emulation too Ben Hutchings (Wed Feb 28 2018 - 11:50:58 EST)
- [PATCH v6 3/3] drm: writeback: Add client capability for exposing writeback connectors Liviu Dudau (Wed Feb 28 2018 - 11:51:21 EST)
- [PATCH v6 0/3] drm: Introduce writeback connectors Liviu Dudau (Wed Feb 28 2018 - 11:51:41 EST)
- [PATCH v6 2/3] drm: writeback: Add out-fences for writeback connectors Liviu Dudau (Wed Feb 28 2018 - 11:51:57 EST)
- [PATCH v6 1/3] drm: Add writeback connector type Liviu Dudau (Wed Feb 28 2018 - 11:52:09 EST)
- [PATCH 3.16 254/254] rds: Fix NULL pointer dereference in __rds_rdma_map Ben Hutchings (Wed Feb 28 2018 - 11:52:33 EST)
- [PATCH 3.16 128/254] usbip: stub: stop printing kernel pointer addresses in messages Ben Hutchings (Wed Feb 28 2018 - 11:53:04 EST)
- [PATCH 3.16 149/254] stddef.h: move offsetofend inside #ifndef/#endif guard, neaten Ben Hutchings (Wed Feb 28 2018 - 11:53:18 EST)
- [PATCH 3.16 112/254] KVM: X86: Fix load RFLAGS w/o the fixed bit Ben Hutchings (Wed Feb 28 2018 - 11:53:45 EST)
- [PATCH 3.16 250/254] media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type Ben Hutchings (Wed Feb 28 2018 - 11:54:04 EST)
- [PATCH 3.16 202/254] KVM: x86: Add memory barrier on vmcs field lookup Ben Hutchings (Wed Feb 28 2018 - 11:54:38 EST)
- Re: [kernel-hardening] [PATCH 1/2] arm: mm: Define vdso_start, vdso_end as array Kees Cook (Wed Feb 28 2018 - 11:54:52 EST)
- Re: [kernel-hardening] [PATCH 2/2] arm: Kconfig: Add ARCH_HAS_FORTIFY_SOURCE Kees Cook (Wed Feb 28 2018 - 11:55:00 EST)
- Re: [PATCH] arm64: dts: juno: fix size of GICv2m MSI frames Marc Zyngier (Wed Feb 28 2018 - 11:55:26 EST)
- [PATCH] lightnvm: pblk: remove unused variable Javier GonzÃlez (Wed Feb 28 2018 - 11:55:47 EST)
- [PATCH 3.16 230/254] hrtimer: Reset hrtimer cpu base proper on CPU hotplug Ben Hutchings (Wed Feb 28 2018 - 11:56:09 EST)
- Re: [RFC 0/4] Add support for the Gateworks System Controller Andrew Lunn (Wed Feb 28 2018 - 11:56:29 EST)
- [PATCH 3.16 105/254] MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue Ben Hutchings (Wed Feb 28 2018 - 11:56:59 EST)
- Re: [PATCH 3.2 000/140] 3.2.100-rc1 review Guenter Roeck (Wed Feb 28 2018 - 11:57:14 EST)
- [PATCH 3.16 028/254] isa: Prevent NULL dereference in isa_bus driver callbacks Ben Hutchings (Wed Feb 28 2018 - 11:57:31 EST)
- Re: [PATCH 3.16 000/254] 3.16.55-rc1 review Guenter Roeck (Wed Feb 28 2018 - 11:57:47 EST)
- Re: [PATCH] selftests/bpf: Add bpf_probe_read_str to bpf_helpers.h Daniel Borkmann (Wed Feb 28 2018 - 11:58:10 EST)
- KASAN: use-after-free Read in remove_wait_queue (2) syzbot (Wed Feb 28 2018 - 11:59:19 EST)
- Re: [PATCH bpf-next v8 01/11] fs,security: Add a security blob to nameidata kbuild test robot (Wed Feb 28 2018 - 11:59:48 EST)
- Re: [PATCH] PCI: altera: Fix bool initialization in tlp_read_packet Lorenzo Pieralisi (Wed Feb 28 2018 - 12:00:24 EST)
- [PATCH 3.2 027/140] batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq Ben Hutchings (Wed Feb 28 2018 - 12:00:44 EST)
- [PATCH 3.16 050/254] ALSA: usb-audio: Add check return value for usb_string() Ben Hutchings (Wed Feb 28 2018 - 12:01:04 EST)
- Re: [PATCH net 0/2] Fixes, cleanup and modernization for macmace driver David Miller (Wed Feb 28 2018 - 12:01:17 EST)
- [PATCH] arm64: kdump: fix interrupt handling done during machine_crash_shutdown Grzegorz Jaszczyk (Wed Feb 28 2018 - 12:01:30 EST)
- [PATCH 3.16 124/254] ALSA: usb-audio: Fix the missing ctl name suffix at parsing SU Ben Hutchings (Wed Feb 28 2018 - 12:01:57 EST)
- [PATCH 3.16 129/254] usbip: prevent leaking socket pointer address in messages Ben Hutchings (Wed Feb 28 2018 - 12:02:18 EST)
- [PATCH 3.16 224/254] net: igmp: fix source address check for IGMPv3 reports Ben Hutchings (Wed Feb 28 2018 - 12:02:43 EST)
- [PATCH 3.16 126/254] USB: serial: option: adding support for YUGA CLM920-NC5 Ben Hutchings (Wed Feb 28 2018 - 12:02:51 EST)
- [PATCH] drm/drm_ioctl.c: Test client capability value early when setting. Liviu Dudau (Wed Feb 28 2018 - 12:03:11 EST)
- [PATCH 3.16 141/254] USB: serial: ftdi_sio: add id for Airbus DS P8GR Ben Hutchings (Wed Feb 28 2018 - 12:03:31 EST)
- Re: [PATCH] arm64: dts: juno: fix size of GICv2m MSI frames Robin Murphy (Wed Feb 28 2018 - 12:03:41 EST)
- [PATCH 3.16 155/254] ALSA: pcm: Remove incorrect snd_BUG_ON() usages Ben Hutchings (Wed Feb 28 2018 - 12:04:02 EST)
- Re: [PATCH] net/tcp/illinois: replace broken algorithm reference link David Miller (Wed Feb 28 2018 - 12:04:08 EST)
- [PATCH 3.16 144/254] ring-buffer: Mask out the info bits when returning buffer page length Ben Hutchings (Wed Feb 28 2018 - 12:04:33 EST)
- [PATCH v12 0/6] Address error and recovery for AER and DPC Oza Pawandeep (Wed Feb 28 2018 - 12:04:45 EST)
- [PATCH v12 2/6] PCI/AER: Factor out error reporting from AER Oza Pawandeep (Wed Feb 28 2018 - 12:04:54 EST)
- [PATCH v12 4/6] PCI/DPC: Unify and plumb error handling into DPC Oza Pawandeep (Wed Feb 28 2018 - 12:05:04 EST)
- [PATCH v12 6/6] PCI/DPC: Enumerate the devices after DPC trigger event Oza Pawandeep (Wed Feb 28 2018 - 12:05:11 EST)
- Re: [PATCH net-next v2] net: mvpp2: Add hardware offloading for VLAN filtering David Miller (Wed Feb 28 2018 - 12:05:21 EST)
- Re: [PATCH v2] media: stm32-dcmi: fix lock scheme Hugues FRUCHET (Wed Feb 28 2018 - 12:05:36 EST)
- [PATCH v12 5/6] PCI: Unify wait for link active into generic PCI Oza Pawandeep (Wed Feb 28 2018 - 12:06:06 EST)
- [PATCH v12 3/6] PCI/PORTDRV: Implement generic find service Oza Pawandeep (Wed Feb 28 2018 - 12:06:32 EST)
- [PATCH v12 1/6] PCI/AER: Rename error recovery to generic PCI naming Oza Pawandeep (Wed Feb 28 2018 - 12:06:44 EST)
- [PATCH 3.16 016/254] blktrace: fix trace mutex deadlock Ben Hutchings (Wed Feb 28 2018 - 12:07:37 EST)
- Re: [PATCH] media: stm32-dcmi: add JPEG support Hugues FRUCHET (Wed Feb 28 2018 - 12:07:55 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Andy Shevchenko (Wed Feb 28 2018 - 12:08:38 EST)
- [PATCH 13/15] lightnvm: pblk: implement get log report chunk Javier GonzÃlez (Wed Feb 28 2018 - 12:08:49 EST)
- [PATCH 3.16 229/254] dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state Ben Hutchings (Wed Feb 28 2018 - 12:09:02 EST)
- [PATCH 14/15] lightnvm: pblk: refactor init/exit sequences Javier GonzÃlez (Wed Feb 28 2018 - 12:09:15 EST)
- [PATCH 15/15] lightnvm: pblk: implement 2.0 support Javier GonzÃlez (Wed Feb 28 2018 - 12:09:34 EST)
- [PATCH 09/15] lightnvm: implement get log report chunk helpers Javier GonzÃlez (Wed Feb 28 2018 - 12:09:53 EST)
- [PATCH 10/15] lightnvm: pblk: check for supported version Javier GonzÃlez (Wed Feb 28 2018 - 12:10:07 EST)
- [PATCH 12/15] lightnvn: pblk: use generic address format Javier GonzÃlez (Wed Feb 28 2018 - 12:10:16 EST)
- [tip:irq/core] genirq: Add wakeup sysfs node to show IRQ wakeup state tip-bot for Andy Shevchenko (Wed Feb 28 2018 - 12:10:32 EST)
- [PATCH 07/15] lightnvm: add support for 2.0 address format Javier GonzÃlez (Wed Feb 28 2018 - 12:11:01 EST)
- [PATCH 08/15] lightnvm: make address conversions depend on generic device Javier GonzÃlez (Wed Feb 28 2018 - 12:11:09 EST)
- Re: [PATCH v2] nvme-multipath: fix sysfs dangerously created links Keith Busch (Wed Feb 28 2018 - 12:11:21 EST)
- [PATCH 3.16 216/254] i2c: core: decrease reference count of device node in i2c_unregister_device Ben Hutchings (Wed Feb 28 2018 - 12:11:36 EST)
- [PATCH] xfs: Correctly invert xfs_buftarg LRU isolation logic Vratislav Bendel (Wed Feb 28 2018 - 12:11:54 EST)
- [PATCH 05/15] lightnvm: complete geo structure with maxoc* Javier GonzÃlez (Wed Feb 28 2018 - 12:12:07 EST)
- [PATCH 06/15] lightnvm: normalize geometry nomenclature Javier GonzÃlez (Wed Feb 28 2018 - 12:12:21 EST)
- [PATCH 03/15] lightnvm: add minor version to generic geometry Javier GonzÃlez (Wed Feb 28 2018 - 12:12:41 EST)
- [PATCH 3.16 214/254] dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6 Ben Hutchings (Wed Feb 28 2018 - 12:12:54 EST)
- [PATCH 01/15] lightnvm: simplify geometry structure. Javier GonzÃlez (Wed Feb 28 2018 - 12:13:16 EST)
- Re: [RFC PATCH] Randomization of address chosen by mmap. Ilya Smith (Wed Feb 28 2018 - 12:13:28 EST)
- [PATCH 3.16 150/254] af_key: fix buffer overread in verify_address_len() Ben Hutchings (Wed Feb 28 2018 - 12:13:42 EST)
- [PATCH 02/15] lightnvm: add controller capabilities to 2.0 Javier GonzÃlez (Wed Feb 28 2018 - 12:13:57 EST)
- [PATCH 3.16 211/254] sctp: do not allow the v4 socket to bind a v4mapped v6 address Ben Hutchings (Wed Feb 28 2018 - 12:14:22 EST)
- [PATCH 3.16 173/254] ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7 Ben Hutchings (Wed Feb 28 2018 - 12:14:39 EST)
- [PATCH 3.2 028/140] dm mpath: simplify failure path of dm_multipath_init() Ben Hutchings (Wed Feb 28 2018 - 12:15:09 EST)
- [PATCH 3.2 023/140] can: ti_hecc: Fix napi poll return value for repoll Ben Hutchings (Wed Feb 28 2018 - 12:15:18 EST)
- [PATCH 3.16 031/254] net/packet: fix a race in packet_bind() and packet_notifier() Ben Hutchings (Wed Feb 28 2018 - 12:15:59 EST)
- [PATCH 3.2 024/140] xhci: Don't show incorrect WARN message about events for empty rings Ben Hutchings (Wed Feb 28 2018 - 12:16:18 EST)
- Re: [PATCH] e1000e: Fix link status in case of error. Jeff Kirsher (Wed Feb 28 2018 - 12:16:29 EST)
- Re: [PATCH v15 11/11] RFC: fw_cfg: do DMA read operation Michael S. Tsirkin (Wed Feb 28 2018 - 12:16:48 EST)
- Re: [PATCH] arm64: kdump: fix interrupt handling done during machine_crash_shutdown Mark Rutland (Wed Feb 28 2018 - 12:16:57 EST)
- Re: [PATCH 1/3] dt-bindings: Add a binding for the sunxi message box Andre Przywara (Wed Feb 28 2018 - 12:17:19 EST)
- Re: [PATCH 2/3] mailbox: Avoid NULL dereference in mbox_chan_received_data Andre Przywara (Wed Feb 28 2018 - 12:17:29 EST)
- Re: [PATCH v15 11/11] RFC: fw_cfg: do DMA read operation Michael S. Tsirkin (Wed Feb 28 2018 - 12:17:45 EST)
- Re: [PATCH] rtl8187: Fix NULL pointer dereference in priv->conf_mutex Hin-Tak Leung (Wed Feb 28 2018 - 12:18:04 EST)
- [PATCH V2 1/5] dt-bindings: mmc: document the stm32 sdmmc bindings Ludovic Barre (Wed Feb 28 2018 - 12:18:22 EST)
- [PATCH V2 4/5] ARM: dts: stm32: add sdmmc1 support for stm32h743i-eval Ludovic Barre (Wed Feb 28 2018 - 12:18:36 EST)
- [PATCH V2 0/5] mmc: add stm32 sdmmc controller Ludovic Barre (Wed Feb 28 2018 - 12:18:48 EST)
- Re: [PATCH 0/3] Allwinner sunxi message box support Samuel Holland (Wed Feb 28 2018 - 12:18:59 EST)
- Re: [PATCH 3/3] mailbox: sunxi-msgbox: Add a new mailbox driver Samuel Holland (Wed Feb 28 2018 - 12:19:24 EST)
- Re: [PATCH v2 0/5] Enlightened VMCS support for KVM on Hyper-V Thomas Gleixner (Wed Feb 28 2018 - 12:19:32 EST)
- [PATCH V2 5/5] ARM: configs: stm32: add mmc and ext2/3/4 support Ludovic Barre (Wed Feb 28 2018 - 12:20:15 EST)
- [PATCH V2 3/5] ARM: dts: stm32: add sdmmc support for stm32h743 Ludovic Barre (Wed Feb 28 2018 - 12:20:33 EST)
- [PATCH v2] media: stm32-dcmi: add JPEG support Hugues Fruchet (Wed Feb 28 2018 - 12:20:56 EST)
- Re: [PATCH] clk: tegra: fix pllu rate configuration Dmitry Osipenko (Wed Feb 28 2018 - 12:21:08 EST)
- [PATCH 3.2 083/140] crypto: algapi - fix NULL dereference in crypto_remove_spawns() Ben Hutchings (Wed Feb 28 2018 - 12:21:32 EST)
- [PATCH 3.2 068/140] ring-buffer: Mask out the info bits when returning buffer page length Ben Hutchings (Wed Feb 28 2018 - 12:21:55 EST)
- [PATCH 3.2 079/140] USB: serial: cp210x: add new device ID ELV ALC 8xxx Ben Hutchings (Wed Feb 28 2018 - 12:22:13 EST)
- [tip:x86/urgent] x86/platform/intel-mid: Handle Intel Edison reboot correctly tip-bot for Sebastian Panceac (Wed Feb 28 2018 - 12:22:28 EST)
- Re: [PATCH v15 11/11] RFC: fw_cfg: do DMA read operation Marc-Andrà Lureau (Wed Feb 28 2018 - 12:22:34 EST)
- Re: [PATCH net] virtio-net: disable NAPI only when enabled during XDP set David Miller (Wed Feb 28 2018 - 12:22:44 EST)
- [PATCH 3.2 074/140] fscache: Fix the default for fscache_maybe_release_page() Ben Hutchings (Wed Feb 28 2018 - 12:23:11 EST)
- [PATCH 3.2 003/140] KVM: x86: Don't re-execute instruction when not passing CR2 value Ben Hutchings (Wed Feb 28 2018 - 12:23:25 EST)
- [PATCH 3.2 073/140] USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQ Ben Hutchings (Wed Feb 28 2018 - 12:23:33 EST)
- [PATCH 3.2 085/140] ALSA: aloop: Release cable upon open error path Ben Hutchings (Wed Feb 28 2018 - 12:23:44 EST)
- [PATCH 3.2 081/140] usbip: remove kernel addresses from usb device and urb debug msgs Ben Hutchings (Wed Feb 28 2018 - 12:24:06 EST)
- [PATCH 3.2 087/140] ALSA: aloop: Fix racy hw constraints adjustment Ben Hutchings (Wed Feb 28 2018 - 12:24:16 EST)
- [PATCH 3.2 080/140] ALSA: pcm: Add missing error checks in OSS emulation plugin builder Ben Hutchings (Wed Feb 28 2018 - 12:24:28 EST)
- Re: [PATCH v2 0/3] kbuild: fix host progs build with libs in non standard locations Robin Jarry (Wed Feb 28 2018 - 12:24:43 EST)
- [PATCH 3.2 070/140] af_key: fix buffer overread in verify_address_len() Ben Hutchings (Wed Feb 28 2018 - 12:24:56 EST)
- [PATCH 3.2 114/140] net: igmp: fix source address check for IGMPv3 reports Ben Hutchings (Wed Feb 28 2018 - 12:25:26 EST)
- [PATCH 3.2 075/140] ALSA: pcm: Remove incorrect snd_BUG_ON() usages Ben Hutchings (Wed Feb 28 2018 - 12:25:38 EST)
- [PATCH 3.2 117/140] pppoe: take ->needed_headroom of lower device into account on xmit Ben Hutchings (Wed Feb 28 2018 - 12:25:50 EST)
- [PATCH 3.2 071/140] af_key: fix buffer overread in parse_exthdrs() Ben Hutchings (Wed Feb 28 2018 - 12:26:01 EST)
- [PATCH 3.2 076/140] e1000e: Separate signaling for link check/link up Ben Hutchings (Wed Feb 28 2018 - 12:26:14 EST)
- [PATCH 3.2 082/140] mm/mprotect: add a cond_resched() inside change_pmd_range() Ben Hutchings (Wed Feb 28 2018 - 12:26:27 EST)
- [PATCH 3.2 072/140] kbuild: add '-fno-stack-check' to kernel build options Ben Hutchings (Wed Feb 28 2018 - 12:26:39 EST)
- [PATCH 3.2 109/140] net: fs_enet: do not call phy_stop() in interrupts Ben Hutchings (Wed Feb 28 2018 - 12:26:51 EST)
- [PATCH 3.2 009/140] scsi: libsas: align sata_device's rps_resp on a cacheline Ben Hutchings (Wed Feb 28 2018 - 12:27:06 EST)
- [PATCH 3.2 007/140] scsi: use dma_get_cache_alignment() as minimum DMA alignment Ben Hutchings (Wed Feb 28 2018 - 12:27:21 EST)
- [PATCH 3.2 089/140] ALSA: pcm: Abort properly at pending signal in OSS read/write loops Ben Hutchings (Wed Feb 28 2018 - 12:27:39 EST)
- [PATCH v8 0/2] irqchip: qcom: add support for PDC interrupt controller Lina Iyer (Wed Feb 28 2018 - 12:27:53 EST)
- [PATCH v8 1/2] drivers: irqchip: pdc: Add PDC interrupt controller for QCOM SoCs Lina Iyer (Wed Feb 28 2018 - 12:28:06 EST)
- [PATCH v8 2/2] dt-bindings/interrupt-controller: pdc: describe PDC device binding Lina Iyer (Wed Feb 28 2018 - 12:28:16 EST)
- [PATCH 3.2 086/140] ALSA: aloop: Fix inconsistent format due to incomplete rule Ben Hutchings (Wed Feb 28 2018 - 12:28:42 EST)
- [PATCH 3.2 077/140] e1000e: Fix e1000_check_for_copper_link_ich8lan return value. Ben Hutchings (Wed Feb 28 2018 - 12:28:56 EST)
- [PATCH 3.2 102/140] sctp: do not allow the v4 socket to bind a v4mapped v6 address Ben Hutchings (Wed Feb 28 2018 - 12:29:13 EST)
- [PATCH 3.2 113/140] net: igmp: Use correct source address on IGMPv3 reports Ben Hutchings (Wed Feb 28 2018 - 12:29:25 EST)
- [PATCH 3.2 094/140] SolutionEngine771x: add Ether TSU resource Ben Hutchings (Wed Feb 28 2018 - 12:29:35 EST)
- [PATCH 3.2 111/140] cfg80211: fix station info handling bugs Ben Hutchings (Wed Feb 28 2018 - 12:29:50 EST)
- [PATCH 3.2 107/140] dm btree: fix serious bug in btree_split_beneath() Ben Hutchings (Wed Feb 28 2018 - 12:30:02 EST)
- [PATCH 3.2 118/140] dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state Ben Hutchings (Wed Feb 28 2018 - 12:30:15 EST)
- Re: [PATCH 3.16 000/254] 3.16.55-rc1 review Ben Hutchings (Wed Feb 28 2018 - 12:30:36 EST)
- [PATCH 3.2 098/140] futex: Prevent overflow by strengthen input validation Ben Hutchings (Wed Feb 28 2018 - 12:31:00 EST)
- [PATCH 3.2 101/140] sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf Ben Hutchings (Wed Feb 28 2018 - 12:31:15 EST)
- [PATCH 3.2 096/140] ALSA: pcm: Remove yet superfluous WARN_ON() Ben Hutchings (Wed Feb 28 2018 - 12:31:39 EST)
- [PATCH 3.2 091/140] USB: fix usbmon BUG trigger Ben Hutchings (Wed Feb 28 2018 - 12:31:51 EST)
- [PATCH 3.2 140/140] rds: Fix NULL pointer dereference in __rds_rdma_map Ben Hutchings (Wed Feb 28 2018 - 12:32:04 EST)
- [PATCH 3.2 092/140] net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg() Ben Hutchings (Wed Feb 28 2018 - 12:32:18 EST)
- [PATCH 3.2 090/140] ALSA: pcm: Allow aborting mutex lock at OSS read/write loops Ben Hutchings (Wed Feb 28 2018 - 12:32:31 EST)
- [PATCH 3.2 095/140] 8021q: fix a memory leak for VLAN 0 device Ben Hutchings (Wed Feb 28 2018 - 12:32:44 EST)
- [PATCH v5 0/3] pci: endpoint: Fix double free in pci_epf_create() Rolf Evers-Fischer (Wed Feb 28 2018 - 12:32:59 EST)
- Re: [PATCH v16 06/11] fw_cfg: handle fw_cfg_read_blob() error Michael S. Tsirkin (Wed Feb 28 2018 - 12:33:07 EST)
- [PATCH v5 1/3] PCI: endpoint: Simplify name allocation for EPF device Rolf Evers-Fischer (Wed Feb 28 2018 - 12:33:13 EST)
- [PATCH v5 3/3] PCI: endpoint: pci_epf_create: remove goto labels Rolf Evers-Fischer (Wed Feb 28 2018 - 12:33:20 EST)
- [PATCH v5 2/3] PCI: endpoint: Fix kernel panic after put_device() Rolf Evers-Fischer (Wed Feb 28 2018 - 12:33:41 EST)
- Re: [PATCH] Documentation: Update ncurses package names for menuconfig Randy Dunlap (Wed Feb 28 2018 - 12:34:22 EST)
- [PATCH 3.2 100/140] sctp: use the right sk after waking up from wait_buf sleep Ben Hutchings (Wed Feb 28 2018 - 12:34:34 EST)
- [PATCH 3.2 103/140] KVM/x86: Check input paging mode when cs.l is set Ben Hutchings (Wed Feb 28 2018 - 12:34:56 EST)
- [PATCH 3.2 106/140] dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6 Ben Hutchings (Wed Feb 28 2018 - 12:35:18 EST)
- [PATCH 3.2 105/140] dm thin metadata: introduce THIN_MAX_CONCURRENT_LOCKS Ben Hutchings (Wed Feb 28 2018 - 12:35:21 EST)
- [PATCH 3.2 097/140] KVM: x86: Add memory barrier on vmcs field lookup Ben Hutchings (Wed Feb 28 2018 - 12:35:50 EST)
- [PATCH 3.2 104/140] KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in kvm_valid_sregs() Ben Hutchings (Wed Feb 28 2018 - 12:36:05 EST)
- [PATCH 3.2 099/140] cfg80211: check dev_set_name() return value Ben Hutchings (Wed Feb 28 2018 - 12:36:15 EST)
- [PATCH 3.2 124/140] [media] v4l2-compat-ioctl32: fix alignment for ARM64 Ben Hutchings (Wed Feb 28 2018 - 12:36:32 EST)
- [PATCH 3.2 108/140] i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA Ben Hutchings (Wed Feb 28 2018 - 12:36:39 EST)
- Re: [PATCH bpf-next v8 06/11] bpf,landlock: Add a new map type: inode kbuild test robot (Wed Feb 28 2018 - 12:36:51 EST)
- [PATCH 3.2 123/140] [media] V4L2: fix VIDIOC_CREATE_BUFS 32-bit compatibility mode data copy-back Ben Hutchings (Wed Feb 28 2018 - 12:37:15 EST)
- [PATCH 3.2 122/140] [media] v4l2-compat-ioctl32: fix sparse warnings Ben Hutchings (Wed Feb 28 2018 - 12:37:26 EST)
- [PATCH 3.2 008/140] [SCSI] libsas: remove unused ata_task_resp fields Ben Hutchings (Wed Feb 28 2018 - 12:37:52 EST)
- Re: [PATCH v2 01/15] KVM: s390: refactor crypto initialization Cornelia Huck (Wed Feb 28 2018 - 12:37:57 EST)
- [PATCH 3.2 115/140] Input: trackpoint - assume 3 buttons when buttons detection fails Ben Hutchings (Wed Feb 28 2018 - 12:38:34 EST)
- [PATCH] ARM: iop13xx: Remove duplicated bit-wise or of PCI_STATUS_REC_TARGET_ABORT Colin King (Wed Feb 28 2018 - 12:38:43 EST)
- [PATCH 3.2 125/140] [media] media: v4l2-compat-ioctl32: fix missing reserved field copy in put_v4l2_create32 Ben Hutchings (Wed Feb 28 2018 - 12:39:04 EST)
- [PATCH 3.2 110/140] can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once Ben Hutchings (Wed Feb 28 2018 - 12:39:25 EST)
- [PATCH 3.2 120/140] m32r: fix 'fix breakage from "m32r: use generic ptrace_resume code"' fallout Ben Hutchings (Wed Feb 28 2018 - 12:39:35 EST)
- [PATCH 3.2 119/140] hrtimer: Reset hrtimer cpu base proper on CPU hotplug Ben Hutchings (Wed Feb 28 2018 - 12:39:50 EST)
- [PATCH 3.2 112/140] x86/mce: Make machine check speculation protected Ben Hutchings (Wed Feb 28 2018 - 12:40:09 EST)
- [PATCH 3.2 138/140] media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic Ben Hutchings (Wed Feb 28 2018 - 12:40:21 EST)
- [PATCH 3.2 116/140] Input: trackpoint - force 3 buttons if 0 button is reported Ben Hutchings (Wed Feb 28 2018 - 12:40:48 EST)
- [PATCH 3.2 126/140] media: v4l2-compat-ioctl32.c: add capabilities field to, v4l2_input32 Ben Hutchings (Wed Feb 28 2018 - 12:40:56 EST)
- [PATCH 3.2 132/140] media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32 Ben Hutchings (Wed Feb 28 2018 - 12:41:08 EST)
- [PATCH 3.2 133/140] media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer Ben Hutchings (Wed Feb 28 2018 - 12:41:22 EST)
- [PATCH 3.2 131/140] media: v4l2-compat-ioctl32.c: avoid sizeof(type) Ben Hutchings (Wed Feb 28 2018 - 12:41:44 EST)
- [PATCH 3.2 121/140] of: fdt: Fix return with value in void function Ben Hutchings (Wed Feb 28 2018 - 12:41:56 EST)
- Re: [PATCH v2 03/15] s390: zcrypt: externalize AP instructions available function Cornelia Huck (Wed Feb 28 2018 - 12:42:11 EST)
- [PATCH 3.2 129/140] media: v4l2-compat-ioctl32.c: fix the indentation Ben Hutchings (Wed Feb 28 2018 - 12:42:30 EST)
- [PATCH 3.2 139/140] ACPI: sbshc: remove raw pointer from printk() message Ben Hutchings (Wed Feb 28 2018 - 12:42:43 EST)
- [PATCH 3.2 130/140] media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32 Ben Hutchings (Wed Feb 28 2018 - 12:42:59 EST)
- Re: [PATCH 1/3] x86/kvm/hyper-v: add reenlightenment MSRs support Vitaly Kuznetsov (Wed Feb 28 2018 - 12:43:14 EST)
- [PATCH 3.2 128/140] media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF Ben Hutchings (Wed Feb 28 2018 - 12:43:31 EST)
- [PATCH 3.2 134/140] media: v4l2-compat-ioctl32: Copy v4l2_window->global_alpha Ben Hutchings (Wed Feb 28 2018 - 12:43:52 EST)
- [PATCH 3.2 136/140] media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type Ben Hutchings (Wed Feb 28 2018 - 12:44:04 EST)
- [PATCH 3.2 137/140] media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors Ben Hutchings (Wed Feb 28 2018 - 12:44:19 EST)
- [PATCH 3.2 127/140] media: v4l2-ioctl.c: don't copy back the result for -ENOTTY Ben Hutchings (Wed Feb 28 2018 - 12:44:33 EST)
- [PATCH 3.2 015/140] usb: host: fix incorrect updating of offset Ben Hutchings (Wed Feb 28 2018 - 12:44:51 EST)
- [PATCH 3.2 135/140] media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32 Ben Hutchings (Wed Feb 28 2018 - 12:45:02 EST)
- [RFC] power/hibernate: Make passing hibernate offsets more friendly Mario Limonciello (Wed Feb 28 2018 - 12:45:08 EST)
- Re: [PATCH] arm64: kdump: fix interrupt handling done during machine_crash_shutdown Marc Zyngier (Wed Feb 28 2018 - 12:45:22 EST)
- [PATCH 3.2 000/140] 3.2.100-rc1 review Ben Hutchings (Wed Feb 28 2018 - 12:45:55 EST)
- [PATCH 3.2 013/140] hwmon: (pmbus) Use 64bit math for DIRECT format values Ben Hutchings (Wed Feb 28 2018 - 12:46:06 EST)
- [PATCH 3.2 016/140] USB: core: Add type-specific length check of BOS descriptors Ben Hutchings (Wed Feb 28 2018 - 12:46:19 EST)
- [PATCH 3.2 010/140] Input: elantech - add new icbody type 15 Ben Hutchings (Wed Feb 28 2018 - 12:46:31 EST)
- [PATCH 3.2 005/140] btrfs: clear space cache inode generation always Ben Hutchings (Wed Feb 28 2018 - 12:46:55 EST)
- [PATCH 3.2 018/140] isa: Prevent NULL dereference in isa_bus driver callbacks Ben Hutchings (Wed Feb 28 2018 - 12:47:06 EST)
- [PATCH 3.2 004/140] iommu/vt-d: Fix scatterlist offset handling Ben Hutchings (Wed Feb 28 2018 - 12:47:20 EST)
- [PATCH 3.2 017/140] serial: 8250_pci: Add Amazon PCI serial device ID Ben Hutchings (Wed Feb 28 2018 - 12:47:33 EST)
- [PATCH 3.2 012/140] KVM: apic: fix LDR calculation in x2apic mode Ben Hutchings (Wed Feb 28 2018 - 12:47:46 EST)
- Re: [PATCH 3.16 083/254] dmaengine: dmatest: move callback wait queue to thread context Adam Wallis (Wed Feb 28 2018 - 12:47:54 EST)
- [PATCH 3.2 014/140] USB: usbfs: Filter flags passed in from user space Ben Hutchings (Wed Feb 28 2018 - 12:48:18 EST)
- [PATCH 3.2 001/140] ALSA: seq: Fix regression by incorrect ioctl_mutex usages Ben Hutchings (Wed Feb 28 2018 - 12:48:36 EST)
- Re: [PATCH v5] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC Mark Rutland (Wed Feb 28 2018 - 12:48:43 EST)
- Re: [PATCH 7/7] x86/microcode: Synchronize late microcode loading Henrique de Moraes Holschuh (Wed Feb 28 2018 - 12:48:59 EST)
- Re: [PATCH] pci-iov: Add support for unmanaged SR-IOV Alexander Duyck (Wed Feb 28 2018 - 12:49:32 EST)
- [PATCH 00/10] Add Actions Semi S900 pinctrl and gpio support Manivannan Sadhasivam (Wed Feb 28 2018 - 12:50:56 EST)
- Re: [PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe Andrei Vagin (Wed Feb 28 2018 - 12:51:01 EST)
- [PATCH 02/10] arm64: dts: actions: Add pinctrl node for S900 Manivannan Sadhasivam (Wed Feb 28 2018 - 12:51:09 EST)
- [PATCH 03/10] arm64: actions: Enable PINCTRL in platforms Kconfig Manivannan Sadhasivam (Wed Feb 28 2018 - 12:51:19 EST)
- [PATCH 04/10] pinctrl: actions: Add Actions S900 pinctrl driver Manivannan Sadhasivam (Wed Feb 28 2018 - 12:51:35 EST)
- [PATCH 06/10] arm64: dts: actions: Add S900 gpio nodes Manivannan Sadhasivam (Wed Feb 28 2018 - 12:51:46 EST)
- [PATCH 07/10] arm64: dts: actions: Add gpio line names to Bubblegum-96 board Manivannan Sadhasivam (Wed Feb 28 2018 - 12:51:53 EST)
- [PATCH 08/10] gpio: Add gpio driver for Actions OWL S900 SoC Manivannan Sadhasivam (Wed Feb 28 2018 - 12:52:00 EST)
- [PATCH 10/10] MAINTAINERS: Add Actions Semi S900 pinctrl and gpio entries Manivannan Sadhasivam (Wed Feb 28 2018 - 12:52:15 EST)
- [PATCH 09/10] MAINTAINERS: Add reviewer for ACTIONS platforms Manivannan Sadhasivam (Wed Feb 28 2018 - 12:52:15 EST)
- Re: [PATCH 1/3] dt-bindings: Add a binding for the sunxi message box Samuel Holland (Wed Feb 28 2018 - 12:52:34 EST)
- Re: [PATCH V2] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert Bart Van Assche (Wed Feb 28 2018 - 12:52:49 EST)
- Re: [PATCH 0/3] STM32 Extended TrustZone Protection driver Mark Rutland (Wed Feb 28 2018 - 12:53:14 EST)
- Re: [PATCH 3/3] mailbox: sunxi-msgbox: Add a new mailbox driver Samuel Holland (Wed Feb 28 2018 - 12:53:34 EST)
- Re: [PATCH v2 2/5] sysctl: Add flags to support min/max range clamping Waiman Long (Wed Feb 28 2018 - 12:53:48 EST)
- [PATCH 05/10] dt-bindings: gpio: Add gpio nodes for Actions S900 SoC Manivannan Sadhasivam (Wed Feb 28 2018 - 12:54:31 EST)
- [PATCH 1/2] drm/sun4i: increase lvds dclk max divisor Giulio Benetti (Wed Feb 28 2018 - 12:54:49 EST)
- [PATCH 2/2] drm/sun4i: add lvds mode_valid function Giulio Benetti (Wed Feb 28 2018 - 12:55:05 EST)
- Re: [PATCH v2 3/5] sysctl: Warn when a clamped sysctl parameter is set out of range Waiman Long (Wed Feb 28 2018 - 12:55:18 EST)
- [PATCH 01/10] dt-bindings: pinctrl: Add bindings for Actions S900 SoC Manivannan Sadhasivam (Wed Feb 28 2018 - 12:55:54 EST)
- Re: [PATCH v2 4/5] ipc: Clamp msgmni and shmmni to the real IPCMNI limit Waiman Long (Wed Feb 28 2018 - 12:56:52 EST)
- [PATCH 1/3] certs: define a trusted platform keyring Nayna Jain (Wed Feb 28 2018 - 12:56:58 EST)
- [PATCH 2/3] keys: export find_keyring_by_name() Nayna Jain (Wed Feb 28 2018 - 12:57:11 EST)
- [PATCH 3/3] ima: support platform keyring for kernel appraisal Nayna Jain (Wed Feb 28 2018 - 12:57:18 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Thomas Gleixner (Wed Feb 28 2018 - 12:58:12 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Thomas Gleixner (Wed Feb 28 2018 - 12:59:39 EST)
- Re: [RFT 0/7] firmware: enable caching of firmware for reboot optimization cantabile (Wed Feb 28 2018 - 13:03:37 EST)
- [PATCH] X86/KVM: Update the exit_qualification access bits while walking an address KarimAllah Ahmed (Wed Feb 28 2018 - 13:07:12 EST)
- Re: [PATCH v2 05/15] s390: vfio-ap: base implementation of VFIO AP device driver Cornelia Huck (Wed Feb 28 2018 - 13:10:35 EST)
- Re: [RFC] power/hibernate: Make passing hibernate offsets more friendly Andy Shevchenko (Wed Feb 28 2018 - 13:11:28 EST)
- [GIT PULL] dma-mapping fixe for Linux 4.16 Christoph Hellwig (Wed Feb 28 2018 - 13:12:29 EST)
- Re: [PATCH 3/3] mailbox: sunxi-msgbox: Add a new mailbox driver Jassi Brar (Wed Feb 28 2018 - 13:14:25 EST)
- [PATCH v3 00/10] Add Actions Semi S900 pinctrl and gpio support Manivannan Sadhasivam (Wed Feb 28 2018 - 13:15:22 EST)
- [PATCH v3 01/10] dt-bindings: pinctrl: Add bindings for Actions S900 SoC Manivannan Sadhasivam (Wed Feb 28 2018 - 13:15:31 EST)
- [PATCH v3 02/10] arm64: dts: actions: Add pinctrl node for S900 Manivannan Sadhasivam (Wed Feb 28 2018 - 13:15:43 EST)
- [PATCH v3 03/10] arm64: actions: Enable PINCTRL in platforms Kconfig Manivannan Sadhasivam (Wed Feb 28 2018 - 13:15:47 EST)
- [PATCH v3 04/10] pinctrl: actions: Add Actions S900 pinctrl driver Manivannan Sadhasivam (Wed Feb 28 2018 - 13:15:58 EST)
- [PATCH v3 05/10] dt-bindings: gpio: Add gpio nodes for Actions S900 SoC Manivannan Sadhasivam (Wed Feb 28 2018 - 13:16:04 EST)
- [PATCH v3 06/10] arm64: dts: actions: Add S900 gpio nodes Manivannan Sadhasivam (Wed Feb 28 2018 - 13:16:11 EST)
- [PATCH v3 07/10] arm64: dts: actions: Add gpio line names to Bubblegum-96 board Manivannan Sadhasivam (Wed Feb 28 2018 - 13:16:19 EST)
- [PATCH v3 08/10] gpio: Add gpio driver for Actions OWL S900 SoC Manivannan Sadhasivam (Wed Feb 28 2018 - 13:16:28 EST)
- [PATCH v3 09/10] MAINTAINERS: Add reviewer for ACTIONS platforms Manivannan Sadhasivam (Wed Feb 28 2018 - 13:16:34 EST)
- [PATCH v3 10/10] MAINTAINERS: Add Actions Semi S900 pinctrl and gpio entries Manivannan Sadhasivam (Wed Feb 28 2018 - 13:16:41 EST)
- [PATCH] powerpc/dma: remove unnecessary BUG() Christophe Leroy (Wed Feb 28 2018 - 13:21:54 EST)
- Re: [PATCH] drm/sun4i: init dclk_min_div & dclk_max_div inside encoder init functions Giulio Benetti (Wed Feb 28 2018 - 13:22:22 EST)
- Re: [PATCH v3] of: cache phandle nodes to reduce cost of of_find_node_by_phandle() Frank Rowand (Wed Feb 28 2018 - 13:22:47 EST)
- Re: [PATCH v2 4/6] x86: Consolidate PCI_MMCONFIG configs Bjorn Helgaas (Wed Feb 28 2018 - 13:22:58 EST)
- I Hope You Get My Message This Time Friedrich Mayrhofer (Wed Feb 28 2018 - 13:23:08 EST)
- Re: [PATCH 00/10] Add Actions Semi S900 pinctrl and gpio support Manivannan Sadhasivam (Wed Feb 28 2018 - 13:23:49 EST)
- Re: [PATCH v2 11/11] test_firmware: test three firmware kernel configs using a proc knob Luis R. Rodriguez (Wed Feb 28 2018 - 13:26:17 EST)
- [RFC PATCH v4 5/7] xen/pvh: Move Xen code for getting mem map via hcall out of common file Maran Wilson (Wed Feb 28 2018 - 13:29:41 EST)
- [RFC PATCH v4 3/7] xen/pvh: Create a new file for Xen specific PVH code Maran Wilson (Wed Feb 28 2018 - 13:29:51 EST)
- [RFC PATCH v4 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH Maran Wilson (Wed Feb 28 2018 - 13:30:08 EST)
- [RFC PATCH v4 2/7] xen/pvh: Move PVH entry code out of Xen specific tree Maran Wilson (Wed Feb 28 2018 - 13:30:19 EST)
- [RFC PATCH v4 4/7] xen/pvh: Move Xen specific PVH VM initialization out of common code Maran Wilson (Wed Feb 28 2018 - 13:30:32 EST)
- [RFC PATCH v4 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point Maran Wilson (Wed Feb 28 2018 - 13:30:59 EST)
- [RFC PATCH v4 7/7] KVM: x86: Allow Qemu/KVM to use PVH entry point Maran Wilson (Wed Feb 28 2018 - 13:31:24 EST)
- Re: [PATCH 0/3] STM32 Extended TrustZone Protection driver Robin Murphy (Wed Feb 28 2018 - 13:32:25 EST)
- Re: [RFC PATCH] Randomization of address chosen by mmap. Matthew Wilcox (Wed Feb 28 2018 - 13:34:03 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Reinette Chatre (Wed Feb 28 2018 - 13:35:01 EST)
- Re: [PATCH v3 01/22] nvmem: Document struct nvmem_config Sean Wang (Wed Feb 28 2018 - 13:35:14 EST)
- Re: [PATCH v3 04/10] pinctrl: actions: Add Actions S900 pinctrl driver Andy Shevchenko (Wed Feb 28 2018 - 13:37:01 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Thomas Gleixner (Wed Feb 28 2018 - 13:39:21 EST)
- Re: [PATCH v3 08/10] gpio: Add gpio driver for Actions OWL S900 SoC Andy Shevchenko (Wed Feb 28 2018 - 13:39:41 EST)
- [RFC PATCH v4 6/7] xen/pvh: Add memory map pointer to hvm_start_info struct Maran Wilson (Wed Feb 28 2018 - 13:39:52 EST)
- Re: [PATCH] rcu: Clean up rcu_init_nohz() by removing unnecessary statements Paul E. McKenney (Wed Feb 28 2018 - 13:40:50 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Thomas Gleixner (Wed Feb 28 2018 - 13:42:40 EST)
- Re: [PATCH v2 2/5] sysctl: Add flags to support min/max range clamping Luis R. Rodriguez (Wed Feb 28 2018 - 13:43:34 EST)
- [PATCH v4 0/4] new driver for Valve Steam Controller Rodrigo Rivas Costa (Wed Feb 28 2018 - 13:43:47 EST)
- [PATCH v4 1/4] HID: add driver for Valve Steam Controller Rodrigo Rivas Costa (Wed Feb 28 2018 - 13:43:56 EST)
- [PATCH v4 2/4] HID: steam: add serial number information. Rodrigo Rivas Costa (Wed Feb 28 2018 - 13:44:10 EST)
- [PATCH v4 4/4] HID: steam: add battery device. Rodrigo Rivas Costa (Wed Feb 28 2018 - 13:44:19 EST)
- [PATCH v4 3/4] HID: steam: command to check wireless connection Rodrigo Rivas Costa (Wed Feb 28 2018 - 13:44:45 EST)
- Re: [RFT 0/7] firmware: enable caching of firmware for reboot optimization Luis R. Rodriguez (Wed Feb 28 2018 - 13:45:38 EST)
- Re: [PATCH v2 07/15] KVM: s390: Interfaces to configure/deconfigure guest's AP matrix Tony Krowiak (Wed Feb 28 2018 - 13:51:06 EST)
- Re: [RFC 2/4] mfd: add Gateworks System Controller core driver Andrew Lunn (Wed Feb 28 2018 - 13:53:19 EST)
- Re: [PATCH] RDMA/core: reduce IB_POLL_BATCH constant Doug Ledford (Wed Feb 28 2018 - 13:55:24 EST)
- Re: [PATCH v3 01/25] dt-bindings: soc: qcom: Add bindings for APR bus Srinivas Kandagatla (Wed Feb 28 2018 - 13:55:29 EST)
- Re: [PATCH V4 2/2] thermal: imx: add i.MX7 thermal sensor support Leonard Crestez (Wed Feb 28 2018 - 13:55:55 EST)
- Re: [PATCH 3/3] mailbox: sunxi-msgbox: Add a new mailbox driver Samuel Holland (Wed Feb 28 2018 - 13:56:49 EST)
- Re: [PATCH v2 2/5] sysctl: Add flags to support min/max range clamping Waiman Long (Wed Feb 28 2018 - 13:59:00 EST)
- Re: [PATCH] Documentation: Update ncurses package names for menuconfig Randy Dunlap (Wed Feb 28 2018 - 14:00:11 EST)
- [tip:irq/urgent] dt-bindings/irqchip/renesas-irqc: Document R-Car M3-N support tip-bot for Geert Uytterhoeven (Wed Feb 28 2018 - 14:01:34 EST)
- Re: [PATCH net] virtio-net: disable NAPI only when enabled during XDP set Ben Greear (Wed Feb 28 2018 - 14:02:52 EST)
- [tip:x86/urgent] Documentation, x86, resctrl: Make text and sample command match tip-bot for Li RongQing (Wed Feb 28 2018 - 14:04:02 EST)
- [PATCH v4 0/2] of: cache phandle nodes to reduce cost of of_find_node_by_phandle() frowand . list (Wed Feb 28 2018 - 14:05:10 EST)
- [PATCH v4 2/2] of: add early boot allocation of of_find_node_by_phandle() cache frowand . list (Wed Feb 28 2018 - 14:05:14 EST)
- [PATCH v4 1/2] of: cache phandle nodes to reduce cost of of_find_node_by_phandle() frowand . list (Wed Feb 28 2018 - 14:05:34 EST)
- Re: [PATCH v2 2/5] sysctl: Add flags to support min/max range clamping Luis R. Rodriguez (Wed Feb 28 2018 - 14:06:10 EST)
- Re: [PATCH 4/7] x86/microcode: Do not upload microcode if CPUs are offline Henrique de Moraes Holschuh (Wed Feb 28 2018 - 14:07:34 EST)
- Re: Regression in IPMI on 4.15.6 Corey Minyard (Wed Feb 28 2018 - 14:07:52 EST)
- Re: [PATCH] xfs: Correctly invert xfs_buftarg LRU isolation logic Luis R. Rodriguez (Wed Feb 28 2018 - 14:08:32 EST)
- Re: [PATCH v2 07/15] KVM: s390: Interfaces to configure/deconfigure guest's AP matrix Tony Krowiak (Wed Feb 28 2018 - 14:12:23 EST)
- Re: [PATCH v1 2/2] drm/panel: Add support for Raydium rm68200 panel driver Thierry Reding (Wed Feb 28 2018 - 14:16:26 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Reinette Chatre (Wed Feb 28 2018 - 14:18:02 EST)
- [PATCH 1/3] fixdep: remove stale references to uml-config.h Rasmus Villemoes (Wed Feb 28 2018 - 14:18:21 EST)
- [PATCH 2/3] fixdep: remove some false CONFIG_ matches Rasmus Villemoes (Wed Feb 28 2018 - 14:18:28 EST)
- [PATCH 3/3] fixdep: do not ignore kconfig.h Rasmus Villemoes (Wed Feb 28 2018 - 14:18:45 EST)
- [PATCH 1/3] tpm: move TPM_POLL_SLEEP from tpm_tis_core.c to tpm.h Nayna Jain (Wed Feb 28 2018 - 14:18:51 EST)
- [PATCH 2/3] tpm: reduce poll sleep time between send() and recv() in tpm_transmit() Nayna Jain (Wed Feb 28 2018 - 14:19:02 EST)
- [RFC PATCH 3/3] tpm: tpm_msleep() with finer granularity improves performance Nayna Jain (Wed Feb 28 2018 - 14:19:27 EST)
- Re: [PATCH] cpuidle/powernv : Restore different PSSCR for idle and hotplug Akshay Adiga (Wed Feb 28 2018 - 14:19:51 EST)
- Re: [PATCH v4 1/4] HID: add driver for Valve Steam Controller Andy Shevchenko (Wed Feb 28 2018 - 14:21:23 EST)
- [GIT PULL] xfs: fixes for 4.16-rc4 Darrick J. Wong (Wed Feb 28 2018 - 14:21:32 EST)
- Re: [PATCH] xen-netfront: Fix hang on device removal Juergen Gross (Wed Feb 28 2018 - 14:21:48 EST)
- Re: [PATCH v1 2/4] x86/pci: Re-use new dmi_get_bios_year() helper Jean Delvare (Wed Feb 28 2018 - 14:21:57 EST)
- Re: [PATCH] xen/pirq: fix error path cleanup when binding MSIs Juergen Gross (Wed Feb 28 2018 - 14:22:11 EST)
- Re: ecryptfs: Restore support for both encrypted and unencrypted file names Guenter Roeck (Wed Feb 28 2018 - 14:27:48 EST)
- Re: [PATCH v4 1/2] of: cache phandle nodes to reduce cost of of_find_node_by_phandle() Andy Shevchenko (Wed Feb 28 2018 - 14:31:37 EST)
- Clang build of arm64 kernel fails Andrey Konovalov (Wed Feb 28 2018 - 14:32:59 EST)
- [RESEND][PATCH] cpuidle/powernv : Restore different PSSCR for idle and hotplug Akshay Adiga (Wed Feb 28 2018 - 14:33:44 EST)
- Re: [PATCH v1 2/4] x86/pci: Re-use new dmi_get_bios_year() helper Andy Shevchenko (Wed Feb 28 2018 - 14:34:33 EST)
- [PATCH net-next 4/5] net: phy: cortina: Utilize generic functions Florian Fainelli (Wed Feb 28 2018 - 14:37:15 EST)
- [PATCH net-next 5/5] net: phy: marvell10g: Utilize gen10g_soft_reset() Florian Fainelli (Wed Feb 28 2018 - 14:37:25 EST)
- [PATCH net-next 3/5] net: phy: teranetics: Utilize generic functions Florian Fainelli (Wed Feb 28 2018 - 14:37:50 EST)
- [PATCH net-next 1/5] net: phy: aquantia: Utilize genphy_c45_aneg_done() Florian Fainelli (Wed Feb 28 2018 - 14:38:07 EST)
- [PATCH net-next 2/5] net: phy: Export gen10g_* functions Florian Fainelli (Wed Feb 28 2018 - 14:38:29 EST)
- Re: [PATCH v2 07/15] KVM: s390: Interfaces to configure/deconfigure guest's AP matrix Tony Krowiak (Wed Feb 28 2018 - 14:38:35 EST)
- [PATCH net-next 0/5] net: phy: Reduce duplication Florian Fainelli (Wed Feb 28 2018 - 14:39:00 EST)
- Re: [PATCH 4.4 095/108] Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version Brian Norris (Wed Feb 28 2018 - 14:40:10 EST)
- Re: [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core Thomas Gleixner (Wed Feb 28 2018 - 14:41:22 EST)
- Re: [PATCH net-next 2/5] net: phy: Export gen10g_* functions Russell King (Wed Feb 28 2018 - 14:43:43 EST)
- Re: [RFC 4/4] input: misc: Add Gateworks System Controller support Tim Harvey (Wed Feb 28 2018 - 14:44:22 EST)
- Re: [PATCH v3 05/10] pwm: add PWM mode to pwm_config() Thierry Reding (Wed Feb 28 2018 - 14:44:48 EST)
- Re: [PATCH v4 1/2] of: cache phandle nodes to reduce cost of of_find_node_by_phandle() Frank Rowand (Wed Feb 28 2018 - 14:45:01 EST)
- Re: [PATCH net-next 5/5] net: phy: marvell10g: Utilize gen10g_soft_reset() Russell King (Wed Feb 28 2018 - 14:45:06 EST)
- Re: [PATCH 8/9] drm/xen-front: Implement GEM operations Boris Ostrovsky (Wed Feb 28 2018 - 14:45:20 EST)
- Re: [PATCH v5 2/9] watchdog/hpwdt: Remove legacy NMI sourcing. Jerry Hoemann (Wed Feb 28 2018 - 14:46:08 EST)
- Re: [PATCH net-next 5/5] net: phy: marvell10g: Utilize gen10g_soft_reset() Moritz Fischer (Wed Feb 28 2018 - 14:49:31 EST)
- Re: [PATCH 8/9] drm/xen-front: Implement GEM operations Oleksandr Andrushchenko (Wed Feb 28 2018 - 14:53:06 EST)
- Re: [PATCH v2 1/2] PCI: add vendor id for Altera Bjorn Helgaas (Wed Feb 28 2018 - 14:54:06 EST)
- Re: [RFC PATCH] Randomization of address chosen by mmap. Kees Cook (Wed Feb 28 2018 - 14:54:38 EST)
- [PATCH 0/5] Migrate all TPM 2.0 commands to use struct tpm_buf Jarkko Sakkinen (Wed Feb 28 2018 - 14:58:39 EST)
- [PATCH 1/5] tpm: Trigger only missing TPM 2.0 self tests Jarkko Sakkinen (Wed Feb 28 2018 - 14:58:49 EST)
- [PATCH 2/5] tpm: migrate tpm2_shutdown() to use struct tpm_buf Jarkko Sakkinen (Wed Feb 28 2018 - 14:58:53 EST)
- [PATCH 5/5] tpm: migrate tpm2_get_random() to use struct tpm_buf Jarkko Sakkinen (Wed Feb 28 2018 - 14:59:12 EST)
- [PATCH net-next v2 5/5] net: phy: marvell10g: Utilize gen10g_soft_reset() Florian Fainelli (Wed Feb 28 2018 - 14:59:25 EST)
- [PATCH 4/5] tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf Jarkko Sakkinen (Wed Feb 28 2018 - 14:59:41 EST)
- [PATCH net-next v2 4/5] net: phy: cortina: Utilize generic functions Florian Fainelli (Wed Feb 28 2018 - 14:59:47 EST)
- [PATCH net-next v2 3/5] net: phy: teranetics: Utilize generic functions Florian Fainelli (Wed Feb 28 2018 - 15:00:12 EST)
- [PATCH net-next v2 0/5] net: phy: Reduce duplication Florian Fainelli (Wed Feb 28 2018 - 15:00:35 EST)
- [PATCH 3/5] tpm: migrate tpm2_probe() to use struct tpm_buf Jarkko Sakkinen (Wed Feb 28 2018 - 15:00:49 EST)
- [PATCH net-next v2 2/5] net: phy: Export gen10g_* functions Florian Fainelli (Wed Feb 28 2018 - 15:00:51 EST)
- [PATCH net-next v2 1/5] net: phy: aquantia: Utilize genphy_c45_aneg_done() Florian Fainelli (Wed Feb 28 2018 - 15:01:16 EST)
- RE: [RFC] power/hibernate: Make passing hibernate offsets more friendly Mario.Limonciello (Wed Feb 28 2018 - 15:05:12 EST)
- Re: [PATCH v3 05/10] pwm: add PWM mode to pwm_config() Jani Nikula (Wed Feb 28 2018 - 15:05:24 EST)
- [RFC PATCH v18 0/7] mm: security: ro protection for dynamic data Igor Stoppa (Wed Feb 28 2018 - 15:07:13 EST)
- [PATCH 1/7] genalloc: track beginning of allocations Igor Stoppa (Wed Feb 28 2018 - 15:07:21 EST)
- [PATCH 2/7] genalloc: selftest Igor Stoppa (Wed Feb 28 2018 - 15:07:41 EST)
- [PATCH 3/7] struct page: add field for vm_struct Igor Stoppa (Wed Feb 28 2018 - 15:08:35 EST)
- [PATCH 4/7] Protectable Memory Igor Stoppa (Wed Feb 28 2018 - 15:09:56 EST)
- [PATCH 5/7] Pmalloc selftest Igor Stoppa (Wed Feb 28 2018 - 15:10:56 EST)
- [PATCH 6/7] lkdtm: crash on overwriting protected pmalloc var Igor Stoppa (Wed Feb 28 2018 - 15:11:36 EST)
- [PATCH 7/7] Documentation for Pmalloc Igor Stoppa (Wed Feb 28 2018 - 15:11:49 EST)
- [PATCH 1/2 RFC] tools/memory-model: rename link and rcu-path to rcu-link and rb Alan Stern (Wed Feb 28 2018 - 15:13:51 EST)
- [PATCH 2/2 v2 RFC] tools/memory-model: redefine rb in terms of rcu-fence Alan Stern (Wed Feb 28 2018 - 15:14:02 EST)
- [PATCH 0/3] vfio/pci: ioeventfd support Alex Williamson (Wed Feb 28 2018 - 15:14:47 EST)
- [PATCH 1/3] vfio/pci: Pull BAR mapping setup from read-write path Alex Williamson (Wed Feb 28 2018 - 15:14:59 EST)
- [PATCH 2/3] vfio/pci: Use endian neutral helpers Alex Williamson (Wed Feb 28 2018 - 15:15:21 EST)
- [PATCH 3/3] vfio/pci: Add ioeventfd support Alex Williamson (Wed Feb 28 2018 - 15:15:46 EST)
- Re: [PATCH v4 2/4] HID: steam: add serial number information. Andy Shevchenko (Wed Feb 28 2018 - 15:17:57 EST)
- Re: [PATCH v4 1/2] of: cache phandle nodes to reduce cost of of_find_node_by_phandle() Andy Shevchenko (Wed Feb 28 2018 - 15:19:17 EST)
- Re: [PATCH] tinydrm: add backlight dependency Sean Paul (Wed Feb 28 2018 - 15:19:41 EST)
- Re: [PATCH 2/5] tpm: migrate tpm2_shutdown() to use struct tpm_buf Jason Gunthorpe (Wed Feb 28 2018 - 15:25:52 EST)
- [PATCH V2] x86: mce: fix kernel panic when check_interval is changed Seunghun Han (Wed Feb 28 2018 - 15:31:49 EST)
- Re: [PATCH v2 05/15] s390: vfio-ap: base implementation of VFIO AP device driver Tony Krowiak (Wed Feb 28 2018 - 15:34:45 EST)
- Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode Tony Krowiak (Wed Feb 28 2018 - 15:38:04 EST)
- Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode Tony Krowiak (Wed Feb 28 2018 - 15:40:11 EST)
- Re: [PATCH v2 13/15] KVM: s390: Configure the guest's CRYCB Tony Krowiak (Wed Feb 28 2018 - 15:46:15 EST)
- Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE Rob Herring (Wed Feb 28 2018 - 15:50:32 EST)
- Re: [PATCH] Documentation: Update ncurses package names for menuconfig Randy Dunlap (Wed Feb 28 2018 - 15:53:43 EST)
- Re: [PATCH v4 1/2] of: cache phandle nodes to reduce cost of of_find_node_by_phandle() Rob Herring (Wed Feb 28 2018 - 15:54:51 EST)
- Re: [PATCH] PCI/ASPM: Change type of threshold_ns variable to u32 Bjorn Helgaas (Wed Feb 28 2018 - 15:55:55 EST)
- RE: [PATCH v2 0/8] Decode IA32/X64 CPER Ghannam, Yazen (Wed Feb 28 2018 - 15:58:26 EST)
- [PATCH] x86/tsc: Always Running Timer (ART) nanoseconds clocksource Rajvi Jingar (Wed Feb 28 2018 - 15:58:30 EST)
- Re: [PATCH v4 1/2] of: cache phandle nodes to reduce cost of of_find_node_by_phandle() Frank Rowand (Wed Feb 28 2018 - 15:58:41 EST)
- [BUG] Kernel crash on Allwinner H3 due to sound core changes Jernej Åkrabec (Wed Feb 28 2018 - 16:02:20 EST)
- Re: [RFC PATCH] Randomization of address chosen by mmap. Daniel Micay (Wed Feb 28 2018 - 16:02:47 EST)
- xhci: Not enough bandwidth for new device state Waldemar Brodkorb (Wed Feb 28 2018 - 16:04:14 EST)
- Re: [PATCH] rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is high Paul E. McKenney (Wed Feb 28 2018 - 16:05:35 EST)
- [GIT PULL] kselftest fixes update for 4.16-rc4 Shuah Khan (Wed Feb 28 2018 - 16:10:44 EST)
- Re: [Xen-devel] [RFC PATCH v4 4/7] xen/pvh: Move Xen specific PVH VM initialization out of common code Konrad Rzeszutek Wilk (Wed Feb 28 2018 - 16:12:37 EST)
- Re: [Xen-devel] [RFC PATCH v4 3/7] xen/pvh: Create a new file for Xen specific PVH code Konrad Rzeszutek Wilk (Wed Feb 28 2018 - 16:12:43 EST)
- Re: [PATCH] IB/usnic: Delete an error message for a failed memory allocation in usnic_transport_init() Jason Gunthorpe (Wed Feb 28 2018 - 16:14:01 EST)
- Re: [RFC 2/4] mfd: add Gateworks System Controller core driver Tim Harvey (Wed Feb 28 2018 - 16:14:10 EST)
- Re: [PATCH 1/3] RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_create_nlmsg() Jason Gunthorpe (Wed Feb 28 2018 - 16:14:19 EST)
- Re: [Xen-devel] [RFC PATCH v4 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH Konrad Rzeszutek Wilk (Wed Feb 28 2018 - 16:14:26 EST)
- Re: [Xen-devel] [RFC PATCH v4 2/7] xen/pvh: Move PVH entry code out of Xen specific tree Konrad Rzeszutek Wilk (Wed Feb 28 2018 - 16:14:53 EST)
- Re: [PATCH 1/2] infiniband: qplib_fp: fix pointer cast Jason Gunthorpe (Wed Feb 28 2018 - 16:15:26 EST)
- Re: [RFC 2/4] mfd: add Gateworks System Controller core driver Tim Harvey (Wed Feb 28 2018 - 16:16:12 EST)
- Re: [PATCH 1/2] IB/qib: Remove unused variable (char *qib_sdma_event_names[]) Jason Gunthorpe (Wed Feb 28 2018 - 16:16:21 EST)
- Re: [PATCH] IB/rxe: Remove unused variable (char *rxe_qp_state_name[]) Jason Gunthorpe (Wed Feb 28 2018 - 16:16:42 EST)
- Re: [PATCH] regmap: irq: fix ack-invert Tim Harvey (Wed Feb 28 2018 - 16:17:47 EST)
- Re: [RFT 0/7] firmware: enable caching of firmware for reboot optimization cantabile (Wed Feb 28 2018 - 16:19:01 EST)
- [PATCH] rtc: nvmem: allow registering the nvmem device before the rtc Alexandre Belloni (Wed Feb 28 2018 - 16:20:09 EST)
- Re: 4.16 regression: s2ram broken on non-PAE i686 Thomas Gleixner (Wed Feb 28 2018 - 16:20:23 EST)
- Re: [PATCH v2 01/15] KVM: s390: refactor crypto initialization Tony Krowiak (Wed Feb 28 2018 - 16:23:49 EST)
- Re: [PATCH v2 00/16] Implement H3/H5 HDMI driver Jernej Åkrabec (Wed Feb 28 2018 - 16:23:59 EST)
- Re: [PATCH V2] PCI/ASPM: Suppress common clock mode setting failure Bjorn Helgaas (Wed Feb 28 2018 - 16:24:26 EST)
- Re: [PATCH] selftests/bpf: Add bpf_probe_read_str to bpf_helpers.h Tushar Dave (Wed Feb 28 2018 - 16:28:56 EST)
- Re: [PATCH] pci: Store more data about VFs into the SRIOV struct Bjorn Helgaas (Wed Feb 28 2018 - 16:30:33 EST)
- Re: [PATCH] selftests/bpf: Add bpf_probe_read_str to bpf_helpers.h Daniel Borkmann (Wed Feb 28 2018 - 16:31:48 EST)
- [PATCH v3] Documentation: Update ncurses package names for menuconfig Arvind Prasanna (Wed Feb 28 2018 - 16:32:54 EST)
- Re: [PATCH] pci: Store more data about VFs into the SRIOV struct Raslan, KarimAllah (Wed Feb 28 2018 - 16:33:59 EST)
- Re: [Xen-devel] [RFC PATCH v4 2/7] xen/pvh: Move PVH entry code out of Xen specific tree Paolo Bonzini (Wed Feb 28 2018 - 16:35:44 EST)
- Re: [RFC PATCH v4 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point Paolo Bonzini (Wed Feb 28 2018 - 16:39:47 EST)
- [GIT PULL 2/2] bcm2835-defconfig-next-2018-02-28 Eric Anholt (Wed Feb 28 2018 - 16:39:59 EST)
- [GIT PULL 1/2] bcm2835-dt-next-2018-02-28 Eric Anholt (Wed Feb 28 2018 - 16:40:12 EST)
- Re: [PATCH v7 10/42] clk: davinci: New driver for davinci PSC clocks David Lechner (Wed Feb 28 2018 - 16:40:32 EST)
- Re: [RESEND][PATCH] cpuidle/powernv : Restore different PSSCR for idle and hotplug Benjamin Herrenschmidt (Wed Feb 28 2018 - 16:40:43 EST)
- Re: [PATCH v2 06/16] drm/sun4i: Don't process LVDS if TCON doesn't support it Jernej Åkrabec (Wed Feb 28 2018 - 16:43:38 EST)
- [PATCH] random: Optimize add_interrupt_randomness Andi Kleen (Wed Feb 28 2018 - 16:44:01 EST)
- Re: [RFC 3/4] hwmon: add Gateworks System Controller support Tim Harvey (Wed Feb 28 2018 - 16:44:45 EST)
- Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE Frank Rowand (Wed Feb 28 2018 - 16:44:55 EST)
- Re: [PATCH v3] Documentation: Update ncurses package names for menuconfig Randy Dunlap (Wed Feb 28 2018 - 16:47:34 EST)
- [PATCH] rtc: fix rtc_time64_to_tm for 3477 Alexandre Belloni (Wed Feb 28 2018 - 16:51:03 EST)
- [PATCH] uts: create "struct uts_namespace" from kmem_cache Alexey Dobriyan (Wed Feb 28 2018 - 16:52:08 EST)
- Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency Baruch Siach (Wed Feb 28 2018 - 16:56:25 EST)
- Re: [PATCH v2 1/1] usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers Tony Lindgren (Wed Feb 28 2018 - 16:59:50 EST)
- Re: [PATCH v2 01/16] clk: sunxi-ng: Add check for minimal rate to NM PLLs Jernej Åkrabec (Wed Feb 28 2018 - 17:02:20 EST)
- Re: [PATCH] regmap: irq: fix ack-invert Tony Lindgren (Wed Feb 28 2018 - 17:04:40 EST)
- Re: [PATCH] pci: Do not read INTx PIN and LINE registers for virtual functions Bjorn Helgaas (Wed Feb 28 2018 - 17:06:54 EST)
- [PATCH v7 00/13] Support PPTT for ARM64 Jeremy Linton (Wed Feb 28 2018 - 17:07:15 EST)
- [PATCH v7 01/13] drivers: base: cacheinfo: move cache_setup_of_node() Jeremy Linton (Wed Feb 28 2018 - 17:07:21 EST)
- [PATCH v7 03/13] cacheinfo: rename of_node to fw_token Jeremy Linton (Wed Feb 28 2018 - 17:07:28 EST)
- [PATCH v7 11/13] arm64: topology: enable ACPI/PPTT based CPU topology Jeremy Linton (Wed Feb 28 2018 - 17:07:36 EST)
- [PATCH v7 13/13] arm64: topology: divorce MC scheduling domain from core_siblings Jeremy Linton (Wed Feb 28 2018 - 17:07:41 EST)
- [PATCH v7 12/13] ACPI: Add PPTT to injectable table list Jeremy Linton (Wed Feb 28 2018 - 17:07:58 EST)
- Re: [PATCH net-next 5/5] net: phy: marvell10g: Utilize gen10g_soft_reset() Florian Fainelli (Wed Feb 28 2018 - 17:08:12 EST)
- [PATCH v7 07/13] drivers: base cacheinfo: Add support for ACPI based firmware tables Jeremy Linton (Wed Feb 28 2018 - 17:08:38 EST)
- [PATCH v7 06/13] ACPI: Enable PPTT support on ARM64 Jeremy Linton (Wed Feb 28 2018 - 17:08:48 EST)
- [PATCH v7 10/13] arm64: topology: rename cluster_id Jeremy Linton (Wed Feb 28 2018 - 17:08:54 EST)
- Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency Arnd Bergmann (Wed Feb 28 2018 - 17:09:03 EST)
- [PATCH v7 09/13] ACPI/PPTT: Add topology parsing code Jeremy Linton (Wed Feb 28 2018 - 17:09:27 EST)
- [PATCH v7 08/13] arm64: Add support for ACPI based firmware tables Jeremy Linton (Wed Feb 28 2018 - 17:09:45 EST)
- [PATCH v7 05/13] ACPI/PPTT: Add Processor Properties Topology Table parsing Jeremy Linton (Wed Feb 28 2018 - 17:09:59 EST)
- [PATCH v7 04/13] arm64/acpi: Create arch specific cpu to acpi id helper Jeremy Linton (Wed Feb 28 2018 - 17:10:29 EST)
- [PATCH v7 02/13] drivers: base: cacheinfo: setup DT cache properties early Jeremy Linton (Wed Feb 28 2018 - 17:10:52 EST)
- [PATCH] drm/radeon/mkregtable: Delete unused list functions and macros Matthias Kaehlcke (Wed Feb 28 2018 - 17:17:18 EST)
- Re: [PATCH v11 8/8] perf: ARM DynamIQ Shared Unit PMU support Saravana Kannan (Wed Feb 28 2018 - 17:17:44 EST)
- [PATCH] x86/kvm/mmu: const-ify struct kvm_memory_slot pointers Joey Pabalinas (Wed Feb 28 2018 - 17:23:30 EST)
- [PATCH 3/3] media: vb2-core: vb2_ops: document non-interrupt-cantext calling Luca Ceresoli (Wed Feb 28 2018 - 17:25:13 EST)
- [PATCH 1/3] media: vb2-core: vb2_buffer_done: consolidate docs Luca Ceresoli (Wed Feb 28 2018 - 17:25:24 EST)
- [PATCH 2/3] media: vb2-core: document the REQUEUEING state Luca Ceresoli (Wed Feb 28 2018 - 17:25:48 EST)
- [PATCH 2/3] dt-bindings: clock: Add bindings for ZynqMP clock driver Jolly Shah (Wed Feb 28 2018 - 17:28:21 EST)
- [PATCH 0/3] drivers: clk: Add ZynqMp clock driver support Jolly Shah (Wed Feb 28 2018 - 17:28:31 EST)
- [PATCH 1/3] drivers: clk: Add clk_get_children support Jolly Shah (Wed Feb 28 2018 - 17:28:42 EST)
- [PATCH 3/3] drivers: clk: Add ZynqMP clock driver Jolly Shah (Wed Feb 28 2018 - 17:28:57 EST)
- Re: [PATCH V3] nvme-pci: Fixes EEH failure on ppc wenxiong (Wed Feb 28 2018 - 17:31:42 EST)
- [PATCH v3 1/4] s390: Use _refcount for pgtables Matthew Wilcox (Wed Feb 28 2018 - 17:32:17 EST)
- [PATCH v3 4/4] mm: Mark pages in use for page tables Matthew Wilcox (Wed Feb 28 2018 - 17:32:30 EST)
- [PATCH v3 0/4] Split page_type out from mapcount Matthew Wilcox (Wed Feb 28 2018 - 17:32:44 EST)
- [PATCH v3 3/4] mm: Mark pages allocated through vmalloc Matthew Wilcox (Wed Feb 28 2018 - 17:32:53 EST)
- [PATCH v3 2/4] mm: Split page_type out from _map_count Matthew Wilcox (Wed Feb 28 2018 - 17:33:08 EST)
- Re: [PATCH v7 02/13] drivers: base: cacheinfo: setup DT cache properties early Palmer Dabbelt (Wed Feb 28 2018 - 17:34:20 EST)
- Re: [PATCH v2 15/15] ARM: dts: dra7: Add high speed modes capability to MMC1/MMC2 dt node Tony Lindgren (Wed Feb 28 2018 - 17:34:33 EST)
- Re: [RFC 3/4] hwmon: add Gateworks System Controller support Guenter Roeck (Wed Feb 28 2018 - 17:36:59 EST)
- [PATCH 1/3] microblaze: remove unnecessary prom.h includes Rob Herring (Wed Feb 28 2018 - 17:39:51 EST)
- [PATCH 3/3] microblaze: dts: replace 'linux,stdout-path' with 'stdout-path' Rob Herring (Wed Feb 28 2018 - 17:39:56 EST)
- [PATCH 2/3] microblaze: remove redundant early_printk support Rob Herring (Wed Feb 28 2018 - 17:40:14 EST)
- [tip:timers/urgent] timers: Forward timer base before migrating timers tip-bot for Lingutla Chandrasekhar (Wed Feb 28 2018 - 17:40:20 EST)
- [PATCH 0/3] microblaze: remove early_printk Rob Herring (Wed Feb 28 2018 - 17:40:39 EST)
- [PATCH] powerpc: dts: replace 'linux,stdout-path' with 'stdout-path' Rob Herring (Wed Feb 28 2018 - 17:44:21 EST)
- Re: [PATCH] pci-iov: Add support for unmanaged SR-IOV Gregory Rose (Wed Feb 28 2018 - 17:45:22 EST)
- Re: [PATCH v4 1/4] HID: add driver for Valve Steam Controller Rodrigo Rivas Costa (Wed Feb 28 2018 - 17:49:41 EST)
- Re: [PATCH 07/11] kexec_file: Simplify kexec_purgatory_setup_sechdrs 1 kbuild test robot (Wed Feb 28 2018 - 17:49:58 EST)
- [GIT PULL] RISC-V: smb_mb() fix for 4.16-rc4 Palmer Dabbelt (Wed Feb 28 2018 - 17:50:35 EST)
- linux-next: manual merge of the net-next tree with the net tree Stephen Rothwell (Wed Feb 28 2018 - 17:52:31 EST)
- Re: [PATCH] net/tcp/illinois: replace broken algorithm reference link Joey Pabalinas (Wed Feb 28 2018 - 17:54:04 EST)
- Re: [PATCH v4 13/24] fpga: region: add compat_id support Alan Tull (Wed Feb 28 2018 - 17:56:06 EST)
- Re: [PATCH] IB/rxe: Remove unused variable (char *rxe_qp_state_name[]) HernÃn Gonzalez (Wed Feb 28 2018 - 17:58:49 EST)
- Re: [PATCH] random: always fill buffer in get_random_bytes_wait Theodore Ts'o (Wed Feb 28 2018 - 17:59:43 EST)
- Re: [PATCH] pci-iov: Add support for unmanaged SR-IOV Alex Williamson (Wed Feb 28 2018 - 18:00:04 EST)
- Re: [PATCH] random: Optimize add_interrupt_randomness Theodore Ts'o (Wed Feb 28 2018 - 18:02:33 EST)
- [GIT PULL] ARM: SoC fixes for v4.16 Arnd Bergmann (Wed Feb 28 2018 - 18:06:57 EST)
- Re: [PATCH] powerpc: Use generic pci_mmap_resource_range() Bjorn Helgaas (Wed Feb 28 2018 - 18:07:20 EST)
- Re: [PATCH v4 15/24] fpga: dfl-fme-pr: add compat_id support for dfl-fme-region platform device. Alan Tull (Wed Feb 28 2018 - 18:07:43 EST)
- Re: [PATCH] xtensa: Use generic pci_mmap_resource_range() Bjorn Helgaas (Wed Feb 28 2018 - 18:07:56 EST)
- Re: [PATCH] sparc: Use generic pci_mmap_resource_range() Bjorn Helgaas (Wed Feb 28 2018 - 18:08:36 EST)
- Re: [PATCH] xtensa: Use generic pci_mmap_resource_range() Max Filippov (Wed Feb 28 2018 - 18:11:34 EST)
- Re: [PATCH v4 2/4] HID: steam: add serial number information. Rodrigo Rivas Costa (Wed Feb 28 2018 - 18:12:28 EST)
- Re: [PATCH tip/core/rcu 06/10] trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched() Steven Rostedt (Wed Feb 28 2018 - 18:13:02 EST)
- RE: [PATCH V4 2/2] thermal: imx: add i.MX7 thermal sensor support Anson Huang (Wed Feb 28 2018 - 18:16:19 EST)
- [net-next PATCH] ixgbevf: fix unused variable warning Arnd Bergmann (Wed Feb 28 2018 - 18:18:21 EST)
- Dearest One. Amirah Mohy (Wed Feb 28 2018 - 18:19:29 EST)
- [PATCH] vfs: make sure struct filename->iname is word-aligned Rasmus Villemoes (Wed Feb 28 2018 - 18:19:35 EST)
- [PATCH] media: renesas-ceu: mark PM functions as __maybe_unused Arnd Bergmann (Wed Feb 28 2018 - 18:20:07 EST)
- Dearest One. Amirah Mohy (Wed Feb 28 2018 - 18:20:25 EST)
- Re: [OMPI devel] [PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe Atchley, Scott (Wed Feb 28 2018 - 18:21:54 EST)
- Re: [PATCH v3 0/4] Split page_type out from mapcount Randy Dunlap (Wed Feb 28 2018 - 18:22:59 EST)
- [PATCH resend] drivers/char/random.c: remove unused dont_count_entropy Rasmus Villemoes (Wed Feb 28 2018 - 18:23:08 EST)
- Re: [PATCH v15 08/11] fw_cfg: handle fw_cfg_read_blob() error Gabriel Somlo (Wed Feb 28 2018 - 18:26:18 EST)
- [tip:x86/apic 1/2] arch/x86/kernel/apic/apic.c:1507:2: error: 'i' undeclared kbuild test robot (Wed Feb 28 2018 - 18:28:47 EST)
- linux-next: build failure after merge of the net-next tree Stephen Rothwell (Wed Feb 28 2018 - 18:30:24 EST)
- Re: [tip:x86/apic 1/2] arch/x86/kernel/apic/apic.c:1507:2: error: 'i' undeclared Thomas Gleixner (Wed Feb 28 2018 - 18:31:57 EST)
- [PATCH 0/6] dtc updates for 4.17 Rob Herring (Wed Feb 28 2018 - 18:33:06 EST)
- [PATCH 3/6] scripts: re-enable some now fixed dtc warnings Rob Herring (Wed Feb 28 2018 - 18:33:13 EST)
- [PATCH 4/6] scripts/dtc: generate lexer and parser during build instead of shipping Rob Herring (Wed Feb 28 2018 - 18:33:21 EST)
- [PATCH 5/6] scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 Rob Herring (Wed Feb 28 2018 - 18:33:41 EST)
- [PATCH 6/6] scripts: turn off some new dtc warnings by default Rob Herring (Wed Feb 28 2018 - 18:34:00 EST)
- [PATCH 2/6] kbuild: add dtc as dependency on .dtb files Rob Herring (Wed Feb 28 2018 - 18:34:19 EST)
- [PATCH 1/6] kbuild: remove remaining use of undefined YACC_PREFIX Rob Herring (Wed Feb 28 2018 - 18:34:38 EST)
- [tip:x86/apic 1/2] arch/x86/kernel/apic/apic.c:1507:2: error: 'i' undeclared; did you mean 'if'? kbuild test robot (Wed Feb 28 2018 - 18:34:48 EST)
- Re: [GIT PULL 1/2] bcm2835-dt-next-2018-02-28 Florian Fainelli (Wed Feb 28 2018 - 18:36:05 EST)
- Re: [GIT PULL 2/2] bcm2835-defconfig-next-2018-02-28 Florian Fainelli (Wed Feb 28 2018 - 18:37:36 EST)
- [PATCH v2 09/10] nvme-pci: Add a quirk for a pseudo CMB Logan Gunthorpe (Wed Feb 28 2018 - 18:40:37 EST)
- [PATCH v2 07/10] nvme-pci: Use PCI p2pmem subsystem to manage the CMB Logan Gunthorpe (Wed Feb 28 2018 - 18:40:51 EST)
- [PATCH v2 08/10] nvme-pci: Add support for P2P memory in requests Logan Gunthorpe (Wed Feb 28 2018 - 18:41:02 EST)
- [PATCH v2 01/10] PCI/P2PDMA: Support peer to peer memory Logan Gunthorpe (Wed Feb 28 2018 - 18:41:27 EST)
- [PATCH v2 06/10] IB/core: Add optional PCI P2P flag to rdma_rw_ctx_[init|destroy]() Logan Gunthorpe (Wed Feb 28 2018 - 18:41:36 EST)
- [PATCH v2 02/10] PCI/P2PDMA: Add sysfs group to display p2pmem stats Logan Gunthorpe (Wed Feb 28 2018 - 18:41:45 EST)
- [PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory Logan Gunthorpe (Wed Feb 28 2018 - 18:41:59 EST)
- [PATCH v2 10/10] nvmet: Optionally use PCI P2P memory Logan Gunthorpe (Wed Feb 28 2018 - 18:42:15 EST)
- [PATCH v2 04/10] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches Logan Gunthorpe (Wed Feb 28 2018 - 18:42:55 EST)
- [PATCH v2 05/10] block: Introduce PCI P2P flags for request and request queue Logan Gunthorpe (Wed Feb 28 2018 - 18:43:17 EST)
- [PATCH v2 03/10] PCI/P2PDMA: Add PCI p2pmem dma mappings to adjust the bus offset Logan Gunthorpe (Wed Feb 28 2018 - 18:43:31 EST)
- Re: [PATCH v4] usb: core: Add "quirks" parameter for usbcore kbuild test robot (Wed Feb 28 2018 - 18:53:52 EST)
- Re: [PATCH V3] nvme-pci: Fixes EEH failure on ppc Keith Busch (Wed Feb 28 2018 - 18:55:24 EST)
- Re: [PATCH v15 08/11] fw_cfg: handle fw_cfg_read_blob() error Michael S. Tsirkin (Wed Feb 28 2018 - 18:58:12 EST)
- Re: [PATCH v15 08/11] fw_cfg: handle fw_cfg_read_blob() error Michael S. Tsirkin (Wed Feb 28 2018 - 18:58:29 EST)
- Re: [PATCH v2 11/11] test_firmware: test three firmware kernel configs using a proc knob Josh Triplett (Wed Feb 28 2018 - 19:01:20 EST)
- Re: [PATCH resend] drivers/char/random.c: remove unused dont_count_entropy Theodore Ts'o (Wed Feb 28 2018 - 19:05:24 EST)
- Re: [PATCH v4] usb: core: Add "quirks" parameter for usbcore kbuild test robot (Wed Feb 28 2018 - 19:09:56 EST)
- Re: [PATCH] clk: imx: imx7d: correct video pll clock tree Shawn Guo (Wed Feb 28 2018 - 19:14:42 EST)
- Re: [PATCH v3] Documentation: Update ncurses package names for menuconfig Masahiro Yamada (Wed Feb 28 2018 - 19:17:21 EST)
- Re: [RFC PATCH 0/4 v2] Define killable version for access_remote_vm() and use it in fs/proc Yang Shi (Wed Feb 28 2018 - 19:17:51 EST)
- linux-next: build warnings after merge of the block tree Stephen Rothwell (Wed Feb 28 2018 - 19:26:45 EST)
- Re: [PATCH v2 5/6] platform/chrome: cros_ec_debugfs: Add PD port info to debugfs kbuild test robot (Wed Feb 28 2018 - 19:27:05 EST)
- Re: [PATCH 1/2 RFC] tools/memory-model: rename link and rcu-path to rcu-link and rb Paul E. McKenney (Wed Feb 28 2018 - 19:30:18 EST)
- Re: [PATCH 2/3] crypto: ccp - return an actual key size from RSA max_size callback Gary R Hook (Wed Feb 28 2018 - 19:34:25 EST)
- Re: [PATCH 3/3] crypto: ccp - protect RSA implementation from too large input data Gary R Hook (Wed Feb 28 2018 - 19:35:23 EST)
- Re: [PATCH] pci-iov: Add support for unmanaged SR-IOV Alexander Duyck (Wed Feb 28 2018 - 19:36:47 EST)
- Re: [PATCH 07/12] bus: ti-sysc: Handle some devices in omap_device compatible way Tony Lindgren (Wed Feb 28 2018 - 19:37:24 EST)
- Re: [Ocfs2-devel] [PATCH] Correct a comment error Changwei Ge (Wed Feb 28 2018 - 19:38:14 EST)
- Re: [PATCH v2 11/11] test_firmware: test three firmware kernel configs using a proc knob Luis R. Rodriguez (Wed Feb 28 2018 - 19:38:28 EST)
- Re: [PATCH] checkpatch: avoid error report caused by syzbot Yisheng Xie (Wed Feb 28 2018 - 19:45:44 EST)
- Re: [PATCH v15 08/11] fw_cfg: handle fw_cfg_read_blob() error Gabriel Somlo (Wed Feb 28 2018 - 19:49:53 EST)
- Re: [PATCH 5/5] nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors Christoph Hellwig (Wed Feb 28 2018 - 19:52:29 EST)
- [PATCH V5 1/2] ARM: dts: imx7s: add temperature monitor support Anson Huang (Wed Feb 28 2018 - 19:56:00 EST)
- [PATCH V5 2/2] thermal: imx: add i.MX7 thermal sensor support Anson Huang (Wed Feb 28 2018 - 19:56:18 EST)
- RE: [PATCH v5 01/12] drivers: base: Unified device connection lookup Jun Li (Wed Feb 28 2018 - 19:57:09 EST)
- Re: [PATCH v15 08/11] fw_cfg: handle fw_cfg_read_blob() error Gabriel Somlo (Wed Feb 28 2018 - 19:59:29 EST)
- Re: [tip:x86/apic 1/2] arch/x86/kernel/apic/apic.c:1507:2: error: 'i' undeclared Dou Liyang (Wed Feb 28 2018 - 19:59:46 EST)
- [PATCH] powerpc: Keep const vars out of writable .sdata Kees Cook (Wed Feb 28 2018 - 20:03:02 EST)
- Re: [PATCH v2 5/6] platform/chrome: cros_ec_debugfs: Add PD port info to debugfs kbuild test robot (Wed Feb 28 2018 - 20:03:23 EST)
- Re: [PATCH 0/9] drm/xen-front: Add support for Xen PV display frontend Stefano Stabellini (Wed Feb 28 2018 - 20:14:33 EST)
- Re: [PATCH] f2fs: don't put dentry page in pagecache into highmem Chao Yu (Wed Feb 28 2018 - 20:17:13 EST)
- Re: [PATCH tip/core/rcu 06/10] trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched() Paul E. McKenney (Wed Feb 28 2018 - 20:21:28 EST)
- Re: [PATCH 1/2 v3] mmc: dw_mmc: Fix the DTO timeout overflow calculation for 32-bit systems kbuild test robot (Wed Feb 28 2018 - 20:23:31 EST)
- [PATCH v2 1/2] mkfs.f2fs: support hot file extension Chao Yu (Wed Feb 28 2018 - 20:24:46 EST)
- Re: [PATCH] powerpc: dts: replace 'linux,stdout-path' with 'stdout-path' Michael Ellerman (Wed Feb 28 2018 - 20:33:26 EST)
- Re: [PATCH v3 0/4] Split page_type out from mapcount Matthew Wilcox (Wed Feb 28 2018 - 20:33:26 EST)
- Re: [PATCH] cpuidle/powernv : Restore different PSSCR for idle and hotplug Michael Ellerman (Wed Feb 28 2018 - 20:37:11 EST)
- Re: [lkp-robot] [printk] c162d5b433: BUG:KASAN:use-after-scope_in_c Sergey Senozhatsky (Wed Feb 28 2018 - 20:37:31 EST)
- Re: [PATCH v5 08/13] iommu/rockchip: Control clocks needed to access the IOMMU JeffyChen (Wed Feb 28 2018 - 20:38:20 EST)
- Re: [Xen-devel] [PATCH 0/9] drm/xen-front: Add support for Xen PV display frontend Stefano Stabellini (Wed Feb 28 2018 - 20:42:47 EST)
- Re: [PATCH] cpuidle/powernv : Restore different PSSCR for idle and hotplug Michael Ellerman (Wed Feb 28 2018 - 20:43:42 EST)
- Re: [BUG] Kernel crash on Allwinner H3 due to sound core changes Kuninori Morimoto (Wed Feb 28 2018 - 20:52:10 EST)
- Re: [PATCH 2/2 v2 RFC] tools/memory-model: redefine rb in terms of rcu-fence Boqun Feng (Wed Feb 28 2018 - 20:52:12 EST)
- Re: [PATCH] irqchip/gic-v3-its: handle rd_idx wrapping in its_wait_for_range_completion() Yang Yingliang (Wed Feb 28 2018 - 20:55:09 EST)
- Re: [PATCH V2] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert jianchao.wang (Wed Feb 28 2018 - 20:58:12 EST)
- [PATCH v2] pvcalls-front: 64-bit align flags Stefano Stabellini (Wed Feb 28 2018 - 21:05:44 EST)
- Re: ftrace: Proposal for an Alternative RecordMcount framework Alan Kao (Wed Feb 28 2018 - 21:08:18 EST)
- Re: [PATCH v2] pvcalls-front: 64-bit align flags Boris Ostrovsky (Wed Feb 28 2018 - 21:14:53 EST)
- Re: [PATCH] arm64: defconfig: Enable typec-phy and extcon-usbc-cros-ec for rk3399 Alexandre Courbot (Wed Feb 28 2018 - 21:19:54 EST)
- Re: [PATCH v2 11/11] test_firmware: test three firmware kernel configs using a proc knob Josh Triplett (Wed Feb 28 2018 - 21:25:48 EST)
- [PATCH 2/2] auxdisplay: make PANEL a menuconfig Randy Dunlap (Wed Feb 28 2018 - 21:33:32 EST)
- [PATCH 1/2] auxdisplay: fix broken menu Randy Dunlap (Wed Feb 28 2018 - 21:33:32 EST)
- Re: [PATCH 4/5] f2fs: issue discard aggressively in the gc_urgent mode Jaegeuk Kim (Wed Feb 28 2018 - 21:37:30 EST)
- Re: 4.16 regression: s2ram broken on non-PAE i686 Woody Suwalski (Wed Feb 28 2018 - 21:48:12 EST)
- Re: [PATCH] f2fs: fix to restore whint_mode in ->remount_fs Jaegeuk Kim (Wed Feb 28 2018 - 21:48:12 EST)
- [PATCH v3 1/2] mkfs.f2fs: support hot file extension Chao Yu (Wed Feb 28 2018 - 21:49:25 EST)
- Re: [PATCH v4] Revert "f2fs crypto: avoid unneeded memory allocation in ->readdir" Jaegeuk Kim (Wed Feb 28 2018 - 21:50:15 EST)
- Re: [PATCH 0/2] ESRT fixes for relocatable kexec'd kernel AKASHI Takahiro (Wed Feb 28 2018 - 21:50:24 EST)
- [PATCH v2] hwmon: g762: handle cleanup with devm_add_action Peng Hao (Wed Feb 28 2018 - 21:50:40 EST)
- Re: [PATCH] f2fs: fix to restore whint_mode in ->remount_fs Chao Yu (Wed Feb 28 2018 - 21:50:52 EST)
- [PATCH v2 0/3] x86: devicetree: re-enable x86-specific implementation Ivan Gorinov (Wed Feb 28 2018 - 21:52:41 EST)
- [PATCH v2 1/3] x86: devicetree: call early_init_dt_verify() Ivan Gorinov (Wed Feb 28 2018 - 21:52:53 EST)
- [PATCH v2 2/3] x86: devicetree: enable multiprocessing in DT Ivan Gorinov (Wed Feb 28 2018 - 21:53:00 EST)
- [PATCH v2 3/3] x86: devicetree: fix device IRQ settings in DT Ivan Gorinov (Wed Feb 28 2018 - 21:53:14 EST)
- Re: [f2fs-dev] [PATCH 1/5 v2] f2fs: add mount option for segment allocation policy Jaegeuk Kim (Wed Feb 28 2018 - 21:54:02 EST)
- Re: [PATCH 01/21] powerpc: Remove warning on array size when empty Michael Ellerman (Wed Feb 28 2018 - 21:56:07 EST)
- Re: [PATCH v4] Revert "f2fs crypto: avoid unneeded memory allocation in ->readdir" Chao Yu (Wed Feb 28 2018 - 21:58:58 EST)
- Re: [PATCH v8 02/13] kexec_file: make an use of purgatory optional AKASHI Takahiro (Wed Feb 28 2018 - 21:59:21 EST)
- Re: [PATCH 11/12] PM / AVS: SmartReflex: Prepare to use device tree based probing Kevin Hilman (Wed Feb 28 2018 - 22:07:32 EST)
- [PATCH] uml: Fix build with recent glibc Andi Kleen (Wed Feb 28 2018 - 22:09:11 EST)
- Re: [PATCH] PCI/ASPM: Change type of threshold_ns variable to u32 Gustavo A. R. Silva (Wed Feb 28 2018 - 22:15:08 EST)
- Re: [PATCH v8 03/13] kexec_file,x86,powerpc: factor out kexec_file_ops functions AKASHI Takahiro (Wed Feb 28 2018 - 22:18:15 EST)
- ERROR: "ia64_delay_loop" [drivers/spi/spi-thunderx.ko] undefined! kbuild test robot (Wed Feb 28 2018 - 22:19:11 EST)
- [PATCH net-next 0/2] virtio-net: re enable XDP_REDIRECT for mergeable buffer Jason Wang (Wed Feb 28 2018 - 22:19:19 EST)
- [PATCH net-next 1/2] virtio-net: re enable XDP_REDIRECT for mergeable buffer Jason Wang (Wed Feb 28 2018 - 22:19:29 EST)
- [PATCH net-next 2/2] virtio-net: simplify XDP handling in small buffer Jason Wang (Wed Feb 28 2018 - 22:19:39 EST)
- [PATCH 1/2] dt-bindings: clock: mediatek: add binding for fixed-factor clock axisel_d4 sean.wang (Wed Feb 28 2018 - 22:28:05 EST)
- [PATCH 2/2] clk: mediatek: fix PWM clock source by adding a fixed-factor clock sean.wang (Wed Feb 28 2018 - 22:28:17 EST)
- [PATCH] cpu_pm: add syscore_suspend error handling Derek Basehore (Wed Feb 28 2018 - 22:28:34 EST)
- Re: [PATCH] sparc: Use generic pci_mmap_resource_range() David Miller (Wed Feb 28 2018 - 22:29:03 EST)
- Re: [PATCH] soc: rockchip: power-domain: remove PM clocks JeffyChen (Wed Feb 28 2018 - 22:41:04 EST)
- linux-next: Tree for Mar 1 Stephen Rothwell (Wed Feb 28 2018 - 22:44:49 EST)
- Re: [PATCH] phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4 Tony Lindgren (Wed Feb 28 2018 - 22:46:23 EST)
- Re: [PATCH] phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4 Tony Lindgren (Wed Feb 28 2018 - 22:47:20 EST)
- [PATCH v4] staging: typec: handle vendor defined part and modify drp toggling flow ShuFanLee (Wed Feb 28 2018 - 22:47:50 EST)
- Re: [PATCH v2 4/4] pintcrl: support bias-disable of generic and special pins simultaneously Zhiyong Tao (Wed Feb 28 2018 - 22:48:18 EST)
- Re: [PATCH 11/12] PM / AVS: SmartReflex: Prepare to use device tree based probing Tony Lindgren (Wed Feb 28 2018 - 22:49:55 EST)
- [PATCHv2] phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4 Tony Lindgren (Wed Feb 28 2018 - 22:51:09 EST)
- [PATCH v5] staging: typec: handle vendor defined part and modify drp toggling flow ShuFan Lee (Wed Feb 28 2018 - 22:55:46 EST)
- Re: [PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory Benjamin Herrenschmidt (Wed Feb 28 2018 - 22:56:19 EST)
- Re: [PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory Benjamin Herrenschmidt (Wed Feb 28 2018 - 22:56:28 EST)
- Re: linux-next: build warnings after merge of the block tree Anshuman Khandual (Wed Feb 28 2018 - 23:02:33 EST)
- [PATCH] staging/imx: Fix inconsistent IS_ERR and PTR_ERR Gustavo A. R. Silva (Wed Feb 28 2018 - 23:09:51 EST)
- Re: [PATCH v2] hwmon: g762: handle cleanup with devm_add_action Guenter Roeck (Wed Feb 28 2018 - 23:10:47 EST)
- [PATCH v6] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC Shanker Donthineni (Wed Feb 28 2018 - 23:14:13 EST)
- [PATCH bpf-next 0/5] bpf, tracing: introduce bpf raw tracepoints Alexei Starovoitov (Wed Feb 28 2018 - 23:20:10 EST)
- [PATCH bpf-next 1/5] treewide: remove struct-pass-by-value from tracepoints arguments Alexei Starovoitov (Wed Feb 28 2018 - 23:20:44 EST)
- [PATCH bpf-next 4/5] libbpf: add bpf_raw_tracepoint_open helper Alexei Starovoitov (Wed Feb 28 2018 - 23:20:54 EST)
- [PATCH bpf-next 5/5] samples/bpf: raw tracepoint test Alexei Starovoitov (Wed Feb 28 2018 - 23:21:13 EST)
- Re: [PATCH 1/6] kbuild: remove remaining use of undefined YACC_PREFIX Masahiro Yamada (Wed Feb 28 2018 - 23:21:22 EST)
- [PATCH bpf-next 3/5] bpf: introduce BPF_RAW_TRACEPOINT Alexei Starovoitov (Wed Feb 28 2018 - 23:21:52 EST)
- [PATCH bpf-next 2/5] tracepoint: compute num_args at build time Alexei Starovoitov (Wed Feb 28 2018 - 23:22:03 EST)
- lening Scotwest Credit Union Limited (Wed Feb 28 2018 - 23:27:40 EST)
- Re: [PATCH 2/6] kbuild: add dtc as dependency on .dtb files Masahiro Yamada (Wed Feb 28 2018 - 23:34:27 EST)
- Re: [PATCH 4/6] scripts/dtc: generate lexer and parser during build instead of shipping Masahiro Yamada (Wed Feb 28 2018 - 23:35:38 EST)
- Re: [PATCH 0/6] dtc updates for 4.17 Masahiro Yamada (Wed Feb 28 2018 - 23:44:56 EST)
- Re: [PATCH 2/2 v2 RFC] tools/memory-model: redefine rb in terms of rcu-fence Paul E. McKenney (Wed Feb 28 2018 - 23:49:46 EST)
4375 messages sorted by:
[ author ]
[ thread ]
[ Subject ]
About this archive
Other mail archives
Mail converted by MHonArc