All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-07 12:26:17 to 2019-10-07 13:03:27 UTC [more...]

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2019-10-07 13:03 UTC 

[PATCH 4/7] regulator: s2mps11: switch to using devm_fwnode_gpiod_get
 2019-10-07 13:03 UTC  (3+ messages)
` Applied "regulator: s2mps11: switch to using devm_fwnode_gpiod_get" to the regulator tree

[PATCH 2/7] regulator: slg51000: switch to using fwnode_gpiod_get_index
 2019-10-07 13:03 UTC  (2+ messages)
` Applied "regulator: slg51000: switch to using fwnode_gpiod_get_index" to the regulator tree

[dpdk-dev] [PATCH v5 0/4] add fallback session
 2019-10-07 13:02 UTC  (2+ messages)
` [dpdk-dev] [PATCH v6 "

[PATCH 5/7] regulator: da9211: switch to using devm_fwnode_gpiod_get
 2019-10-07 13:03 UTC  (2+ messages)
` Applied "regulator: da9211: switch to using devm_fwnode_gpiod_get" to the regulator tree

[PATCH 6/7] regulator: tps65132: switch to using devm_fwnode_gpiod_get()
 2019-10-07 13:03 UTC  (2+ messages)
` Applied "regulator: tps65132: switch to using devm_fwnode_gpiod_get()" to the regulator tree

[PATCH 1/7] regulator: s5m8767: switch to using devm_fwnode_gpiod_get
 2019-10-07 13:03 UTC  (2+ messages)
` Applied "regulator: s5m8767: switch to using devm_fwnode_gpiod_get" to the regulator tree

[PATCH] regulator: pbias: Get rid of struct pbias_regulator_data
 2019-10-07 13:03 UTC  (2+ messages)
` Applied "regulator: pbias: Get rid of struct pbias_regulator_data" to the regulator tree

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2019-10-07 13:03 UTC 

[PATCH] ASoC: fsl_mqs: Fix error handling in probe
 2019-10-07 13:03 UTC  (2+ messages)
` Applied "ASoC: fsl_mqs: Fix error handling in probe" to the asoc tree

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2019-10-07 13:03 UTC 

[Bug 1846816] [NEW] Booting error on AIX 6.1 "Illegal Trap Instruction Interrupt in Kernel""
 2019-10-07 12:51 UTC  (3+ messages)
` [Bug 1846816] "

[PATCH] target/riscv: PMP violation due to wrong size parameter
 2019-10-07 13:00 UTC  (3+ messages)

[PATCH] sched/fair: scale quota and period without losing quota/period ratio precision
 2019-10-07 13:02 UTC  (6+ messages)

[dpdk-dev] [PATCH 0/8] eBPF arm64 JIT support
 2019-10-07 13:00 UTC  (5+ messages)

[odroidc1] Kernel dump while copying large files via network
 2019-10-07 13:00 UTC 

[PATCH 5.4 regression fix] x86/boot: Provide memzero_explicit
 2019-10-07 13:00 UTC  (5+ messages)

lift the xfs writepage code into iomap v6
 2019-10-07 13:00 UTC  (3+ messages)
` [PATCH 01/11] iomap: add tracing for the readpage / readpages

[GIT PULL] EDAC pile for 5.4 -> AMD family 17h, model 70h support
 2019-10-07 12:58 UTC  (3+ messages)

[RFC 0/2] net/tls: don't block after strparser error
 2019-10-07 12:58 UTC  (3+ messages)
` [RFC 1/2] net/tls: don't clear socket error if strparser aborted

[PATCH] hwmon: docs: Extend inspur-ipsps1 title underline
 2019-10-07 12:57 UTC  (2+ messages)

[PATCH 4.4 00/36] 4.4.196-stable review
 2019-10-07 12:53 UTC  (2+ messages)

[PATCH v5 0/7] backlight: gpio: simplify the driver
 2019-10-07 12:56 UTC  (5+ messages)
` [PATCH v5 7/7] backlight: gpio: pull gpio_backlight_initial_power_state() into probe

[PATCHv2 00/36] libperf: Add sampling interface
 2019-10-07 12:53 UTC  (37+ messages)
` [PATCH 01/36] libperf: Add perf_mmap__init() function
` [PATCH 02/36] libperf: Add 'struct perf_mmap_param'
` [PATCH 03/36] libperf: Add perf_mmap__mmap_len() function
` [PATCH 04/36] libperf: Add perf_mmap__mmap() function
` [PATCH 05/36] libperf: Add perf_mmap__get() function
` [PATCH 06/36] libperf: Add perf_mmap__unmap() function
` [PATCH 07/36] libperf: Add perf_mmap__put() function
` [PATCH 08/36] perf tools: Use perf_mmap way to detect aux mmap
` [PATCH 09/36] libperf: Add perf_mmap__consume() function
` [PATCH 10/36] libperf: Add perf_mmap__read_init() function
` [PATCH 11/36] libperf: Add perf_mmap__read_done() function
` [PATCH 12/36] libperf: Add perf_mmap__read_event() function
` [PATCH 13/36] libperf: Add perf_evlist__mmap()/munmap() functions
` [PATCH 14/36] libperf: Add perf_evlist__mmap_ops function
` [PATCH 15/36] libperf: Add perf_evlist_mmap_ops::idx callback
` [PATCH 16/36] libperf: Add perf_evlist_mmap_ops::get callback
` [PATCH 17/36] libperf: Add perf_evlist_mmap_ops::mmap callback
` [PATCH 18/36] perf tools: Add perf_evlist__mmap_cb_idx function
` [PATCH 19/36] perf tools: Add perf_evlist__mmap_cb_get function
` [PATCH 20/36] perf tools: Add perf_evlist__mmap_cb_mmap function
` [PATCH 21/36] perf tools: Switch to libperf mmap interface
` [PATCH 22/36] libperf: Centralize map refcnt setting
` [PATCH 23/36] libperf: Move pollfd allocation to libperf
` [PATCH 24/36] libperf: Add perf_evlist__exit function
` [PATCH 25/36] libperf: Add perf_evlist__purge function
` [PATCH 26/36] libperf: Add perf_evlist__filter_pollfd function
` [PATCH 27/36] libperf: Add perf_evlist__for_each_mmap function
` [PATCH 28/36] libperf: Move mmap allocation to perf_evlist__mmap_ops::get
` [PATCH 29/36] libperf: Move mask setup to perf_evlist__mmap_ops function
` [PATCH 30/36] libperf: Link static tests with libapi.a
` [PATCH 31/36] libperf: Add _GNU_SOURCE define to compilation
` [PATCH 32/36] libperf: Add tests_mmap_thread test
` [PATCH 33/36] libperf: Add tests_mmap_cpus test
` [PATCH 34/36] libperf: Keep count of failed tests
` [PATCH 35/36] libperf: Do not export perf_evsel__init/perf_evlist__init
` [PATCH 36/36] libperf: Add pr_err macro

[PATCH v5 0/2] Amazon's Annapurna Labs POS Driver
 2019-10-07 12:47 UTC  (6+ messages)
` [PATCH v5 1/2] dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS
` [PATCH v5 2/2] soc: amazon: al-pos-edac: Introduce Amazon's Annapurna Labs POS EDAC driver

[PATCH 0/5] perf record: Put a copy of kcore into the perf.data directory
 2019-10-07 12:55 UTC  (2+ messages)

[RESEND] everything text-poke: ftrace, modules, static_call and jump_label
 2019-10-07 12:55 UTC  (4+ messages)
` [RFC][PATCH 0/9] Variable size jump_label support

ptrace/strace and freezer oddities and v5.2+ kernels
 2019-10-07 12:54 UTC  (7+ messages)

[Qemu-devel] [PATCH v5 0/5] iotests: use python logging
 2019-10-07 12:52 UTC  (14+ messages)
` [Qemu-devel] [PATCH v5 1/5] iotests: remove 'linux' from default supported platforms
  `  "

[dpdk-dev] [RFC PATCH 0/9] security: add software synchronous crypto process
 2019-10-07 12:53 UTC  (19+ messages)
` [dpdk-dev] [RFC PATCH 1/9] security: introduce CPU Crypto action type and API

[PATCH] arm64: dts: rockchip: Add Beelink A1
 2019-10-07 12:53 UTC  (3+ messages)

[U-Boot] [PATCH 000/126] x86: Add initial support for apollolake
 2019-10-07 12:53 UTC  (32+ messages)
` [U-Boot] [PATCH 049/126] x86: pci: Drop the first parameter in pci_x86_r/w_config()
` [U-Boot] [PATCH 051/126] x86: Use a common definition of MSR_IA32_PERF_CTL
` [U-Boot] [PATCH 052/126] x86: Add a common function to set CPU thermal target
` [U-Boot] [PATCH 053/126] x86: Use a common bus clock for Intel CPUs
` [U-Boot] [PATCH 054/126] x86: Add common functions for TDP and perf control
` [U-Boot] [PATCH 055/126] x86: Tidy up some duplicate MSR defines
` [U-Boot] [PATCH 056/126] x86: Add new common CPU functions for turbo/burst mode
` [U-Boot] [PATCH 057/126] dm: core: Drop fdtdec_get_pci_addr()
` [U-Boot] [PATCH 058/126] sandbox: pci: Create a new sandbox_pci_read_bar() function
` [U-Boot] [PATCH 059/126] x86: Allow the PCH and LPC uclasses to work with of-platdata

[Patch v2 00/21] media: vpe: maintenance
 2019-10-07 12:52 UTC  (9+ messages)
` [Patch v2 16/21] media: ti-vpe: vpe: use standard struct instead of duplicating fields
` [Patch v2 19/21] media: v4l2-common: add pixel encoding support

[RFC PATCH v1 1/3] usb: phy: add usb mode for usb_phy
 2019-10-07 12:52 UTC  (6+ messages)
` [RFC PATCH v1 2/3] usb: chipidea: set mode for usb phy driver
` [RFC PATCH v1 3/3] usb: phy: mxs: optimize disconnect line condition

[PATCH v2] mm/swap: piggyback lru_add_drain_all() calls
 2019-10-07 12:50 UTC  (6+ messages)

[PATCH] drm/panfrost: Handle resetting on timeout better
 2019-10-07 12:50 UTC  (2+ messages)

[PATCH v3] nvme: retain split access workaround for capability reads
 2019-10-07 12:48 UTC  (7+ messages)

[Cocci] Adding code after function return types with SmPL
 2019-10-07 12:48 UTC 

[Cocci] Adding code after function return types with SmPL
 2019-10-07 12:48 UTC 

[PATCH rdma-next v1 0/3] Optimize SGL registration
 2019-10-07 12:48 UTC  (5+ messages)
` [PATCH rdma-next v1 2/3] RDMA/rw: Support threshold for registration vs scattering to local pages

drm_sched with panfrost crash on T820
 2019-10-07 12:47 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jolsa/perf
 2019-10-07 12:47 UTC 

post-receive: pub/scm/linux/kernel/git/shawnguo/linux
 2019-10-07 12:47 UTC 

post-receive: pub/scm/linux/kernel/git/shawnguo/linux
 2019-10-07 12:45 UTC 

[PATCH v5 0/2] x86/jailhouse: improve probing of platform UARTs
 2019-10-07 12:38 UTC  (3+ messages)
` [PATCH v5 1/2] x86/jailhouse: improve setup data version comparison
` [PATCH v5 2/2] x86/jailhouse: Only enable platform UARTs if available

[PATCH v9 0/5] Add a generic driver for LED-based backlight
 2019-10-07 12:44 UTC  (12+ messages)
` [PATCH v9 1/5] leds: populate the device's of_node
` [PATCH v9 2/5] leds: Add of_led_get() and led_put()
` [PATCH v9 3/5] leds: Add managed API to get a LED from a device driver
` [PATCH v9 4/5] dt-bindings: backlight: Add led-backlight binding
` [PATCH v9 5/5] backlight: add led-backlight driver

[PATCH 0/3] LTC2947 support
 2019-10-07 12:44 UTC  (7+ messages)
` [PATCH 2/3] hwmon: Add support for ltc2947

[PATCH v2] mm/page_isolation: fix a deadlock with printk()
 2019-10-07 12:43 UTC  (8+ messages)

[ANNOUNCE] Xenomai v3.1-rc2 available
 2019-10-07 12:43 UTC 

[PATCH 0/3] Fix sdhci-of-esdhc DMA coherency
 2019-10-07 12:42 UTC  (4+ messages)
` [PATCH 3/3] arm64: dts: mark lx2160a esdhc controllers dma coherent

[PATCH v2] dt-bindings: iio: maxbotix,mb1232.yaml: transform to yaml
 2019-10-07 12:42 UTC  (2+ messages)

[PATCH v5 0/9] target/arm/kvm: enable SVE in guests
 2019-10-07 12:41 UTC  (4+ messages)
` [PATCH v5 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties

[dpdk-dev] [PATCH v2 0/3] net/atlantic: Atlantic PMD updates
 2019-10-07 12:42 UTC  (2+ messages)

[warrior][PATCH] systemd: Expose resolv-conf alternative only when resolved is built
 2019-10-07 12:42 UTC  (3+ messages)

[Qemu-devel] Is network backend netmap worth keeping?
 2019-10-07 12:39 UTC  (7+ messages)
` [PATCH] netmap: support git-submodule build otption

[PATCH 0/2] Add support for ADUX1020 sensor
 2019-10-07 12:40 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: iio: light: Add binding for ADUX1020

[PATCH v5 00/12] S.A.R.A. a new stacked LSM
 2019-10-07 12:40 UTC  (6+ messages)
` [PATCH v5 04/12] S.A.R.A.: generic DFA for string matching

[PATCH v5 net-next 0/7] ipv6: Extension header infrastructure
 2019-10-07 12:39 UTC  (3+ messages)
` [PATCH v5 net-next 6/7] ip6tlvs: Add netlink interface

[igt-dev] [PATCH i-g-t] meson: Remove redundant install params from configure_file
 2019-10-07 12:39 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[PATCH v2] lib/smp_processor_id: Don't use cpumask_equal()
 2019-10-07 12:39 UTC  (2+ messages)

[PATCH] ARM: dts: imx6qdl-wandboard: add ethernet PHY description
 2019-10-07 12:38 UTC  (2+ messages)

[dpdk-dev] [BUG] service_lcore_en_dis_able from service_autotest failing
 2019-10-07 12:38 UTC  (7+ messages)

[stable 4.4/4.9/4.14/4.19] KVM: nVMX: handle page fault in vmread fix
 2019-10-07 12:36 UTC 

[PATCH 1/3] dt-bindings: watchdog: sam9x60_wdt: add bindings
 2019-10-07 12:36 UTC  (5+ messages)
` [PATCH 2/3] watchdog: sam9x60_wdt: introduce sam9x60 watchdog timer driver

[kbuild] [usb:usb-next 32/38] drivers/usb/typec/hd3ss3220.c:182 hd3ss3220_probe() warn: passing zero to 'PTR_ERR'
 2019-10-07 12:36 UTC  (2+ messages)

[PULL v2 0/8] Ide patches
 2019-10-07 12:33 UTC  (2+ messages)

[v2 1/2] arm64: dts: ls1028a: Update the clock providers for the Mali DP500
 2019-10-07 12:35 UTC  (7+ messages)
` [v2 2/2] arm64: dts: ls1028a: Update the DT node definition for dpclk

post-receive: pub/scm/linux/kernel/git/arm64/linux
 2019-10-07 12:35 UTC 

post-receive: pub/scm/linux/kernel/git/arm64/linux
 2019-10-07 12:34 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2019-10-07 12:34 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2019-10-07 12:34 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-devel
 2019-10-07 12:34 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-devel
 2019-10-07 12:34 UTC 

[PATCH v3 1/2] iio: temperature: Add support for LTC2983
 2019-10-07 12:33 UTC  (5+ messages)

[PATCH v10 00/16] Multicolor Framework
 2019-10-07 12:35 UTC  (4+ messages)
` [PATCH v10 06/16] leds: lp50xx: Add the LP50XX family of the RGB LED driver

[PATCH] kasan: fix the missing underflow in memmove and memcpy with CONFIG_KASAN_GENERIC=y
 2019-10-07 12:32 UTC  (35+ messages)

[Xen-devel] [PATCH v3 00/10] ioreq: add support for internal servers
 2019-10-07 12:32 UTC  (3+ messages)
` [Xen-devel] [PATCH v3 08/10] vpci: register as an internal ioreq server

[PATCH] rtc: pcf2127: handle boot-enabled watchdog feature
 2019-10-07 12:31 UTC  (8+ messages)
` [PATCHv2] "

[PATCH 0/3] bus: ti-sysc: fix reset sequencing
 2019-10-07 12:29 UTC  (8+ messages)
` [PATCH 1/3] bus: ti-sysc: re-order reset and main clock controls
` [PATCH 2/3] bus: ti-sysc: drop the extra hardreset during init
` [PATCH 3/3] bus: ti-sysc: avoid toggling power state of module during probe

[PATCH 00/16] io_uring: add Linux io_uring AIO engine
 2019-10-07 12:09 UTC  (5+ messages)
` [PATCH 10/16] block/io_uring: adds userspace completion polling
` [PATCH 14/16] tests/qemu-iotests: enable testing with aio options
` [PATCH 15/16] tests/qemu-iotests: use AIOMODE with various tests
` [PATCH 16/16] block/io_uring: adds fd registration

[Xen-devel] [PATCH for-4.13 0/4] docs/sphinx
 2019-10-07 12:29 UTC  (4+ messages)
` [Xen-devel] [PATCH 1/4] docs/sphinx: License content with CC-BY-4.0

[Xen-devel] [linux-linus test] 142372: regressions - FAIL
 2019-10-07 12:29 UTC 

[PATCH v11 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-07 12:29 UTC  (9+ messages)
            ` [virtio-dev] "

[PATCH] firmware: vpd: Add an interface to read VPD value
 2019-10-07 12:27 UTC  (4+ messages)
  ` [alsa-devel] "

RE:PERSONAL LETTER FROM MRS RASHIA AMIRA
 2019-10-07 12:28 UTC 

[PATCH 0/7] add XDP support to mvneta driver
 2019-10-07 12:27 UTC  (4+ messages)
` [PATCH 2/7] net: mvneta: introduce page pool API for sw buffer manager

[PATCH v2] kheaders: making headers archive reproducible
 2019-10-07 12:26 UTC  (4+ messages)

[LTP] [PATCH v2] lsmod01: Add kernel module
 2019-10-07 12:26 UTC  (4+ messages)

[PATCH] dmaengine: zx: Use devm_platform_ioremap_resource() in zx_dma_probe()
 2019-10-07 12:25 UTC  (3+ messages)

[PATCH 0/2] clk: ti: fix GFX clocks for reset support
 2019-10-07 12:26 UTC  (2+ messages)
` [PATCH 2/2] clk: ti: am43xx: drop idlest polling from gfx clock


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.