messages from 2018-11-29 22:14:52 to 2018-11-30 02:52:49 UTC [more...]
[PATCH v4 0/3] Fixes for Tegra soctherm
2018-11-30 2:52 UTC (4+ messages)
` [PATCH v4 1/3] thermal: tegra: remove unnecessary warnings
[PATCH v12 0/5] x86/boot/KASLR: Parse ACPI table and limit KASLR to choosing immovable memory
2018-11-30 2:43 UTC (11+ messages)
` [PATCH v12 1/5] x86/boot: Add get_acpi_rsdp() to parse RSDP in cmdline from KEXEC
` [PATCH v12 4/5] x86/boot: Parse SRAT table from RSDP and store immovable memory
[PATCH v2] signal: add procfd_signal() syscall
2018-11-30 2:40 UTC (11+ messages)
[PATCH 0/2] selftests: firmware: fw_filesystem fix for busybox
2018-11-30 2:37 UTC (5+ messages)
` [PATCH 1/2] selftests: firmware: remove use of non-standard diff -Z option
` [PATCH 2/2] selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config
[PATCH] f2fs: avoid frequent costly fsck triggers
2018-11-30 2:35 UTC (6+ messages)
` [f2fs-dev] "
[PATCH] drm: msm: Check cmd_db_read_aux_data() for failure
2018-11-30 2:34 UTC (6+ messages)
[PATCH v6 00/10] x86/alternative: text_poke() fixes
2018-11-30 2:32 UTC (4+ messages)
` [PATCH v6 08/10] x86: avoid W^X being broken during modules loading
[PATCH v2] PCI: mediatek: Use devm_of_pci_get_host_bridge_resources() to parse DT
2018-11-30 2:30 UTC (3+ messages)
[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
2018-11-30 2:30 UTC (12+ messages)
[RFC][PATCH 00/14] function_graph: Rewrite to allow multiple users
2018-11-30 2:26 UTC (6+ messages)
[PATCH 0/8] pstore improvements (pstore-next)
2018-11-30 2:26 UTC (6+ messages)
` [PATCH 2/8] pstore: Do not use crash buffer for decompression
[PATCH] printk: don't unconditionally shortcut print_time()
2018-11-30 2:26 UTC (3+ messages)
[PATCH v3] tty: serial: qcom_geni_serial: Fix softlock
2018-11-30 2:22 UTC (2+ messages)
[PATCH 1/1] sched/headers: fix thread_info.<first> is overwritten by STACK_END_MAGIC
2018-11-30 2:19 UTC (6+ messages)
linux-next: build failure after merge of the clk tree
2018-11-30 2:17 UTC (3+ messages)
` [PATCH] clk: imx: Use do_div in SCCG due to 64-bit divisor
[PATCH v2 0/4] IRQ affinity support in PLIC driver
2018-11-30 1:57 UTC (7+ messages)
` [PATCH v2 1/4] irqchip: sifive-plic: Pre-compute context hart base and enable base
` [PATCH v2 2/4] irqchip: sifive-plic: More flexible plic_irq_toggle()
` [PATCH v2 3/4] irqchip: sifive-plic: Differentiate between PLIC handler and context
[PATCH] nvme-rdma: complete requests from ->timeout
2018-11-30 1:54 UTC (3+ messages)
[PATCH v2] tty: serial: qcom_geni_serial: Fix softlock
2018-11-30 1:51 UTC (3+ messages)
[PATCH] f2fs: add an ioctl() to explicitly trigger fsck later
2018-11-30 1:50 UTC (2+ messages)
` [f2fs-dev] "
[PATCH anybus v4 0/7] Add Fieldbus subsystem + support HMS Profinet card
2018-11-30 1:39 UTC (7+ messages)
` [PATCH anybus v4 6/7] dt-bindings: anybuss-host: document devicetree binding
linux-next: manual merge of the selinux tree with the vfs tree
2018-11-30 1:36 UTC (10+ messages)
[PATCH 1/5 v7] regulator: gpio: Convert to use descriptors
2018-11-30 1:28 UTC (3+ messages)
` [PATCH 2/5 v7] regulator: fixed/gpio: Pull inversion/OD into gpiolib
[PATCH] coresight: cpu-debug: Support for CA73 CPUs
2018-11-30 1:22 UTC
[PATCH V4 0/4] Add i.MX System Controller thermal driver support
2018-11-30 1:18 UTC (7+ messages)
` [PATCH V4 2/4] thermal: imx_sc: add i.MX system controller thermal support
` [PATCH V4 4/4] ARM64: dts: imx: add i.MX8QXP "
[PATCH v3 1/1] drm: msm: Replace dma_map_sg with dma_sync_sg*
2018-11-30 1:15 UTC (13+ messages)
[PATCH v2 0/3] Add support for using external dma in SDHCI
2018-11-30 1:15 UTC (7+ messages)
` [PATCH v2 1/3] mmc: sdhci: add support for using external DMA devices
[PATCH] fs: Make /proc/sys inodes be owned by global root
2018-11-30 1:09 UTC (4+ messages)
[PATCH] VFS: use synchronize_rcu_expedited() in namespace_unlock()
2018-11-30 1:09 UTC (10+ messages)
` [PATCH - resend] "
` [PATCH - resend*2] "
linux-next: build warnings after merge of the wireless-drivers-next tree
2018-11-30 1:05 UTC
[PATCH 0/4] Simplify mediatek clk driver probes
2018-11-30 1:01 UTC (6+ messages)
` [PATCH 1/4] of/device: Add a way to probe drivers by match data
[RFC v2 00/14] kunit: introduce KUnit, the Linux kernel unit testing framework
2018-11-30 0:59 UTC (6+ messages)
[PATCH] ARM: multi_v7_defconfig: switch CONFIG_PWM_MESON to built-in
2018-11-30 0:51 UTC (6+ messages)
Freeze when using ipheth+IPsec+IPv6
2018-11-30 0:42 UTC (5+ messages)
[PATCH] ASoC: adau1761: Ensure DSP_RUN and DSP_ENABLE are disabled
2018-11-30 0:45 UTC (2+ messages)
[PATCH 00/14] Fix wrong %pF and %pS printk format specifier usages
2018-11-30 0:40 UTC (5+ messages)
` [PATCH 09/14] fs/pstore: Use %pS printk format for direct addresses
[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2018-11-30 0:39 UTC (4+ messages)
` [RFC v3 17/19] of: unittest: migrate tests to run on KUnit
[RFC PATCH net] net: phy: fix the issue that netif always links up after resuming
2018-11-30 0:37 UTC (3+ messages)
sound/pci/hda/patch_ca0132.c:8416:3: error: implicit declaration of function 'pci_iounmap'; did you mean 'pcim_iounmap'?
2018-11-30 0:33 UTC
mmotm 2018-11-29-13-37 uploaded
2018-11-30 0:32 UTC (2+ messages)
` mmotm 2018-11-29-13-37 uploaded (kasan)
[PATCH v3 0/3] perf report/annotate: Support average IPC and IPC coverage for function
2018-11-30 0:28 UTC (6+ messages)
[PATCH v2] kernel/signal: Signal-based pre-coredump notification
2018-11-30 0:27 UTC (12+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v5 1/2] "
[PATCH v4 0/4] perf report/annotate: Support average IPC and IPC coverage for function
2018-11-30 0:26 UTC (6+ messages)
` [PATCH v4 4/4] perf report: Documentation average IPC and IPC coverage
[PATCH] dax: Fix Xarray conversion of dax_unlock_mapping_entry()
2018-11-30 0:13 UTC
[PATCH v2 0/3] mach-omap2: handle autoidle denial
2018-11-30 0:26 UTC (4+ messages)
` [PATCH v2 2/3] clk: ti: check clock type before doing autoidle ops
[PATCH v1 0/1] clk: npcm7xx: fix base address and of_clk_get_by_name
2018-11-30 0:23 UTC (3+ messages)
` [PATCH v1 1/1] clk: npcm7xx: get fixed clocks from DT
[PATCH 0/2] Two AST driver fixes
2018-11-30 0:17 UTC (6+ messages)
` [PATCH 2/2] drm/ast: Fix connector leak during driver unload
[GIT PULL] Power management fixes for v4.20-rc4
2018-11-30 0:15 UTC (2+ messages)
[GIT PULL] ACPI fix for v4.20-rc5
2018-11-30 0:15 UTC (2+ messages)
default-y for Aquantia AQtion USB to 5GbE (in -next)
2018-11-30 0:01 UTC (2+ messages)
[PATCH v8 0/3] Huawei laptops
2018-11-29 23:57 UTC (4+ messages)
` [PATCH v8 1/3] ALSA: hda: fix front speakers on Huawei MBXP
` [PATCH v8 2/3] x86: add support for Huawei WMI hotkeys
` [PATCH v8 3/3] ALSA: hda: add support for Huawei WMI micmute LED
[PATCH] net: ethernet: ti: cpsw: allow to configure min tx packet size
2018-11-29 23:51 UTC (5+ messages)
[PATCH v5 00/17] initial support for "suniv" Allwinner new ARM9 SoC
2018-11-29 23:45 UTC (7+ messages)
` [PATCH v5 13/17] clk: sunxi-ng: add support for suniv F1C100s SoC
` [linux-sunxi] [PATCH v5 00/17] initial support for "suniv" Allwinner new ARM9 SoC
[PATCH V2] clk: zynq: do not allow kmalloc failure
2018-11-29 23:45 UTC (2+ messages)
[PATCH 0/3] arm64: dts: meson: add clock controllers input clocks
2018-11-29 23:43 UTC (5+ messages)
` [PATCH 1/3] dt-bindings: clk: meson: add ao controller clock inputs
` [PATCH 2/3] dt-bindings: clk: meson: add main controller clock input
[PATCH] drm/mgag200: make array m_div_val static, shrinks object size
2018-11-29 23:40 UTC
[PATCH] watchdog: asm9260_wdt: make array mode_name static, shrinks object size
2018-11-29 23:40 UTC (2+ messages)
[PATCH] IB/usnic: fix spelling mistake "miniumum" -> "minimum"
2018-11-29 23:39 UTC (2+ messages)
[PATCH] RDMA/drivers: fix spelling mistake "initalize" -> "initialize"
2018-11-29 23:39 UTC (2+ messages)
[PATCH] RDMA/uverbs: fix ptr_ret.cocci warnings
2018-11-29 23:37 UTC (2+ messages)
[PATCH v3 0/8] mfd / platform: cros_ec: move cros_ec sysfs attributes to its own drivers
2018-11-29 23:36 UTC (14+ messages)
` [PATCH v3 1/8] mfd / platform: cros_ec: use devm_mfd_add_devices
` [PATCH v3 2/8] mfd / platform: cros_ec: move lightbar attributes to its own driver
` [PATCH v3 3/8] mfd / platform: cros_ec: move vbc "
` [PATCH v3 8/8] mfd: cros_ec: add a dev_release empty method
[PATCH v5 0/5] pstore: ramoops: support multiple pmsg instances
2018-11-29 23:33 UTC (2+ messages)
[RFT PATCH v1 0/4] Unify CPU topology across ARM64 & RISC-V
2018-11-29 23:28 UTC (5+ messages)
` [RFT PATCH v1 1/4] Documentation: DT: arm: add support for sockets defining package boundaries
` [RFT PATCH v1 2/4] dt-binding: cpu-topology: Move cpu-map to a common binding
` [RFT PATCH v1 3/4] cpu-topology: Move cpu topology code to common code
` [RFT PATCH v1 4/4] RISC-V: Parse cpu topology during boot
[PATCH] rhashtable: detect when object movement between tables might have invalidated a lookup
2018-11-29 23:26 UTC (4+ messages)
` [PATCH v3] "
[PATCH] PCI: pciehp: Report degraded links via link bandwidth notification
2018-11-29 23:24 UTC (6+ messages)
[Patch v4 1/3] CIFS: Add support for direct I/O read
2018-11-29 23:23 UTC (6+ messages)
[PATCH net-next] net: ethernet: ti: cpsw: drop vid0 configuration in dual_mac mode
2018-11-29 23:23 UTC (7+ messages)
` [PATCH net-next] net: ethernet: ti: cpsw: drop vid0 configuration in dual_mac modey
siginfo pid not populated from ptrace?
2018-11-29 23:22 UTC (10+ messages)
Cocci spatch "boolinit" - v4.14-rc1
2018-11-29 23:21 UTC (3+ messages)
` [PATCH] pstore: Fix bool initialization/comparison
[PATCH 0/2] Don’t leave executable TLB entries to freed pages
2018-11-29 23:19 UTC (4+ messages)
[PATCH 00/23 - V4] NFS: Remove generic RPC credentials
2018-11-29 23:19 UTC (2+ messages)
[PATCH v2 5/5] clk: samsung: exynos5433: add imem clock
2018-11-29 23:18 UTC (2+ messages)
[PATCH] misc: ti-st: make array read_ver_cmd static, shrinks object size
2018-11-29 23:15 UTC
[GIT PULL] pstore fix for v4.20-rc5
2018-11-29 23:15 UTC
[PATCH -next v2 00/12] pstore: various clean-ups
2018-11-29 23:08 UTC (13+ messages)
` [PATCH -next v2 01/12] pstore/ram: Correctly calculate usable PRZ bytes
` [PATCH -next v2 02/12] pstore: Do not use crash buffer for decompression
` [PATCH -next v2 03/12] pstore: Remove needless lock during console writes
` [PATCH -next v2 04/12] pstore: Avoid duplicate call of persistent_ram_zap()
` [PATCH -next v2 05/12] pstore/ram: Standardize module name in ramoops
` [PATCH -next v2 06/12] pstore/ram: Report backend assignments with finer granularity
` [PATCH -next v2 07/12] pstore/ram: Add kern-doc for struct persistent_ram_zone
` [PATCH -next v2 08/12] pstore: Improve and update some comments and status output
` [PATCH -next v2 09/12] pstore: Replace open-coded << with BIT()
` [PATCH -next v2 10/12] pstore: Map PSTORE_TYPE_* to strings
` [PATCH -next v2 11/12] pstore/ram: Simplify ramoops_get_next_prz() arguments
` [PATCH -next v2 12/12] pstore/ram: Do not treat empty buffers as valid
[PATCH] fpga: mgr: altera-ps-spi: make array dummy static, shrinks object size
2018-11-29 23:10 UTC
[GIT PULL] sound fixes for 4.20-rc5
2018-11-29 23:10 UTC (2+ messages)
[GIT PULL] SELinux fixes for v4.20 (#2)
2018-11-29 23:10 UTC (2+ messages)
[GIT PULL] s390 patches for 4.20 #3
2018-11-29 23:10 UTC (2+ messages)
[PATCH v4 0/6] perf: Add ioctl for PMU driver configuration
2018-11-29 23:09 UTC (4+ messages)
` [PATCH v4 4/6] coresight: Use PMU driver configuration for sink selection
[RFT PATCH 0/4] Unify CPU topology across ARM64 & RISC-V
2018-11-29 23:09 UTC (5+ messages)
` [RFT PATCH 1/4] Documentation: DT: arm: add support for sockets defining package boundaries
` [RFT PATCH 2/4] dt-binding: cpu-topology: Move cpu-map to a common binding
` [RFT PATCH 3/4] cpu-topology: Move cpu topology code to common code
` [RFT PATCH 4/4] RISC-V: Parse cpu topology during boot
use generic DMA mapping code in powerpc V4
2018-11-29 23:07 UTC (6+ messages)
[PATCH v8 0/2] seccomp trap to userspace
2018-11-29 23:08 UTC (3+ messages)
` [PATCH v8 1/2] seccomp: add a return code to "
[PATCH 00/12 v6] fs/locks: avoid thundering-herd wake-ups
2018-11-29 23:04 UTC (13+ messages)
` [PATCH 12/12] fs/locks: remove unnecessary white space
` [PATCH 06/12] fs/locks: use properly initialized file_lock when unlocking
` [PATCH 05/12] ocfs2: properly initial file_lock used for unlock
` [PATCH 03/12] NFS: use locks_copy_lock() to copy locks
` [PATCH 10/12] fs/locks: create a tree of dependent requests
` [PATCH 07/12] fs/locks: allow a lock request to block other requests
` [PATCH 09/12] fs/locks: change all *_conflict() functions to return bool
` [PATCH 04/12] gfs2: properly initial file_lock used for unlock
` [PATCH 08/12] fs/locks: always delete_block after waiting
` [PATCH 02/12] fs/locks: split out __locks_wake_up_blocks()
` [PATCH 01/12] fs/locks: rename some lists and pointers
` [PATCH 11/12] fs/locks: merge posix_unblock_lock() and locks_delete_block()
[PATCH v2 4/4] x86/static_call: Add inline static call implementation for x86-64
2018-11-29 23:04 UTC (13+ messages)
[PATCH v2 0/6] crypto: x86_64 optimized XChaCha and NHPoly1305 (for Adiantum)
2018-11-29 23:02 UTC (7+ messages)
` [PATCH v2 1/6] crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305
` [PATCH v2 2/6] crypto: x86/nhpoly1305 - add AVX2 "
` [PATCH v2 3/6] crypto: x86/chacha20 - limit the preemption-disabled section
` [PATCH v2 4/6] crypto: x86/chacha20 - add XChaCha20 support
` [PATCH v2 5/6] crypto: x86/chacha20 - refactor to allow varying number of rounds
` [PATCH v2 6/6] crypto: x86/chacha - add XChaCha12 support
[PATCH] ALSA: pcm: Fix starvation on down_write_nonblock()
2018-11-29 23:03 UTC (7+ messages)
[PATCH] power: supply: cpcap-battery: make array cpcap_battery_irqs static, shrinks object size
2018-11-29 23:03 UTC
[PATCH 0/2] ARM: dts: enable CPU frequency scaling on Meson8/Meson8b
2018-11-29 23:00 UTC (3+ messages)
` [PATCH 1/2] ARM: dts: meson: meson8: add the CPU OPP table
` [PATCH 2/2] ARM: dts: meson: meson8b: add the CPU OPP tables
[GIT PULL] Please pull RDMA subsystem changes
2018-11-29 22:52 UTC
[PATCH 0/2] locking/lockdep: Track number of zapped classes & report abuse
2018-11-29 22:48 UTC (4+ messages)
` [PATCH 1/2] locking/lockdep: Annotate #else/#endif's that are far from #if
` [PATCH 2/2] locking/lockdep: Track number of zapped classes & report abuse
[PATCH AUTOSEL 4.19 01/68] media: vicodec: lower minimum height to 360
2018-11-29 22:43 UTC (5+ messages)
` [PATCH AUTOSEL 4.19 52/68] iomap: sub-block dio needs to zeroout beyond EOF
[PATCH AUTOSEL 4.14 01/35] media: omap3isp: Unregister media device as first
2018-11-29 22:40 UTC (5+ messages)
` [PATCH AUTOSEL 4.14 25/35] iomap: sub-block dio needs to zeroout beyond EOF
[PTCH -next] spi: fix spi-at91-usart.c build errors when PINCTRL is not set
2018-11-29 22:34 UTC
[PATCH v10 00/27] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM)
2018-11-29 22:31 UTC (3+ messages)
` [PATCH v10 24/27] drivers: firmware: psci: Support CPU hotplug for the hierarchical model
[PATCH] MAINTAINERS: Remove unused Qualcomm SoC mailing list
2018-11-29 22:31 UTC
[PATCH v2 4/4] x86/static_call: Add inline static call implementation for x86-64
2018-11-29 22:30 UTC (14+ messages)
[PATCH 2/2] clk: Add Fixed MMIO clock driver
2018-11-29 22:29 UTC (4+ messages)
[PATCH 1/3] net/x25: fix called/calling length calculation in x25_parse_address_block
2018-11-29 22:26 UTC (6+ messages)
` [PATCH 2/3] net/x25: fix null_x25_address handling
` [PATCH 3/3] net/x25: handle call collisions
[PATCH 4.19 000/110] 4.19.6-stable review
2018-11-29 22:24 UTC (2+ messages)
overlayfs access checks on underlying layers
2018-11-29 22:22 UTC (12+ messages)
[RFC] locking/rwsem: Avoid issuing wakeup before setting the reader waiter to nil
2018-11-29 22:17 UTC (11+ messages)
[PATCH v1 0/4] phy: qcom-qmp: Fix clock-cells binding and provider
2018-11-29 22:13 UTC (2+ messages)
` [PATCH v1 4/4] phy: qcom-qmp: Expose provided clocks to DT
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).