public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-31 18:00:33 to 2017-05-31 22:45:41 UTC [more...]

[PATCH v3 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test
 2017-06-01 22:42 UTC 

[GIT PULL] Immutable branch between MFD, GPIO, Thermal and X86 due for the v4.13 merge window
 2017-05-31 22:37 UTC  (10+ messages)
` [PATCH v5 0/8] mfd: intel_soc_pmic_bxtwc: Add chained IRQ support
  ` [PATCH v5 1/8] mfd: intel_soc_pmic_bxtwc: Fix TMU interrupt index
  ` [PATCH v5 2/8] mfd: intel_soc_pmic_bxtwc: Remove thermal second level irqs
  ` [PATCH v5 3/8] thermal: intel_bxt_pmic_thermal: Use first level PMIC thermal irq
  ` [PATCH v5 4/8] mfd: intel_soc_pmic_bxtwc: Remove second level irq for gpio device
  ` [PATCH v5 5/8] gpio: gpio-wcove: Use first level PMIC GPIO irq
  ` [PATCH v5 6/8] mfd: intel_soc_pmic_bxtwc: Utilize devm_* functions in driver probe
  ` [PATCH v5 7/8] mfd: intel_soc_pmic_bxtwc: Use chained irqs for second level irq chips
  ` [PATCH v5 8/8] platform/x86: intel_bxtwc_tmu: Remove first level irq unmask

[PATCH v3 0/9] mtd: sharpslpart partition parser
 2017-05-31 22:40 UTC  (10+ messages)
` [PATCH v3 1/9] mtd: sharpslpart: add sharpslpart MTD "
` [PATCH v3 2/9] mtd: nand: sharpsl.h: support partition parser types
` [PATCH v3 3/9] mfd: tmio.h: "
` [PATCH v3 4/9] mtd: nand: sharpsl.c: take in account "
` [PATCH v3 5/9] mtd: nand: tmio_nand.c: "
` [PATCH v3 6/9] arm: pxa: corgi.c: remove hardcoded partitioning, use sharpslpart parser
` [PATCH v3 7/9] arm: pxa: tosa.c: "
` [PATCH v3 8/9] arm: pxa: spitz.c: "
` [PATCH v3 9/9] arm: pxa: poodle.c: "

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

[PATCH 27/28] ext4: xattr inode deduplication
 2017-05-31 22:33 UTC  (2+ messages)
` [PATCH v2 "

[patch] compiler, clang: suppress warning for unused static inline functions
 2017-05-31 22:31 UTC  (9+ messages)

[PATCH v2 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test
 2017-06-01 21:33 UTC  (3+ messages)

[PATCH 1/3] perf tools: Set proper module name when build-id event found
 2017-05-31 22:24 UTC  (2+ messages)

[PATCH 1/5] x86/xsave: Move xsave initialization to after parsing early parameters
 2017-05-31 22:22 UTC  (5+ messages)
` [PATCH 2/5] x86/cpuid: Add generic table for cpuid dependencies
` [PATCH 3/5] x86/cpuid: Make clearcpuid an early param
` [PATCH 4/5] x86/xsave: Make XSAVE check the base CPUID features before enabling
` [PATCH 5/5] x86/xsave: Using generic CPUID clearing when disabling XSAVE

[RFC PATCH] x86/ldt: Rename ldr_struct.size to .n_entries
 2017-05-31 22:20 UTC  (2+ messages)

mtd: nand: fsl_ifc: fix handing of bit flips in erased pages
 2017-05-31 22:18 UTC  (6+ messages)

[PATCH V1 00/15]: support for spmi_pmic_arb v3/v5 and bug fixes
 2017-05-31 22:18 UTC  (11+ messages)
` [PATCH V1 07/15] spmi: pmic-arb: clear the latched status of the interrupt
` [PATCH V1 08/15] spmi: pmic_arb: use appropriate flow handler
` [PATCH V1 09/15] spmi: pmic-arb: check apid enabled before calling the handler
` [PATCH V1 10/15] spmi: pmic_arb: add support for PMIC bus arbiter v3
` [PATCH V1 15/15] spmi: pmic-arb: instantiate spmi_devices at arch_initcall

[PATCH] sched: Introduce scaled capacity awareness in enqueue
 2017-05-31 22:19 UTC  (3+ messages)

[PATCH v2 1/3] firmware: qcom: scm: Expose secure IO service
 2017-05-31 22:10 UTC  (9+ messages)
` [PATCH v2 2/3] firmware: qcom: scm: Expose download-mode control
` [PATCH v2 3/3] arm64: dts: qcom: Specify dload address for msm8916 and msm8996

[PATCH 0/6] mm: per-lruvec slab stats
 2017-05-31 22:03 UTC  (6+ messages)
` [PATCH 5/6] mm: memcontrol: per-lruvec stats infrastructure

[PATCH v5 00/17] fs: introduce new writeback error reporting and convert ext2 and ext4 to use it
 2017-05-31 22:01 UTC  (5+ messages)

[PATCH 00/12] trace: add the ability to parse sizeof()
 2017-05-31 21:56 UTC  (13+ messages)
` [PATCH 01/12] trace: rename kernel enum section to eval
` [PATCH 02/12] trace: rename trace_enum_map to trace_eval_map
` [PATCH 03/12] trace: rename struct module entry for trace enums
` [PATCH 04/12] trace: rename trace enum data structures in trace.c
` [PATCH 05/12] trace: rename trace_enum_mutex to trace_eval_mutex
` [PATCH 06/12] trace: rename trace.c enum functions
` [PATCH 07/12] trace: rename enum_map functions
` [PATCH 08/12] tracing: Rename enum_replace to eval_replace
` [PATCH 09/12] tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their values
` [PATCH 10/12] tracing: Update sample file to describe the new macro
` [PATCH 11/12] tracing: Add TRACE_DEFINE_SIZEOF() macros
` [PATCH 12/12] tracing: Rename update the enum_map file

[PATCH 0/3] x86: TSC_DEADLINE vs TSC_ADJUST and microcode revisions
 2017-05-31 21:58 UTC  (4+ messages)
` [PATCH 2/3] x86/apic: Add TSC_DEADLINE quirk due to errata

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

[RFC][PATCHv3 0/5] printk: introduce printing kernel thread
 2017-05-31 21:44 UTC  (7+ messages)
` [RFC][PATCHv3 2/5] "

[PATCH v2 0/2] ARM: imx6ul-14x14-evk: Fix suspend over nfs by phy
 2017-05-31 21:52 UTC  (5+ messages)
` [PATCH v2 1/2] ARM: dts: imx6ul-14x14-evk: Add ksz8081 phy properties
` [PATCH v2 net 2/2] net: phy: micrel: Restore led_mode and clk_sel on resume

[PATCH 2/2] clk: bcm2835: Minimise clock jitter for PCM clock
 2017-05-31 21:36 UTC  (3+ messages)
` [PATCH v2 "

(no subject)
 2017-05-31 21:35 UTC 

[PATCH]: perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi
 2017-05-31 21:33 UTC  (3+ messages)
` [PATCH v2]: perf/core: addressing 4x slowdown during per-process, "

[PATCH v4 0/2] net: phy: Support managed Cortina phys
 2017-05-31 21:27 UTC  (3+ messages)
` [PATCH v4 2/2] dt-bindings: net: Add Cortina device tree bindings

Sonderangebot!
 2017-05-31 21:09 UTC 

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

[RFC v3]mm: ro protection for data allocated dynamically
 2017-05-31 21:22 UTC  (8+ messages)
` [PATCH 1/1] Sealable memory support

[patch] mm, vmpressure: pass-through notification support
 2017-05-31 21:22 UTC 

[PATCH] Input: synaptics-rmi4 - use %ph to form F34 configuration ID
 2017-05-31 21:11 UTC  (4+ messages)

sparc gcc 7.1 compile issue
 2017-05-31 21:10 UTC  (2+ messages)

perf group read for inherited events
 2017-05-31 21:08 UTC  (6+ messages)

[PATCH] Fix serial console on SNI RM400 machines
 2017-05-31 20:21 UTC 

[PATCH 01/28] ext4: xattr-in-inode support
 2017-05-31 21:01 UTC  (6+ messages)
` [PATCH 07/28] ext4: call journal revoke when freeing ea_inode blocks

[PATCH 0/7] HID: Consolidate serializing ope/close in transport drivers
 2017-05-31 20:59 UTC  (8+ messages)
` [PATCH 1/7] HID: hiddev: use hid_hw_open/close instead of usbhid_open/close
` [PATCH 2/7] HID: hiddev: use hid_hw_power instead of usbhid_get/put_power
` [PATCH 3/7] HID: usbhid: do not rely on hid->open when deciding to do IO
` [PATCH 4/7] HID: serialize hid_hw_open and hid_hw_close
` [PATCH 5/7] HID: i2c-hid: remove custom locking from i2c_hid_open/close
` [PATCH 6/7] HID: usbhid: "
` [PATCH 7/7] HID: remove no longer used hid->open field

[PATCH v2 0/6] iMX6: Implement power off over standby signal
 2017-05-31 20:59 UTC  (5+ messages)
` [PATCH v2 3/6] kernel/reboot.c: export pm_power_off_prepare
` [PATCH v2 5/6] regulator: pfuze100-regulator: provide pm_power_off_prepare handler

fsl_ifc_nand: are blank pages protected by ECC?
 2017-05-31 20:59 UTC  (11+ messages)
      ` [PATCH] nand_base: optimize checking of erased buffers
        ` [PATCH] fsl_ifc_nand: fix handing of bit flips in erased nand
                ` [PATCH] mtd: nand: fsl_ifc: fix handing of bit flips in erased pages
                  ` [PATCHv2] "

[lkp-robot] [mm] aefd950b83: divide_error:#[##]
 2017-05-31 20:58 UTC  (3+ messages)

[PATCH 1/2] perf/x86/intel: enable CPU ref_cycles for GP counter
 2017-05-31 20:57 UTC  (11+ messages)

[PATCH] LSM: Convert security_hook_heads into explicit array of struct list_head
 2017-05-31 20:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] power: reset: Couple of POWER_RESET_BRCMSTB Kconfig changes
 2017-05-31 20:39 UTC  (3+ messages)
` [PATCH 1/2] power: reset: Allow selecting POWER_RESET_BRCMSTB on ARM64
` [PATCH 2/2] power: reset: Default POWER_RESET_BRCMSTB to BMIPS_GENERIC

[mm: vmstat] b6bc672448: BUG: unable to handle kernel paging request at 1c435000
 2017-05-31 20:39 UTC 

[PATCH] iscsi-target: Fix initial login PDU asynchronous socket close OOPs
 2017-05-31 20:28 UTC  (4+ messages)

[PATCH] ARM: s3c64xx: don't select ARM_AMBA from S3C64XX_PL080
 2017-05-31 20:25 UTC  (4+ messages)

[PATCH v2 0/5] ACPI et al: convert to use new UUID API
 2017-05-31 20:21 UTC  (9+ messages)
` [PATCH v2 1/5] acpi, nfit: Switch to use new generic "
` [PATCH v2 2/5] ACPI / APEI: "
` [PATCH v2 3/5] ACPI / bus: "
` [PATCH v2 4/5] ACPI / extlog: "
` [PATCH v2 5/5] ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()

[PATCH v7 00/34] i.MX Media Driver
 2017-05-31 20:11 UTC  (7+ messages)
` [PATCH v7 16/34] [media] add Omnivision OV5640 sensor driver

[PATCH 0/3] Add Keystone2 Remoteproc driver
 2017-05-31 20:05 UTC  (4+ messages)
` [PATCH 1/3] Documentation: DT: add Keystone DSP remoteproc binding

[PATCH] thermal: broadcom: ns-thermal: depends/default only for NS/NSP
 2017-05-31 20:03 UTC  (2+ messages)

[xfstests PATCH v3 0/5] add a test for reporting writeback errors across all fds on fsync
 2017-05-31 20:02 UTC  (4+ messages)
` [xfstests PATCH v3 1/5] generic: add a writeback error handling test

[PATCH net-next] net: phy: use of_mdio_parse_addr
 2017-05-31 20:01 UTC  (3+ messages)

[PATCH 0/4] Add DT support for davinci remoteproc driver
 2017-05-31 19:53 UTC  (4+ messages)
` [PATCH 3/4] Documentation: dt: Add bindings for Davinci DSP processors

[patch] staging: speakup: check for null before calling TTY's flush_buffer
 2017-05-31 19:50 UTC 

[PATCH v2] hsdk: initial port for HSDK board
 2017-05-31 19:47 UTC  (2+ messages)

[PATCH 0/7] tree-wide: use proper 'R-Car' product name
 2017-05-31 19:47 UTC  (7+ messages)
` [PATCH 1/7] dmaengine: use proper name for the R-Car SoC
` [PATCH 3/7] iio: "
` [PATCH 6/7] [media] soc_camera: rcar_vin: "

[PATCH 3.18 00/68] 3.18.52-stable review
 2017-05-31 19:47 UTC  (2+ messages)

[PATCH net-next] mdio: mux: make child bus walking more permissive and errors more verbose
 2017-05-31 19:44 UTC 

[PATCH v3 00/10] Initial Allwinner R40 support
 2017-05-31 19:42 UTC  (3+ messages)
` [PATCH v3 01/10] arm: sunxi: add support for R40 SoC

cleanup UUID types V6
 2017-05-31 19:40 UTC  (9+ messages)
` [PATCH 01/24] uuid,afs: move struct uuid_v1 back into afs
` [PATCH 08/24] uuid: rename uuid_to_bin to uuid_parse
` [PATCH 15/24] block: remove blk_part_pack_uuid

[PATCH v5] MIPS: NI 169445 board support
 2017-05-31 19:33 UTC 

[PATCH 1/2] arm64: allwinner: h5: Add initial NanoPi NEO2 support
 2017-05-31 19:33 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: sun8i: h3: Add initial NanoPi M1 Plus support

[PATCH 00/10] ARM/ARM64 Direct EOI setup for VFIO wired interrupts
 2017-05-31 19:31 UTC  (10+ messages)
` [PATCH 02/10] VFIO: platform: Introduce direct EOI interrupt handler
` [PATCH 03/10] VFIO: platform: Direct EOI irq bypass for ARM/ARM64
` [PATCH 04/10] VFIO: pci: Add automasked field to vfio_pci_irq_ctx
` [PATCH 05/10] VFIO: pci: Introduce direct EOI INTx interrupt handler

[PATCH] bcm47xx: fix build regression
 2017-05-31 19:30 UTC  (7+ messages)

[PATCH 1/5] power: supply: bq27xxx: Pass of_node along to allow device-tree supply
 2017-05-31 19:28 UTC  (6+ messages)
` [PATCH 5/5] power: supply: bq27xxx: Correct supply status with current draw

[PATCH] net: ethernet: stmmac: Fix altr_tse_pcs SGMII Initialization
 2017-05-31 19:28 UTC 

[PATCH v3 0/2] usb: Check for DMA capable buffer sanity
 2017-05-31 19:23 UTC  (7+ messages)
      `  "

[PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test
 2017-05-31 19:21 UTC  (5+ messages)

single-threaded wq lockdep is broken
 2017-05-31 19:15 UTC  (3+ messages)

[PATCH v1 0/7] Implement NVMe Namespace Descriptor Identification
 2017-05-31 19:13 UTC  (3+ messages)
` [PATCH v1 4/7] nvme: get list of namespace descriptors

[PATCH] KEYS: fix dereferencing NULL payload with nonzero length
 2017-05-31 19:11 UTC  (6+ messages)

[PATCH] KEYS: fix freeing uninitialized memory in key_update()
 2017-05-31 19:07 UTC  (3+ messages)

[PATCH 0/8] i2c: refactor core and break out blocks
 2017-05-31 19:07 UTC  (5+ messages)
` [PATCH 8/8] i2c: reformat core-base file header

[GIT][PULL] Improvements to max3421-hcd driver
 2017-05-31 19:03 UTC  (3+ messages)
` [PATCH 1/3] usb: max3421-hcd: Add devicetree support to the driver

[PATCH v3 1/4] dt-bindings: power: supply: add battery charge voltage/current
 2017-05-31 18:50 UTC  (2+ messages)

[PATCH 1/2] crypto: mediatek - remove redundant clock setting
 2017-05-31 18:46 UTC  (3+ messages)
` [PATCH 2/2] crypto: mediatek - update DT binding documentation

[PATCH 1/4] dt-bindings: rng: add generic bindings for MediaTek SoCs
 2017-05-31 18:44 UTC  (4+ messages)
` [PATCH 2/4] hwrng: mtk - add support for MT7622 SoC
` [PATCH 3/4] hwrng: mtk - add runtime PM support
` [PATCH 4/4] MAINTAINERS: add entry for MediaTek Random Number Generator

[RFC PATCH 00/11] Support for H3 Composite Output support
 2017-05-31 18:43 UTC  (9+ messages)
` [linux-sunxi] Re: [RFC PATCH 07/11] drm: sun4i: add support for the TV encoder in H3 SoC

[PATCH v5 0/7] Fix issues and factorize arm/arm64 capacity information code
 2017-05-31 18:40 UTC  (3+ messages)
` [PATCH v5 2/7] arm: fix return value of parse_cpu_capacity

[PATCH] isdn: Fix a sleep-in-atomic bug
 2017-05-31 18:38 UTC  (2+ messages)

[PATCH] enic: Fix another sleep-in-atomic bug
 2017-05-31 18:37 UTC  (2+ messages)

[PATCH] enic: Fix a sleep-in-atomic bug
 2017-05-31 18:37 UTC  (2+ messages)

[PATCH v2 2/2] perf: ThunderX2: Add Cavium Thunderx2 SoC UNCORE PMU driver
 2017-05-31 18:31 UTC  (2+ messages)

hi
 2017-05-31 18:31 UTC 

[PATCH] irqchip/gic-v3-its: Fix MSI alias accounting
 2017-05-31 18:29 UTC  (2+ messages)

[PATCH 0/3] Battery monitor MAX1721x with w1-regmap and w1-slave (resend)
 2017-05-31 18:28 UTC  (3+ messages)
` [PATCH 1/3] regmap: Add 1-Wire bus support

[PATCH v2] drm/pl111: fix warnings without CONFIG_ARM_AMBA
 2017-05-31 18:27 UTC  (2+ messages)

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

[PATCH] net: freescale: fix potential null pointer dereference
 2017-05-31 18:24 UTC  (2+ messages)

[PATCH net-next v2 0/6] net: dsa: tagger simplification
 2017-05-31 18:18 UTC  (4+ messages)
` [PATCH net-next v2 6/6] net: dsa: factor skb freeing on xmit

[GIT PULL] bcm2835 DT fixes for 4.12
 2017-05-31 18:19 UTC  (5+ messages)

[PATCH v3 0/6] stmmac: pci: Refactor DMI probing
 2017-05-31 18:09 UTC  (3+ messages)
` [PATCH v3 5/6] stmmac: pci: Use dmi_system_id table for retrieving PHY addresses

[PATCH 0/6] MFD: add driver for HiSilicon Hi6421v530 PMIC
 2017-05-31 18:07 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: mfd: Add hi6421v530 bindings

[PATCH v4 0/9] serial/gpio: exar: Fixes and support for IOT2000
 2017-05-31 18:02 UTC  (5+ messages)
` [PATCH v4 2/9] gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cards

[RFC PATCH] mm, oom: cgroup-aware OOM-killer
 2017-05-31 18:01 UTC  (9+ messages)

[PATCH v2 0/7] gpio: mockup: updates for 4.13
 2017-05-31 17:58 UTC  (5+ messages)
` [PATCH v2 1/7] gpio: mockup: improve the debugfs input sanitization

[PATCH v3 0/4] iio: adc: sama5d2_adc hw triggers and buffers
 2017-05-31 17:59 UTC  (3+ messages)
` [PATCH v3 2/4] Documentation: dt: iio: at91-sama5d2_adc: add adtrg trigger binding

[PATCH] qed: Fix a sleep-in-interrupt bug in qed_int_sp_dpc
 2017-05-31 17:59 UTC  (2+ messages)


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