linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-28 12:58:09 to 2019-05-28 15:56:55 UTC [more...]

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-28 15:56 UTC  (17+ messages)
` [PATCH v15 05/17] arms64: untag user pointers passed to memory syscalls

[PATCH] trace: Avoid memory leak in predicate_parse()
 2019-05-28 15:55 UTC  (8+ messages)

[PATCH v2] firmware: ti_sci: Always request response from firmware
 2019-05-28 15:55 UTC 

[PATCH v5 1/3] arm64: map FDT as RW for early_init_dt_scan()
 2019-05-28 15:55 UTC  (6+ messages)
` [PATCH v5 2/3] fdt: add support for rng-seed
` [PATCH v5 3/3] arm64: kexec_file: add rng-seed support

[PATCH] drm/omap: Migrate minimum FCK/PCK ratio from Kconfig to dts
 2019-05-28 15:53 UTC  (5+ messages)

[PATCH 1/2] gpio: max732x: use i2c_new_dummy_device()
 2019-05-28 15:52 UTC  (2+ messages)

[PATCH] powerpc: sstep: Mark variable `rc` as unused in function 'analyse_instr'
 2019-05-28 15:52 UTC  (4+ messages)
` [PATCH v2] powerpc/32: sstep: Move variable `rc` within CONFIG_PPC64 sentinels

[PATCH 1/3] brcmfmac: re-enable command decode in sdio_aos for BRCM 4354
 2019-05-28 15:51 UTC  (2+ messages)

[PATCH REBASED 0/4] mm: Generalize putback functions
 2019-05-28 15:51 UTC  (3+ messages)
` [PATCH REBASED 1/4] mm: Move recent_rotated pages calculation to shrink_inactive_list()

[PATCH] Smack: Restore the smackfsdef mount option
 2019-05-28 15:51 UTC  (3+ messages)

[PATCH 0/3] brcmfmac: sdio: Deal better w/ transmission errors waking from sleep
 2019-05-28 15:42 UTC  (7+ messages)
` [PATCH 2/3] mmc: core: API for temporarily disabling auto-retuning due to errors

[PATCH] powerpc/power: Expose pfn_is_nosave prototype
 2019-05-28 15:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] arm64: mm: make CONFIG_ZONE_DMA32 configurable
 2019-05-28 15:46 UTC  (3+ messages)

[PATCH 3/4] mtd: spinand: Enabled support to detect parameter page
 2019-05-28 15:46 UTC  (5+ messages)
  ` [EXT] "

Driver has suspect GRO implementation, TCP performance may be compromised
 2019-05-28 15:42 UTC 

[PATCH] afs: Fix logically dead code in afs_update_cell
 2019-05-28 15:42 UTC  (2+ messages)

[PATCH -next] staging: fieldbus: Fix build error without CONFIG_REGMAP_MMIO
 2019-05-28 15:41 UTC  (7+ messages)
  ` [PATCH v2 "

Testing the recent RISC-V DT patchsets
 2019-05-28 15:35 UTC  (4+ messages)

[PATCH] apparmor: enforce nullbyte at end of tag string
 2019-05-28 15:32 UTC 

[PATCH net] Documentation: net-sysfs: Remove duplicate PHY device documentation
 2019-05-28 15:32 UTC  (2+ messages)

[PATCH] perf: Fix oops when kthread execs user process
 2019-05-28 15:32 UTC  (3+ messages)

[PATCH] drm/komeda: Added AFBC support for komeda driver
 2019-05-28 15:26 UTC  (7+ messages)

[PATCH 1/2] fork: add clone6
 2019-05-28 15:23 UTC  (7+ messages)

[5.2-rc1 regression]: nvme vs. hibernation
 2019-05-28 15:21 UTC  (6+ messages)
        ` "nosmt" breaks resuming from hibernation (was Re: [5.2-rc1 regression]: nvme vs. hibernation)

[RFC] printk/sysrq: Don't play with console_loglevel
 2019-05-28 15:21 UTC  (13+ messages)

[PATCH -next] lockd: Make two symbols static
 2019-05-28 15:19 UTC  (4+ messages)

[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #13]
 2019-05-28 15:14 UTC  (26+ messages)
` [PATCH 01/25] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 02/25] vfs: Allow fsinfo() to query what's in an fs_context "
` [PATCH 03/25] vfs: Allow fsinfo() to be used to query an fs parameter description "
` [PATCH 04/25] vfs: Implement parameter value retrieval with fsinfo() "
` [PATCH 05/25] fsinfo: Implement retrieval of LSM parameters "
` [PATCH 06/25] vfs: Introduce a non-repeating system-unique superblock ID "
` [PATCH 07/25] vfs: Allow fsinfo() to look up a mount object by "
` [PATCH 08/25] vfs: Add mount notification count "
` [PATCH 09/25] vfs: Allow mount information to be queried by fsinfo() "
` [PATCH 10/25] vfs: fsinfo sample: Mount listing program "
` [PATCH 11/25] hugetlbfs: Add support for fsinfo() "
` [PATCH 12/25] kernfs, cgroup: Add fsinfo support "
` [PATCH 13/25] fsinfo: Support SELinux superblock parameter retrieval "
` [PATCH 14/25] fsinfo: Support Smack "
` [PATCH 15/25] afs: Support fsinfo() "
` [PATCH 16/25] nfs: "
` [PATCH 17/25] fsinfo: autofs - add sb operation "
` [PATCH 18/25] fsinfo: shmem - add tmpfs "
` [PATCH 19/25] fsinfo: proc - add "
` [PATCH 20/25] fsinfo: devpts "
` [PATCH 21/25] fsinfo: pstore "
` [PATCH 22/25] fsinfo: debugfs "
` [PATCH 23/25] fsinfo: bpf "
` [PATCH 24/25] fsinfo: ufs "
` [PATCH 25/25] fsinfo: Add API documentation "

[RFC V2 0/7] arm64: Enable access to pmu registers by user-space
 2019-05-28 15:19 UTC  (9+ messages)
` [RFC 1/7] perf: arm64: Compile tests unconditionally
` [RFC 2/7] perf: arm64: Add test to check userspace access to hardware counters
` [RFC 3/7] perf: arm64: Use rseq to test userspace access to pmu counters
` [RFC 4/7] arm64: pmu: Add function implementation to update event index in userpage
` [RFC 5/7] arm64: pmu: Add hook to handle pmu-related undefined instructions
` [RFC 6/7] arm64: perf: Enable pmu counter direct access for perf event on armv8
` [RFC 7/7] Documentation: arm64: Document PMU counters access from userspace

[RFC 0/3] preempt_tracer: Fix preempt_disable tracepoint
 2019-05-28 15:16 UTC  (4+ messages)
` [RFC 1/3] softirq: Use preempt_latency_stop/start to trace preemption
` [RFC 2/3] preempt_tracer: Disable IRQ while starting/stopping due to a preempt_counter change
` [RFC 3/3] preempt_tracer: Use a percpu variable to control traceble calls

[PATCH 0/7] VFS: Introduce filesystem information query syscall [ver #13]
 2019-05-28 15:16 UTC  (4+ messages)
` [PATCH 1/7] General notification queue with user mmap()'able ring buffer "
` [PATCH 2/7] keys: Add a notification facility "

[PATCH] mm: fix trying to reclaim unevicable LRU page
 2019-05-28 15:14 UTC  (2+ messages)

[PATCH v3 0/3] Qualcomm QCS404 PCIe support
 2019-05-28 15:13 UTC  (4+ messages)
` [PATCH v3 1/3] PCI: qcom: Use clk_bulk API for 2.4.0 controllers

[PATCH] sched/deadline: Minor typos in dl_entity_overflow comment
 2019-05-28 15:08 UTC 

[PATCH net 0/4] Allow TX timestamp with UDP GSO
 2019-05-28 15:08 UTC  (9+ messages)
` [PATCH net 4/4] net/udpgso_bench_tx: audit error queue

[PATCH 1/2] hwmon: core: add thermal sensors only if dev->of_node is present
 2019-05-28 15:08 UTC  (4+ messages)
` [PATCH 2/2] hwmon: core: fix potential memory leak in *hwmon_device_register*

[PATCH] spi: sh-msiof: Reduce delays in sh_msiof_modify_ctr_wait()
 2019-05-28 15:07 UTC  (2+ messages)
` Applied "spi: sh-msiof: Reduce delays in sh_msiof_modify_ctr_wait()" to the spi tree

[PATCH v2] spi: spi-meson-spifc: update with SPDX Licence identifier
 2019-05-28 15:07 UTC  (2+ messages)
` Applied "spi: spi-meson-spifc: update with SPDX Licence identifier" to the spi tree

[PATCH v5 RE-SEND] regulator: max77620: Support Maxim 77663
 2019-05-28 15:07 UTC  (2+ messages)
` Applied "regulator: max77620: Support Maxim 77663" to the regulator tree

[PATCH][next] ASoC: cx2072x: fix spelling mistake "configued" -> "configured"
 2019-05-28 15:06 UTC  (2+ messages)
` Applied "ASoC: cx2072x: fix spelling mistake "configued" -> "configured"" to the asoc tree

[PATCH][next] ASoC: cx2072x: remove redundant assignment to pulse_len
 2019-05-28 15:07 UTC  (2+ messages)
` Applied "ASoC: cx2072x: remove redundant assignment to pulse_len" to the asoc tree

[PATCH][next] ASoC: cx2072x: fix integer overflow on unsigned int multiply
 2019-05-28 15:06 UTC  (2+ messages)
` Applied "ASoC: cx2072x: fix integer overflow on unsigned int multiply" to the asoc tree

[PATCH] ASoC: max98357a: Show KConfig entry
 2019-05-28 15:06 UTC  (2+ messages)
` Applied "ASoC: max98357a: Show KConfig entry" to the asoc tree

[PATCH] mm: add account_locked_vm utility function
 2019-05-28 15:04 UTC  (4+ messages)
` [PATCH v2] "

[PATCH RFC] mm/madvise: implement MADV_STOCKPILE (kswapd from user space)
 2019-05-28 14:56 UTC  (11+ messages)

[RFC][PATCH 00/13] Cleanup recordmcount and begin objtool conversion
 2019-05-28 14:54 UTC  (5+ messages)
` [RFC][PATCH 10/13] objtool: Make recordmcount into an objtool subcmd

[PATCH v4 00/30] coresight: Support for ACPI bindings
 2019-05-28 14:51 UTC  (3+ messages)

[PATCH] vboxguest: check for private_data before trying to close it
 2019-05-28 14:51 UTC  (4+ messages)

[PATCH v3] kernel/module: Reschedule while waiting for modules to finish loading
 2019-05-28 14:47 UTC  (7+ messages)
` [PATCH] modules: fix livelock in add_unformed_module()

[PATCH] mlx5: avoid 64-bit division
 2019-05-28 14:44 UTC  (4+ messages)

[PATCH v2] mmc: dw_mmc: Disable SDIO interrupts while suspended to fix suspend/resume
 2019-05-28 14:38 UTC  (4+ messages)

[RFC PATCH 0/3] Make deferred split shrinker memcg aware
 2019-05-28 14:42 UTC  (3+ messages)
` [PATCH 1/3] mm: thp: make "

[PATCH 0/5] Assorted fixes discovered with gcc 4.1
 2019-05-28 14:40 UTC  (7+ messages)
` [PATCH 1/5] lightnvm: Fix uninitialized pointer in nvm_remove_tgt()
` [PATCH 2/5] rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()
` [PATCH 3/5] net: sched: pie: Use ULL suffix for 64-bit constant
` [PATCH 4/5] ALSA: fireface: Use ULL suffixes for 64-bit constants
` [PATCH 5/5] [RFC] devlink: Fix uninitialized error code in devlink_fmsg_prepare_skb()

[PATCH] network: wireless: p54u: Fix race between disconnect and firmware loading
 2019-05-28 14:29 UTC  (3+ messages)

[PATCH v3 1/6] i2c: core: Allow whole core to use i2c_dev_irq_from_resources
 2019-05-28 14:29 UTC  (6+ messages)
` [PATCH v3 2/6] i2c: acpi: Use available IRQ helper functions
` [PATCH v3 3/6] i2c: acpi: Factor out getting the IRQ from ACPI
` [PATCH v3 4/6] i2c: core: Move ACPI IRQ handling to probe time
` [PATCH v3 5/6] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
` [PATCH v3 6/6] i2c: core: Tidy up handling of init_irq

[PATCH V2 1/3] perf/x86: Disable non generic regs for software/probe events
 2019-05-28 14:26 UTC  (6+ messages)

[RFC PATCH] usb: host: xhci: allow __GFP_FS in dma allocation
 2019-05-28 14:25 UTC  (2+ messages)

[PATCH v10 00/12] Appended signatures support for IMA appraisal
 2019-05-28 14:09 UTC  (3+ messages)
` [PATCH v10 12/12] ima: Store the measurement again when appraising a modsig

[PATCH 1/5] kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional
 2019-05-28 14:12 UTC  (3+ messages)
` [PATCH 4/5] kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG

[PATCH V3 0/4] arm64/mm: Enable memory hot remove
 2019-05-28 14:09 UTC  (8+ messages)
` [PATCH V3 2/4] arm64/mm: Hold memory hotplug lock while walking for kernel page table dump

[PATCH net-next] xprtrdma: Use struct_size() in kzalloc()
 2019-05-28 13:56 UTC  (6+ messages)

[PATCH 0/9] TopDown metrics support for Icelake
 2019-05-28 13:52 UTC  (11+ messages)
` [PATCH 4/9] perf/x86/intel: Support hardware TopDown metrics
` [PATCH 5/9] perf/x86/intel: Set correct weight for TopDown metrics events
` [PATCH 7/9] perf/x86/intel: Disable sampling read slots and topdown

[PATCH v1 0/9] KVM selftests for s390x
 2019-05-28 13:48 UTC  (5+ messages)
` [PATCH 8/9] KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID
      `  "

[PATCH v3 0/4] Devmap cleanups + arm64 support
 2019-05-28 13:46 UTC  (3+ messages)
` [PATCH v3 4/4] arm64: mm: Implement pte_devmap support
  ` [PATCH v3.1 "

[PATCH RFC v2 0/6] ARM: qcom: initial Nexus 5 display support
 2019-05-28 13:46 UTC  (2+ messages)

[PATCH -next] usb: host: ehci-st: Remove set but not used variable 'ehci'
 2019-05-28 13:45 UTC 

[PATCH] net: dsa: mv88e6xxx: fix handling of upper half of STATS_TYPE_PORT
 2019-05-28 13:44 UTC  (2+ messages)

[RESEND PATCH] ARM: dts: sun7i: olimex-lime2: Enable ac and power supplies
 2019-05-28 13:43 UTC  (3+ messages)
` [linux-sunxi] "

[PATCH] Bluetooth: hci_bcsp: Fix memory leak in rx_skb
 2019-05-28 13:42 UTC 

[PATCH -next] usb: ohci-s3c2410: Remove set but not used variable 'hcd'
 2019-05-28 13:43 UTC 

[PATCH resend] tools/perf/util/machine: Return NULL instead of null-terminating
 2019-05-28 13:41 UTC 

[PATCH] intel-svm: fix typos in code comments
 2019-05-28 13:41 UTC  (2+ messages)

[PATCH -next] usb: host: ohci-st: Remove set but not used variable 'ohci'
 2019-05-28 13:38 UTC 

[PATCH v2 0/2] Enable new kprobe event at boot
 2019-05-28 13:39 UTC  (5+ messages)
` [PATCH v2 2/2] tracing/kprobe: Add kprobe_event= boot parameter

[PATCH v10 0/5] Add ARMv8.3 pointer authentication for kvm guest
 2019-05-28 13:38 UTC  (8+ messages)
` [kvmtool PATCH v10 5/5] KVM: arm/arm64: Add a vcpu feature for pointer authentication

[PATCH] iommu/amd: print out "tag" in INVALID_PPR_REQUEST
 2019-05-28 13:37 UTC  (4+ messages)

[PATCH] platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from asus_nb_wmi
 2019-05-28 13:37 UTC  (3+ messages)

[RFC PATCH] soc: imx: Try harder to get imq8mq SoC revisions
 2019-05-28 13:37 UTC  (3+ messages)

[PATCH] x86/entry/64: randomize kernel stack offset upon syscall
 2019-05-28 13:33 UTC  (11+ messages)

[PATCH v2 0/3] mfd: lp87565: Add support for 4-phase lp87561 combination
 2019-05-28 13:27 UTC  (5+ messages)
` [PATCH v2 3/3] regulator: lp87565: Add 4-phase lp87561 regulator support

Issue: regmap: use debugfs even when no device
 2019-05-28 13:26 UTC 

[PATCH] watchdog: gpio: add support for nowayout option
 2019-05-28 13:26 UTC  (2+ messages)

[PATCH] hwmon: (smsc47m1) fix outside array bounds warnings
 2019-05-28 13:25 UTC  (5+ messages)

[bugreport] kernel 5.2 pblk bad header/extent: invalid extent entries
 2019-05-28 13:23 UTC  (5+ messages)

[PATCH 0/3] Add mclk0 clock source for SAI
 2019-05-28 13:21 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: imx: Add mclk0 clock "
` [PATCH 2/3] dt-bindings: sound: Clarify the usage of clocks in SAI
` [PATCH 3/3] ASoC: fsl_sai: Read SAI clock source 0 from DT

[PATCH] drbd: fix discard_zeroes_if_aligned regression
 2019-05-28 13:18 UTC  (5+ messages)

linusw/for-next boot bisection: v5.2-rc1-8-g73a790c68d7e on rk3288-veyron-jaq
 2019-05-28 13:15 UTC  (6+ messages)

[PATCH] x86/efi: Free efi_pgd with free_pages()
 2019-05-28 13:09 UTC  (2+ messages)

[PATCH] rtlwifi: Fix null-pointer dereferences in error handling code of rtl_pci_probe()
 2019-05-28 13:09 UTC  (4+ messages)

[RESEND PATCH] PM / devfreq: Fix static checker warning in try_then_request_governor
 2019-05-28 13:07 UTC  (3+ messages)

[PATCH v7 0/1] iommu: enhance IOMMU dma mode build options
 2019-05-28 13:05 UTC  (4+ messages)
` [PATCH v7 1/1] "

[GIT PULL] perf/urgent improvements and fixes
 2019-05-28 13:04 UTC  (4+ messages)
` [PATCH 05/44] perf data: Fix 'strncat may truncate' build failure with recent gcc

[PATCH v2 0/3] ARM: sun8i: a83t: Support Camera Sensor Interface controller
 2019-05-28 13:03 UTC  (3+ messages)

[PATCH] arm64: dts: fsl: imx8mq: enable the svns power key
 2019-05-28 13:00 UTC  (3+ messages)

[PATCH] virtio_console: remove vq buf while unpluging port
 2019-05-28 12:59 UTC  (3+ messages)

[PATCH 00/16 v3] function_graph: Rewrite to allow multiple users
 2019-05-28 12:58 UTC  (4+ messages)
` [PATCH 01/16 v3] function_graph: Convert ret_stack to a series of longs

[PATCH v15 0/3] Add support for the Purism Librem5 devkit
 2019-05-28 12:57 UTC  (3+ messages)
` [PATCH v15 1/3] arm64: dts: fsl: librem5: Add a device tree for the "
` [PATCH v15 3/3] dt-bindings: arm: fsl: Add the imx8mq boards


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).