messages from 2018-07-27 15:09:02 to 2018-07-27 18:54:24 UTC [more...]
[PATCH v1 01/10] Input: atmel_mxt_ts - only use first T9 instance
2018-07-27 18:54 UTC (2+ messages)
[PATCH v11 0/3] tracing: Centralize preemptirq tracepoints and unify their usage
2018-07-27 18:51 UTC (6+ messages)
` [PATCH v11 2/3] tracepoint: Make rcuidle tracepoint callers use SRCU
` [PATCH v11 3/3] tracing: Centralize preemptirq tracepoints and unify their usage
[PATCH 0/9] Add Reset Controller support for Actions Semi Owl SoCs
2018-07-27 18:45 UTC (10+ messages)
` [PATCH 1/9] clk: actions: Cache regmap info in private clock descriptor
` [PATCH 2/9] dt-bindings: clock: Add reset controller bindings for Actions Semi Owl SoCs
` [PATCH 3/9] dt-bindings: reset: Add binding constants for Actions Semi S700 RMU
` [PATCH 4/9] dt-bindings: reset: Add binding constants for Actions Semi S900 RMU
` [PATCH 5/9] arm64: dts: actions: Add Reset Controller support for S700 SoC
` [PATCH 6/9] arm64: dts: actions: Add Reset Controller support for S900 SoC
` [PATCH 7/9] clk: actions: Add Actions Semi Owl SoCs Reset Management Unit support
` [PATCH 8/9] clk: actions: Add Actions Semi S700 SoC "
` [PATCH 9/9] clk: actions: Add Actions Semi S900 "
[PATCH] tracing: do not leak kernel addresses
2018-07-27 18:47 UTC (12+ messages)
[PATCH] scsi: 3ware: fix return 0 on the error path of probe
2018-07-27 18:42 UTC (2+ messages)
[PATCH] xen-netfront: wait xenbus state change when load module manually
2018-07-27 18:40 UTC (2+ messages)
[GIT PULL] ACPI fix for v4.18-rc7
2018-07-27 18:37 UTC (2+ messages)
[PATCH] input: mouse: appletouch: Replace GFP_ATOMIC with GFP_KERNEL
2018-07-27 18:36 UTC (2+ messages)
[PATCH] input: misc: yealink: Replace GFP_ATOMIC with GFP_KERNEL in usb_probe()
2018-07-27 18:35 UTC (2+ messages)
[PATCH] input: tablet: aiptek: Replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()
2018-07-27 18:35 UTC (2+ messages)
[PATCH] input: misc: powermate: Replace GFP_ATOMIC with GFP_KERNEL in powermate_alloc_buffers()
2018-07-27 18:33 UTC (2+ messages)
[PATCH] input: misc: keyspan_remote: Replace GFP_ATOMIC with GFP_KERNEL in keyspan_probe()
2018-07-27 18:33 UTC (2+ messages)
[RFC PATCH v1 0/6] Resolve unwanted DMA backing with IOMMU
2018-07-27 18:31 UTC (10+ messages)
[PATCH] input: touchscreen: wdt87xx_i2c: Replace mdelay() with msleep() in wdt87xx_resume()
2018-07-27 18:30 UTC (2+ messages)
[PATCH v2] perf build: Build error in libbpf with EXTRA_CFLAGS="-Wp,-D_FORTIFY_SOURCE=2 -O2"
2018-07-27 18:29 UTC (6+ messages)
[PATCH] riscv: Convert uses of REG_FMT to %p
2018-07-27 18:12 UTC
[PATCH 0/3] ext4: fix spectre v1 gadgets
2018-07-27 18:10 UTC (6+ messages)
` [PATCH 1/3] ext4: super: Fix spectre gadget in ext4_quota_on
` [PATCH 2/3] ext4: super: Fix spectre gadgets in ext4_quota_{read,write,off}
` [PATCH 3/3] ext4: mballoc: Fix spectre gadget in ext4_mb_simple_scan_group
[PATCH v1] mm: inititalize struct pages when adding a section
2018-07-27 18:01 UTC (3+ messages)
[PATCH v3 bpf-next 00/14] bpf: cgroup local storage
2018-07-27 18:01 UTC (6+ messages)
` [PATCH v3 bpf-next 01/14] bpf: add ability to charge bpf maps memory dynamically
` [PATCH v3 bpf-next 02/14] bpf: introduce cgroup storage maps
[PATCH] perf build: Build error in libbpf missing initialization
2018-07-27 17:59 UTC (2+ messages)
RFC: simplified RISC-V interrupt and clocksource handling
2018-07-27 17:44 UTC (5+ messages)
` [PATCH 9/9] clocksource: new RISC-V SBI timer driver
[PATCH 00/38] VFS: Introduce filesystem context [ver #10]
2018-07-27 17:35 UTC (39+ messages)
` [PATCH 01/38] vfs: syscall: Add open_tree(2) to reference or clone a mount "
` [PATCH 02/38] vfs: syscall: Add move_mount(2) to move mounts around "
` [PATCH 03/38] teach move_mount(2) to work with OPEN_TREE_CLONE "
` [PATCH 04/38] vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled "
` [PATCH 05/38] vfs: Introduce the basic header for the new mount API's filesystem context "
` [PATCH 06/38] vfs: Introduce logging functions "
` [PATCH 07/38] vfs: Add configuration parser helpers "
` [PATCH 08/38] vfs: Add LSM hooks for the new mount API "
` [PATCH 09/38] selinux: Implement the new mount API LSM hooks "
` [PATCH 10/38] smack: Implement filesystem context security "
` [PATCH 11/38] apparmor: Implement security hooks for the new mount API "
` [PATCH 12/38] vfs: Pass key and value into LSM and FS and provide a helper parser "
` [PATCH 13/38] tomoyo: Implement security hooks for the new mount API "
` [PATCH 14/38] vfs: Separate changing mount flags full remount "
` [PATCH 15/38] vfs: Implement a filesystem superblock creation/configuration context "
` [PATCH 16/38] vfs: Remove unused code after filesystem context changes "
` [PATCH 17/38] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 18/38] proc: Add fs_context support to procfs "
` [PATCH 19/38] ipc: Convert mqueue fs to fs_context "
` [PATCH 20/38] cpuset: Use "
` [PATCH 21/38] kernfs, sysfs, cgroup, intel_rdt: Support "
` [PATCH 22/38] hugetlbfs: Convert to "
` [PATCH 23/38] vfs: Remove kern_mount_data() "
` [PATCH 24/38] vfs: Provide documentation for new mount API "
` [PATCH 25/38] Make anon_inodes unconditional "
` [PATCH 26/38] vfs: syscall: Add fsopen() to prepare for superblock creation "
` [PATCH 27/38] vfs: Implement logging through fs_context "
` [PATCH 28/38] vfs: Add some logging to the core users of the fs_context log "
` [PATCH 29/38] vfs: syscall: Add fsconfig() for configuring and managing a context "
` [PATCH 30/38] vfs: syscall: Add fsmount() to create a mount for a superblock "
` [PATCH 31/38] vfs: syscall: Add fspick() to select a superblock for reconfiguration "
` [PATCH 32/38] afs: Add fs_context support "
` [PATCH 33/38] afs: Use fs_context to pass parameters over automount "
` [PATCH 34/38] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 35/38] afs: Add fsinfo support "
` [PATCH 36/38] vfs: Add a sample program for the new mount API "
` [PATCH 37/38] vfs: Allow fsinfo() to query what's in an fs_context "
` [PATCH 38/38] vfs: Allow fsinfo() to be used to query an fs parameter description "
[PATCH 00/20] staging:rtl8192u Header file cleanup - Style
2018-07-27 17:31 UTC (21+ messages)
` [PATCH 01/20] staging:rtl8192u: Remove typedef and rename TX_TS_RECORD "
` [PATCH 02/20] staging:rtl8192u: Rename TsCommonInfo "
` [PATCH 03/20] staging:rtl8192u: Rename TxCurSeq "
` [PATCH 04/20] staging:rtl8192u: Rename TxPendingBARecord "
` [PATCH 05/20] staging:rtl8192u: Rename TxAdmittedBARecord "
` [PATCH 06/20] staging:rtl8192u: Rename bAddBaReqInProgress "
` [PATCH 07/20] staging:rtl8192u: Rename bAddBaReqDelayed "
` [PATCH 08/20] staging:rtl8192u: Rename bUsingBa "
` [PATCH 09/20] staging:rtl8192u: Rename TsAddBaTimer "
` [PATCH 10/20] staging:rtl8192u: Remove typedef and rename RX_TS_RECORD "
` [PATCH 11/20] staging:rtl8192u: Remove commented out code "
` [PATCH 12/20] staging:rtl8192u: Remove unused timer values "
` [PATCH 13/20] staging:rtl8192u: Rename RxIndicateSeq "
` [PATCH 14/20] staging:rtl8192u: Rename RxTimeoutIndicateSeq _Style
` [PATCH 15/20] staging:rtl8192u: Rename RxPendingPktList - Style
` [PATCH 16/20] staging:rtl8192u: Rename RxPktPendingTimer "
` [PATCH 17/20] staging:rtl8192u: Rename RxAdmittedBARecord "
` [PATCH 18/20] staging:rtl8192u: Rename RxLastSeqNum "
` [PATCH 19/20] staging:rtl8192u: Rename RxLastFragNum "
` [PATCH 20/20] staging:rtl8192u: Remove blank line "
[PATCH net-next] net: ethernet: ti: cpsw: add missed RX_CTAG feature for second slave
2018-07-27 17:37 UTC (2+ messages)
[PATCH 4.17 00/66] 4.17.11-stable review
2018-07-27 17:31 UTC (2+ messages)
[PATCH v7 00/12] PECI device driver introduction
2018-07-27 17:36 UTC (4+ messages)
` [PATCH v7 08/12] mfd: intel-peci-client: Add PECI client MFD driver
Infinite looping observed in __offline_pages
2018-07-27 17:32 UTC (3+ messages)
[PATCH 4.14 00/48] 4.14.59-stable review
2018-07-27 17:31 UTC (2+ messages)
[PATCH 4.9 00/33] 4.9.116-stable review
2018-07-27 17:29 UTC (2+ messages)
[PATCH 4.4 00/23] 4.4.145-stable review
2018-07-27 17:28 UTC (2+ messages)
[PATCH 3.18 00/27] 3.18.117-stable review
2018-07-27 17:28 UTC (2+ messages)
[PATCH] MIPS: remove mips_swiotlb_ops
2018-07-27 17:26 UTC
[PATCH v14 00/74] Convert page cache to XArray
2018-07-27 17:20 UTC (9+ messages)
[GIT PULL] PCI fixes for v4.18
2018-07-27 17:18 UTC
[PATCH v16 0/10] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2018-07-27 17:18 UTC (3+ messages)
` [PATCH v16 01/10] x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES
[PATCH v2 00/10] powerpc: Modernize unhandled signals message
2018-07-27 17:18 UTC (4+ messages)
` [PATCH v2 04/10] powerpc/traps: Use REG_FMT in show_signal_msg()
[PATCH v14 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2018-07-27 17:15 UTC (3+ messages)
` [PATCH v14 8/9] KVM: x86: virtualize cpuid faulting
[PATCH 00/16] clk: at91: Rework DT bindings
2018-07-27 17:03 UTC (2+ messages)
[PATCH 00/10] staging: gasket: logging cleanups
2018-07-27 17:02 UTC (7+ messages)
` [PATCH 01/10] staging: gasket: save struct device for a gasket device
` [PATCH 06/10] staging: gasket: sysfs: convert to standard logging
[PATCH RFC] x86/kvm/lapic: always disable MMIO interface in x2APIC mode
2018-07-27 17:00 UTC (3+ messages)
[PATCH] [RESEND] perf/x86/intel/uncore: Fix the index of PCU.3 Broadwell CPUs
2018-07-27 17:00 UTC (7+ messages)
[PATCH rebase/RFC 0/4] x86/kvm/nVMX: optimize MMU switch between L1 and L2
2018-07-27 16:56 UTC (5+ messages)
` [PATCH 1/4] x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
` [PATCH 2/4] x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
` [PATCH 3/4] x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
` [PATCH 4/4] x86/kvm/mmu: introduce guest_mmu
[PATCH] clk: mvebu: armada-37xx-periph: Remove unused var num_parents
2018-07-27 16:55 UTC (2+ messages)
[PATCH] clk: Add functions to get optional clocks
2018-07-27 16:50 UTC (7+ messages)
[PATCH v2] turbostat: Read extended processor family from CPUID
2018-07-27 16:49 UTC (3+ messages)
` [PATCH v3] "
[PATCH] x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
2018-07-27 16:48 UTC
[PATCH v3 0/2] clk: meson: add a sub EMMC clock controller support
2018-07-27 16:45 UTC (6+ messages)
` [PATCH v3 2/2] clk: meson: add sub MMC clock controller driver
[PATCH] clk: scmi: Fix the rounding of clock rate
2018-07-27 16:37 UTC (2+ messages)
[PATCH RFC/RFT net-next 00/17] net: Convert neighbor tables to per-namespace
2018-07-27 16:27 UTC (13+ messages)
[PATCH RT] arm64: fpsimd: use a local_lock() in addition to local_bh_disable()
2018-07-27 16:26 UTC (12+ messages)
` [PATCH RT v2] "
` [PATCH RT v3] arm64: fpsimd: use preemp_disable "
[PATCH V8 2/5] mmc: sdhci: Change O2 Host HS200 mode clock frequency to 200MHz
2018-07-27 16:23 UTC
Making direct reclaim fail when thrashing
2018-07-27 16:21 UTC
[RFC v6 PATCH 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
2018-07-27 16:18 UTC (4+ messages)
` [RFC v6 PATCH 2/2] mm: mmap: zap pages with read mmap_sem in munmap
use the generic dma-noncoherent code for sh V2
2018-07-27 16:20 UTC (3+ messages)
[PATCH] iommu/iova: Update cached node pointer when current node fails to get any free IOVA
2018-07-27 16:18 UTC (10+ messages)
[PATCH] net: mdio-mux: bcm-iproc: fix wrong getter and setter pair
2018-07-27 16:17 UTC (2+ messages)
need photos editing
2018-07-27 9:02 UTC
[PATCH rdma] IB/cache: Restore compatibility for ib_query_gid
2018-07-27 16:11 UTC (4+ messages)
[PATCH] staging: mt7621-mmc: Use BIT macro instead of explicit shifting in board.h
2018-07-27 16:07 UTC
[PATCH 0/6] lib/crc32: treewide: Use existing define with polynomial
2018-07-27 16:05 UTC (2+ messages)
[PATCH] crypto: rmd320 - use swap macro in rmd320_transform
2018-07-27 16:05 UTC (2+ messages)
[PATCH] crypto: rmd256 - use swap macro in rmd256_transform
2018-07-27 16:05 UTC (2+ messages)
linux-next: build failure after merge of the kspp tree
2018-07-27 16:00 UTC (7+ messages)
[PATCH] netlink: Do not subscribe to non-existent groups
2018-07-27 15:54 UTC
[PATCH] can: ems_usb: Fix memory leak on ems_usb_disconnect
2018-07-27 15:50 UTC
[PATCH RFC tip/core/rcu] Avoid resched_cpu() when rescheduling the current CPU
2018-07-27 15:49 UTC
[PATCH] mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()
2018-07-27 15:47 UTC (3+ messages)
[PATCH] KVM: try __get_user_pages_fast even if not in atomic context
2018-07-27 15:46 UTC
[PATCH] hostap: hide unused procfs helpers
2018-07-27 15:46 UTC (5+ messages)
[PATCH] misc: ti-st: Fix memory leak in the error path of probe()
2018-07-27 15:45 UTC
[PATCH v3.1 00/10] arm64: allwinner: Add A64 DE2 HDMI support
2018-07-27 15:44 UTC (9+ messages)
` [PATCH v3.1 07/10] arm64: dts: allwinner: a64: Add display pipeline
` [PATCH v3.1 10/10] arm64: dts: allwinner: a64: Enable HDMI output on A64 boards w/ HDMI
` [linux-sunxi] "
[PATCH 03/10] atmel: hide unused procfs helpers
2018-07-27 15:44 UTC (4+ messages)
[PATCH] 9p: fix multiple NULL-pointer-dereferences
2018-07-27 15:39 UTC (2+ messages)
[PATCH] x86/apic: fix two slight indenting
2018-07-27 15:33 UTC (2+ messages)
[PATCH] drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_config
2018-07-27 15:30 UTC
[PATCH] bq25890_charger.c : add the BQ25896 part
2018-07-27 15:30 UTC (8+ messages)
` [PATCH v2 0/4] Add the BQ25896 charger IC
` [PATCH v2 2/4] power: bq25890_charger.c: Remove unused table
` [PATCH v2 4/4] power: bq25890_charger.c: Read back the current battery voltage
[PATCH 1/4] dt-bindings: reset: Add PDC reset binding for SDM845 SoCs
2018-07-27 15:28 UTC (4+ messages)
` [PATCH 2/4] reset: qcom: PDC (Power Domain Controller) reset controller
` [PATCH 3/4] remoteproc: qcom: q6v5-pil: Explicitly get mss_restart line
` [PATCH 4/4] remoteproc: qcom: q6v5-pil: Add PDC restart for modem on SDM845 SoCs
[PATCH] rtc: sh: remove unused variable rtc_dev
2018-07-27 15:28 UTC (2+ messages)
[PATCH v2 0/4] Add support for MSCC Ocelot SPI
2018-07-27 15:26 UTC (4+ messages)
` [PATCH v2 2/4] spi: dw-mmio: add MSCC Ocelot support
[PATCH v4 0/4] Refactor free_area_init_core and add free_area_init_core_hotplug
2018-07-27 15:24 UTC (3+ messages)
` [PATCH v4 4/4] mm/page_alloc: Introduce free_area_init_core_hotplug
[PATCH v3 0/6] Add coredump support for Q6v5 Modem remoteproc
2018-07-27 15:20 UTC (7+ messages)
` [PATCH v3 1/6] remoteproc: Introduce custom dump function for each remoteproc segment
` [PATCH v3 2/6] remoteproc: Add mechanism for custom dump function assignment
` [PATCH v3 3/6] remoteproc: qcom: q6v5-pil: Refactor mba load/unload sequence
` [PATCH v3 4/6] remoteproc: qcom: q6v5-pil: Add custom dump function for modem
` [PATCH v3 5/6] remoteproc: qcom: q6v5-pil: Register segments/dumpfn for coredump
` [PATCH v3 6/6] remoteproc: qcom: q6v5-pil: Assign the relocated address
[PATCH 0/2] partitions/aix: fix problems due to disk corruption
2018-07-27 15:17 UTC (2+ messages)
[PATCH v2 0/3] Staging: octeon-usb fixes for coding style, SPDX and readability
2018-07-27 15:15 UTC (3+ messages)
` [PATCH 2/3] Staging: octeon-usb: Change coding style of CVMX_WAIT_FOR_FIELD32 marco
` [PATCH v2 "
[lkp-robot] [brd] 316ba5736c: aim7.jobs-per-min -11.2% regression
2018-07-27 15:14 UTC (5+ messages)
` [LKP] "
[RESEND PATCH] linux-firmware: mediatek: add MT7622 Bluetooth firmwares and license file
2018-07-27 15:11 UTC (2+ messages)
[PATCH v2] backlight: pwm_bl: switch to using "atomic" PWM API
2018-07-27 15:11 UTC
[PATCH] ASoC: soc-pcm: Use delay set in pointer function
2018-07-27 15:09 UTC (2+ messages)
` [alsa-devel] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).