LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2018-03-15 17:22:06 to 2018-03-15 19:54:35 UTC [more...]
[PATCH] Documentation/CodingStyle: Add an example for braces
2018-03-15 19:54 UTC (3+ messages)
[PATCH v1 1/2] tracing: Improve design of preemptirq tracepoints and its users
2018-03-15 19:51 UTC (2+ messages)
[PATCH] Staging: comedi: drivers: ni_atmio.c: fixed multi-line derefernce issue
2018-03-15 19:49 UTC (4+ messages)
[RFC PATCH v2 0/3] ima: namespacing IMA
2018-03-15 19:49 UTC (12+ messages)
` [RFC PATCH v2 1/3] ima: extend clone() with IMA namespace support
[PATCH v4 0/2] Remove false-positive VLAs when using max()
2018-03-15 19:47 UTC (3+ messages)
` [PATCH v4 1/2] kernel.h: Introduce const_max() for VLA removal
` [PATCH v4 2/2] Remove false-positive VLAs when using max()
[PATCH v4 0/6] ipc: Clamp *mni to the real IPCMNI limit
2018-03-15 19:45 UTC (10+ messages)
` [PATCH v4 4/6] ipc: Clamp msgmni and shmmni "
` [RFC][PATCH] ipc: Remove IPCMNI
[PATCH v3 0/7] Enlightened VMCS support for KVM on Hyper-V
2018-03-15 19:43 UTC (9+ messages)
` [PATCH v3 7/7] x86/kvm: use Enlightened VMCS when running "
[PATCH RFC] xfs, memcg: Call xfs_fs_nr_cached_objects() only in case of global reclaim
2018-03-15 19:42 UTC (5+ messages)
[PATCH] cpu/hotplug: fix unused function warning
2018-03-15 19:36 UTC (2+ messages)
` [tip:smp/hotplug] cpu/hotplug: Fix "
sparc64 MM regression
2018-03-15 19:28 UTC
[REPOST PATCH] arm/arm64: KVM: Add PSCI version selection API
2018-03-15 19:26 UTC (8+ messages)
[tip:irq/core 12/14] arch/arm/kernel/entry-armv.S:26:10: fatal error: mach/entry-macro.S: No such file or directory
2018-03-15 19:23 UTC (2+ messages)
[PATCH v2] net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY interface
2018-03-15 19:19 UTC (5+ messages)
[PATCH 0/4] Code improvements in integrity and IMA
2018-03-15 19:18 UTC (5+ messages)
` [PATCH 3/4] ima: Improvements in ima_appraise_measurement()
[PATCH v2] ARM: davinci: DA8XX: fix oops in USB PHY driver due to stack allocated platform platform_data
2018-03-15 19:17 UTC
[PATCH RFC 1/8] powerpc: Add barrier_nospec
2018-03-15 19:15 UTC (11+ messages)
` [PATCH RFC rebase 0/9] powerpc barrier_nospec
` [PATCH RFC rebase 1/9] powerpc: Add barrier_nospec
` [PATCH RFC rebase 2/9] powerpc: Use barrier_nospec in copy_from_user
` [PATCH RFC rebase 3/9] powerpc/64: Use barrier_nospec in syscall entry
` [PATCH RFC rebase 4/9] powerpc/64s: Use barrier_nospec in RFI_FLUSH_SLOT
` [PATCH RFC rebase 5/9] powerpc/64s: Add support for ori barrier_nospec patching
` [PATCH RFC rebase 6/9] powerpc/64: Patch barrier_nospec in modules
` [PATCH RFC rebase 7/9] powerpc/64: barrier_nospec: Add debugfs trigger
` [PATCH RFC rebase 8/9] powerpc/64s: barrier_nospec: Add hcall triggerr
` [PATCH RFC rebase 9/9] powerpc/64: barrier_nospec: Add commandline trigger
[PATCH] ARM: davinci: DA8XX: fix oops in USB PHY driver due to stack allocated platform platform_data
2018-03-15 19:14 UTC (2+ messages)
[PATCH v2 00/36] remove in-kernel syscall invocations (part 1)
2018-03-15 19:05 UTC (37+ messages)
` [PATCH v2 01/36] syscalls: define goal to not call sys_xyzzy() from within the kernel
` [PATCH v2 02/36] kernel: use kernel_wait4() instead of sys_wait4()
` [PATCH v2 03/36] mm: use do_futex() instead of sys_futex() in mm_release()
` [PATCH v2 04/36] kernel: add do_getpgid() helper; remove internal call to sys_getpgid()
` [PATCH v2 05/36] fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()
` [PATCH v2 06/36] fs: add do_pipe2() helper; remove internal call to sys_pipe2()
` [PATCH v2 07/36] fs: add do_renameat2() helper; remove internal call to sys_renameat2()
` [PATCH v2 08/36] fs: add do_futimesat() helper; remove internal call to sys_futimesat()
` [PATCH v2 09/36] syscalls: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
` [PATCH v2 10/36] fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
` [PATCH v2 11/36] fs: add do_eventfd() helper; remove internal call to sys_eventfd()
` [PATCH v2 12/36] kernel: open-code sys_rt_sigpending() in sys_sigpending()
` [PATCH v2 13/36] x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()
` [PATCH v2 14/36] fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
` [PATCH v2 15/36] fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
` [PATCH v2 16/36] fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
` [PATCH v2 17/36] fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
` [PATCH v2 18/36] fs: add ksys_write() helper; remove in-kernel calls to sys_write()
` [PATCH v2 19/36] kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
` [PATCH v2 20/36] mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
` [PATCH v2 21/36] mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
` [PATCH v2 22/36] fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
` [PATCH v2 23/36] fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
` [PATCH v2 24/36] fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
` [PATCH v2 25/36] hostfs: rename do_rmdir() to hostfs_do_rmdir()
` [PATCH v2 26/36] fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
` [PATCH v2 27/36] fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
` [PATCH v2 28/36] fs: add do_symlinkat() helper and ksys_symlink() "
` [PATCH v2 29/36] fs: add do_mknodat() helper and ksys_mknod() "
` [PATCH v2 30/36] fs: add do_linkat() helper and ksys_link() "
` [PATCH v2 31/36] fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() "
` [PATCH v2 32/36] fs: add do_faccessat() helper and ksys_access() "
` [PATCH v2 33/36] fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
` [PATCH v2 34/36] fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
` [PATCH v2 35/36] fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
` [PATCH v2 36/36] fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
[PATCH v4 1/2] media: staging/imx: fill vb2_v4l2_buffer field entry
2018-03-15 19:13 UTC (2+ messages)
` [PATCH v4 2/2] media: staging/imx: fill vb2_v4l2_buffer sequence entry
CONTACT DHL OFFICE IMMEDIATELY FOR DELIVERY OF YOUR ATM MASTERCARD
2018-03-15 18:47 UTC
[PATCH 0/9] x86/dumpstack: Cleanups and user opcode bytes Code: section, v2
2018-03-15 19:06 UTC (18+ messages)
` [PATCH 1/9] x86/dumstack: Remove code_bytes
` [PATCH 4/9] x86/dumpstack: Improve opcodes dumping in the Code: section
` [PATCH 7/9] x86/dumpstack: Add a show_ip() function
` [PATCH 8/9] x86/dumpstack: Save first regs set for the executive summary
` [PATCH 9/9] x86/dumpstack: Explain the reasoning for the prologue and buffer size
[PATCH v2 0/2] optimize memory hotplug
2018-03-15 19:04 UTC (6+ messages)
` [PATCH v2 1/2] mm: uninitialized struct page poisoning sanity checking
arc_usr_cmpxchg and preemption
2018-03-15 19:03 UTC (7+ messages)
[PATCH v2] Staging: iio: adis16209: Move adis16209 driver out of staging
2018-03-15 19:01 UTC (3+ messages)
[PATCH 0/7] kbuild: various fix, clean-up, improvements of CONFIG_TRIM_UNUSED_KSYMS
2018-03-15 18:59 UTC (13+ messages)
` [PATCH 5/7] kbuild: hide CONFIG_TRIM_UNUSED_KSYMS code from external module building
` [PATCH 6/7] kbuild: move include/config/ksym/* to include/ksym/*
` [PATCH 7/7] kbuild: link vmlinux just once for CONFIG_TRIM_UNUSED_KSYMS
[PATCH 1/6] mm/vmscan: Wake up flushers for legacy cgroups too
2018-03-15 18:57 UTC (2+ messages)
[PATCH] ARM: dts: qcom: Add apq8064 Dragon Board 600c support
2018-03-15 18:57 UTC (2+ messages)
[PATCH 4.14 000/110] 4.14.25-stable review
2018-03-15 18:55 UTC (3+ messages)
` [PATCH 4.14 024/110] btrfs: use proper endianness accessors for super_copy
[RFC PATCH v19 0/8] mm: security: ro protection for dynamic data
2018-03-15 18:51 UTC (6+ messages)
` [PATCH 4/8] struct page: add field for vm_struct
[PATCH] Revert "rpmsg: smd: Create device for all channels"
2018-03-15 18:50 UTC (2+ messages)
[PATCH v4 00/24] FPGA Device Feature List (DFL) Device Drivers
2018-03-15 18:49 UTC (3+ messages)
` [PATCH v4 08/24] fpga: add FPGA DFL PCIe device driver
[PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER
2018-03-15 18:47 UTC (4+ messages)
[pci PATCH v7 0/5] Add support for unmanaged SR-IOV
2018-03-15 18:44 UTC (6+ messages)
` [pci PATCH v7 1/5] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
` [pci PATCH v7 2/5] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
` [pci PATCH v7 3/5] ena: Migrate over to unmanaged SR-IOV support
` [pci PATCH v7 4/5] nvme: "
` [pci PATCH v7 5/5] pci-pf-stub: Add PF driver stub for PFs that function only to enable VFs
[PATCH 0/4] hmm: fixes and documentations
2018-03-15 18:37 UTC (5+ messages)
` [PATCH 1/4] mm/hmm: documentation editorial update to HMM documentation
` [PATCH 2/4] mm/hmm: fix header file if/else/endif maze
` [PATCH 3/4] mm/hmm: HMM should have a callback before MM is destroyed
` [PATCH 4/4] mm/hmm: change CPU page table snapshot functions to simplify drivers
[PATCH] platform/x86: dell: avoid link error with modular ACPI_SMI
2018-03-15 18:36 UTC (2+ messages)
[tip:irq/core 12/14] drivers/irqchip/irq-vic.c:295:2: error: implicit declaration of function 'set_handle_irq'; did you mean 'vic_handle_irq'?
2018-03-15 18:36 UTC
ext4 ignoring rootfs default mount options
2018-03-15 18:35 UTC (7+ messages)
[PATCH v2] Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"
2018-03-15 18:35 UTC (12+ messages)
[PATCH] powerpc: Use common error handling code in setup_new_fdt()
2018-03-15 18:34 UTC (5+ messages)
[PATCH] Bluebooth: btusb: Fix quirk for Atheros 1525/QCA6174
2018-03-15 18:32 UTC (2+ messages)
Atheros 1525/QCA6174 BT issue
2018-03-15 18:32 UTC (11+ messages)
[PATCH] mm/thp: Do not wait for lock_page() in deferred_split_scan()
2018-03-15 18:30 UTC (2+ messages)
[PATCH] [v2] Bluetooth: btrsi: rework dependencies
2018-03-15 18:30 UTC (2+ messages)
[PATCH] net: drivers/net: Remove unnecessary skb_copy_expand OOM messages
2018-03-15 18:28 UTC (2+ messages)
[PATCH v4 1/2] PCI: hv: Serialize the present and eject work items
2018-03-15 18:28 UTC (4+ messages)
[PATCH v3 0/2] Directed kmem charging
2018-03-15 18:25 UTC (6+ messages)
` [PATCH v3 1/2] mm: memcg: remote memcg charging for kmem allocations
[PATCH v3]PCI: hv: fix PCI-BUS domainID corruption
2018-03-15 18:24 UTC (4+ messages)
[RFT][PATCH v4 0/7] sched/cpuidle: Idle loop rework
2018-03-15 18:19 UTC (7+ messages)
` [RFT][PATCH v4 1/7] time: tick-sched: Reorganize idle tick management code
` [RFT][PATCH v4 3/7] sched: idle: Do not stop the tick before cpuidle_idle_call()
[PATCH] fbdev: aty: fix missing indentation in if statement
2018-03-15 18:16 UTC
[PATCH v2 0/2] clk: aspeed: Fix is_enabled and prevent reset if clock enabled
2018-03-15 18:14 UTC (5+ messages)
` [PATCH v2 1/2] clk: aspeed: Fix is_enabled for certain clocks
` [PATCH v2 2/2] clk: aspeed: Prevent reset if clock is enabled
[PATCH] ARM: davinci: DA8XX: simplify CFGCHIP regmap_config
2018-03-15 18:13 UTC
[PATCH 0/3] dra7xx: PCIe IRQ handling rework
2018-03-15 18:10 UTC (7+ messages)
` [PATCH 2/3] PCI: dwc: pci-dra7xx: Improve MSI IRQ handling
[bug, bisected] pfifo_fast causes packet reordering
2018-03-15 18:08 UTC (4+ messages)
[PATCH 00/16] remove eight obsolete architectures
2018-03-15 18:07 UTC (8+ messages)
` [PATCH 11/16] treewide: simplify Kconfig dependencies for removed archs
` [PATCH 12/16] asm-generic: siginfo: remove obsolete #ifdefs
[PATCH -next] hwmon: (scmi) return -EINVAL when sensor information is unavailable
2018-03-15 18:08 UTC
[PATCH] scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabled
2018-03-15 18:05 UTC (2+ messages)
[RFC PATCH] clk: qcom: rpmcc: Add support to XO buffered clocks
2018-03-15 18:04 UTC (3+ messages)
[PATCHv2 0/4] VLA removal from the gpio subsystem
2018-03-15 18:00 UTC (5+ messages)
` [PATCHv2 1/4] gpio: Remove VLA from gpiolib
` [PATCHv2 2/4] gpio: Remove VLA from MAX3191X driver
` [PATCHv2 3/4] gpio: Remove VLA from xra1403 driver
` [PATCHv2 4/4] gpio: Remove VLA from stmpe driver
[PATCH 1/3] dt-bindings: Add vendor prefix for Bticino
2018-03-15 17:59 UTC (5+ messages)
` [PATCH 2/3] ARM: dts: i.MX6: Add BTicino i.MX6DL Mamoj initial support
` [PATCH 3/3] ARM: dts: imx6dl-mamoj: Add PFUZE100 support
[PATCH v5 0/4] drivers: firmware: xilinx: Add firmware driver support
2018-03-15 17:57 UTC (9+ messages)
` [PATCH v5 2/4] drivers: firmware: xilinx: Add ZynqMP firmware driver
[PATCH v3 00/14] s390: vfio-ap: guest dedicated crypto adapters
2018-03-15 17:56 UTC (11+ messages)
` [PATCH v3 04/14] KVM: s390: device attribute to set AP interpretive execution
` [PATCH v3 05/14] s390: vfio-ap: base implementation of VFIO AP device driver
use generic dma-direct and swiotlb code for x86 V2
2018-03-15 17:54 UTC (8+ messages)
` [PATCH 05/14] x86/amd_gart: look at coherent_dma_mask instead of GFP_DMA
` [PATCH 10/14] set_memory.h: provide set_memory_{en,de}crypted stubs
` [PATCH 11/14] swiotlb: remove swiotlb_set_mem_attributes
[RFC v2 00/83] NOVA: a new file system for persistent memory
2018-03-15 17:51 UTC (6+ messages)
` [RFC v2 03/83] Add super.h
[PATCH] perf trace: __print_array should print hex format instead of dec
2018-03-15 17:49 UTC (5+ messages)
[PATCH] net: dev_forward_skb(): Scrub packet's per-netns info only when crossing netns
2018-03-15 17:48 UTC (7+ messages)
[PATCH 0/2] drivers: soc: xilinx: Add support for ZynqMP power domain driver
2018-03-15 17:47 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: power: Add ZynqMP power domain bindings
[lkp-robot] [iversion] c0cef30e4f: aim7.jobs-per-min -18.0% regression
2018-03-15 17:46 UTC (4+ messages)
` [LKP] "
[PATCH] scsi: scsi_transport_iscsi: use put_device() instead of kfree()
2018-03-15 17:44 UTC (2+ messages)
[PATCH 1/2] of_pci_irq: add a check to fallback to standard device tree parsing
2018-03-15 17:43 UTC (2+ messages)
[PATCH 2/2 v2] mtd: ubi: use put_device() if device_register fail
2018-03-15 17:41 UTC (4+ messages)
[PATCH] hv_netvsc: Make sure out channel is fully opened on send
2018-03-15 17:40 UTC (5+ messages)
[PATCH v3] x86: treat pkey-0 special
2018-03-15 17:39 UTC (6+ messages)
[RFC 0/3] seccomp trap to userspace
2018-03-15 17:35 UTC (8+ messages)
[patch 0/4] genirq: Clean up license information
2018-03-15 17:35 UTC (4+ messages)
linux-next: manual merge of the tty tree with the arm-soc tree
2018-03-15 17:34 UTC (2+ messages)
linux-next: build warnings after merge of the tty tree
2018-03-15 17:34 UTC (2+ messages)
Do we need to disable preemption in flush_tlb_range()?
2018-03-15 17:32 UTC (5+ messages)
[PATCH] clk: Add driver for the si544 clock generator chip
2018-03-15 11:05 UTC (2+ messages)
[PATCH] security: Fix IMA Kconfig for dependencies on ARM64
2018-03-15 17:29 UTC (21+ messages)
[PATCH] powerpc: Mark the variable earlycon_acpi_spcr_enable maybe_unused
2018-03-15 17:28 UTC (4+ messages)
[PATCH] drivers: base: add description for .coredump() callback
2018-03-15 17:27 UTC (4+ messages)
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).