All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-15 18:29:29 to 2018-03-15 19:11:51 UTC [more...]

[PATCH v2 00/36] remove in-kernel syscall invocations (part 1)
 2018-03-15 19:05 UTC  (28+ messages)
` [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 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 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 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 29/36] fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall
` [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 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 RESEND 0/4] xen: sched: optimize exclusive pinning and soft-affinity checking
 2018-03-15 19:10 UTC  (6+ messages)
` [PATCH RESEND 1/4] xen: sched: introduce 'adjust_affinity' hook
` [PATCH RESEND 2/4] xen: sched: optimize exclusive pinning case (Credit1 & 2)
` [PATCH RESEND 3/4] xen: sched: improve checking soft-affinity
` [PATCH RESEND 4/4] xen: sched: simplify (and speedup) "

CONTACT DHL OFFICE IMMEDIATELY FOR DELIVERY OF YOUR ATM MASTERCARD
 2018-03-15 18:47 UTC 

[PATCH v6 00/26] KVM/arm64: Randomise EL2 mappings (variant 3a mitigation)
 2018-03-15 19:09 UTC  (10+ messages)
` [PATCH v6 12/26] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v6 25/26] arm64: KVM: Allow mapping of vectors outside of the RAM region

[PATCH v2 0/4] staging: ks7010: some cleanups and replaces
 2018-03-15 19:09 UTC  (5+ messages)
` [PATCH v2 1/4] staging: ks7010: remove useless DPRINTK traces
` [PATCH v2 2/4] staging: ks7010: replace DPRINTK traces in favour of netdev_*
` [PATCH v2 3/4] staging: ks7010: replace KS_WLAN_DEBUG with DEBUG preprocessor directive
` [PATCH v2 4/4] staging: ks7010: remove unnecessary brackets in single statement block

[PATCH v4 0/5] Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-03-15 19:07 UTC  (7+ messages)
` [PATCH v4 1/5] target/i386: Generalize some of the macro definitions
  ` [Qemu-devel] "
` [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information
  ` [Qemu-devel] "

coresight dummy funnel question
 2018-03-15 19:06 UTC  (5+ messages)

[PATCH 0/9] x86/dumpstack: Cleanups and user opcode bytes Code: section, v2
 2018-03-15 19:06 UTC  (10+ messages)
` [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 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  (10+ messages)

[PATCH] staging: speakup: Remove else after return
 2018-03-15 19:02 UTC  (3+ messages)
` [Outreachy kernel] "

[GIT PULL] clk/samsung updates for 4.17
 2018-03-15 19:02 UTC 

[PATCH v2] Staging: iio: adis16209: Move adis16209 driver out of staging
 2018-03-15 19:01 UTC  (4+ messages)

[RFC PATCH v2 0/3] ima: namespacing IMA
 2018-03-15 19:01 UTC  (16+ messages)
` [RFC PATCH v2 1/3] ima: extend clone() with IMA namespace support

[PATCH v4 0/6] ipc: Clamp *mni to the real IPCMNI limit
 2018-03-15 19:00 UTC  (10+ messages)
` [PATCH v4 4/6] ipc: Clamp msgmni and shmmni "
          ` [RFC][PATCH] ipc: Remove IPCMNI

[REPOST PATCH] arm/arm64: KVM: Add PSCI version selection API
 2018-03-15 19:00 UTC  (7+ messages)

[PATCH] Staging: comedi: drivers: ni_atmio.c: fixed multi-line derefernce issue
 2018-03-15 18:59 UTC 

[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 RESEND v6 1/2] mtd: fsl-quadspi: Distinguish the mtd device names
 2018-03-15 18:58 UTC  (2+ messages)

Out-of-tree module build in a dedicated build directory
 2018-03-15 18:58 UTC  (10+ messages)

[PATCH v1] Fix bugs preventing adding updated cache entries to the name hash
 2018-03-15 18:58 UTC  (4+ messages)

[U-Boot] [PATCH] lan7xxx: Require phylib
 2018-03-15 18:58 UTC  (2+ messages)

[PATCH 1/6] mm/vmscan: Wake up flushers for legacy cgroups too
 2018-03-15 18:57 UTC  (2+ messages)

[U-Boot] [PATCH] net: Only access network devices after init
 2018-03-15 18:57 UTC  (2+ messages)

[PATCH] ARM: dts: qcom: Add apq8064 Dragon Board 600c support
 2018-03-15 18:57 UTC  (4+ 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

[PATCH] serial: mvebu-uart: fix tx lost characters
 2018-03-15 18:55 UTC  (5+ messages)

[Qemu-devel] [PULL 00/18] Linux user for 2.12 patches
 2018-03-15 18:52 UTC  (2+ messages)

[RFC 0/1] Bluetooth: hci_bcm: Do not tie GPIO pin order to a specific ACPI HID
 2018-03-15 18:52 UTC  (5+ messages)
` [RFC] "

[PATCH v2 0/8] Using GitLab CI for build testing
 2018-03-15 18:51 UTC  (2+ messages)

[RFC PATCH v19 0/8] mm: security: ro protection for dynamic data
 2018-03-15 18:51 UTC  (7+ messages)
` [PATCH 4/8] struct page: add field for vm_struct

[PATCH v4 00/24] FPGA Device Feature List (DFL) Device Drivers
 2018-03-15 18:49 UTC  (4+ messages)
` [PATCH v4 08/24] fpga: add FPGA DFL PCIe device driver

[PATCH] Revert "rpmsg: smd: Create device for all channels"
 2018-03-15 18:50 UTC  (2+ messages)

[PATCH 2/2] fsck.xfs: allow forced repairs using xfs_repair
 2018-03-15 18:49 UTC  (3+ messages)
` [PATCH 2/2 v4] "

Intermittent build failure with TRIM_UNUSED_KSYMS and related problems
 2018-03-15 18:48 UTC  (6+ messages)

[PATCH v2] KVM: arm: reserve bit in KVM_REG_ARM encoding for secure/nonsecure
 2018-03-15 18:48 UTC  (4+ messages)

[Buildroot] [PATCH 1/2] package/x11r7/xdriver_xf86-video-amdgpu: bump version to 18.0.1
 2018-03-15 18:48 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/x11r7/xdriver_xf86-video-ati: "

[PATCH 1/3] drm: Add the optional .fb_modifier() hook
 2018-03-15 18:48 UTC  (6+ messages)
` [PATCH 2/3] drm: Make sure at least one plane supports the fb format

Ryzen 5 2400G Stuttering since 2018-03-07
 2018-03-15 18:47 UTC 

[meta-networking] [PATCH v2] ipcalc: add initial recipe for version 0.2.2
 2018-03-15 18:47 UTC  (2+ messages)

[PATCH v12 00/17] overlayfs: Delayed copy up of data
 2018-03-15 18:47 UTC  (5+ messages)
` [PATCH v12 15/17] ovl: Remove redirect when data of a metacopy file is copied up

[PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER
 2018-03-15 18:47 UTC  (5+ messages)

v4.15.10 build: 2 failures 0 warnings (v4.15.10)
 2018-03-15 18:46 UTC 

Allowed IPs Toggling
 2018-03-15 18:55 UTC  (5+ messages)

[PATCH 1/2] xfs_repair: add flag -e to detect corrected errors
 2018-03-15 18:44 UTC  (3+ messages)
` [PATCH 1/2 v2] "

[PATCH net-next 1/1] net sched actions: return explicit error when tunnel_key mode is not specified
 2018-03-15 18:44 UTC  (2+ messages)

[pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-03-15 18:44 UTC  (18+ messages)
` [virtio-dev] "
` [pci PATCH v7 1/5] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
  ` [virtio-dev] "
` [virtio-dev] [pci PATCH v7 2/5] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
  `  "
` [virtio-dev] [pci PATCH v7 3/5] ena: Migrate over to unmanaged SR-IOV support
  `  "
` [virtio-dev] [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
  ` [virtio-dev] "

[igt-dev] [PATCH i-g-t] tests/kms_frontbuffer_tracking: Reduce fbc status spam
 2018-03-15 18:43 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t] tests/kms_frontbuffer_tracking: Reduce fbc status spam, v2

[bpf-next PATCH v2 00/18] bpf,sockmap: sendmsg/sendfile ULP
 2018-03-15 18:43 UTC  (31+ messages)
` [bpf-next PATCH v2 03/18] net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG
` [bpf-next PATCH v2 05/18] bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
` [bpf-next PATCH v2 06/18] bpf: sockmap, add bpf_msg_apply_bytes() helper
` [bpf-next PATCH v2 07/18] bpf: sockmap, add msg_cork_bytes() helper
` [bpf-next PATCH v2 08/18] bpf: sk_msg program helper bpf_sk_msg_pull_data
` [bpf-next PATCH v2 09/18] bpf: add map tests for BPF_PROG_TYPE_SK_MSG
` [bpf-next PATCH v2 10/18] bpf: add verifier "
` [bpf-next PATCH v2 11/18] bpf: sockmap sample, add option to attach SK_MSG program
` [bpf-next PATCH v2 12/18] bpf: sockmap sample, add sendfile test
` [bpf-next PATCH v2 13/18] bpf: sockmap sample, add data verification option
` [bpf-next PATCH v2 14/18] bpf: sockmap, add sample option to test apply_bytes helper
` [bpf-next PATCH v2 15/18] bpf: sockmap sample support for bpf_msg_cork_bytes()
` [bpf-next PATCH v2 16/18] bpf: sockmap add SK_DROP tests
` [bpf-next PATCH v2 17/18] bpf: sockmap sample test for bpf_msg_pull_data
` [bpf-next PATCH v2 18/18] bpf: sockmap test script

[PATCH v5 00/13] Serialized Git Commit Graph
 2018-03-15 18:41 UTC  (5+ messages)
` [PATCH v6 00/14] "

[PATCH V3] PM / core: fix deferred probe breaking suspend resume order
 2018-03-15 18:41 UTC  (4+ messages)

[PATCH 4.16 REGRESSION fix 0/2] Bluetooth: Fix hci_bcm BT devices getting stuck in runtime-suspended status
 2018-03-15 18:40 UTC  (5+ messages)
` [PATCH 4.16 REGRESSION fix 1/2] Revert "Bluetooth: hci_bcm: Streamline runtime PM code"
` [PATCH 4.16 REGRESSION fix 2/2] Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parameters

readdir returns d_type=DT_UNKNOWN to overlay exported dir (NFSv3)
 2018-03-15 18:40 UTC  (6+ messages)

[PATCH 1/4] package.bbclass: run pre/post installation/removal scriptlets using sh -e
 2018-03-15 18:38 UTC  (4+ messages)
` [PATCH 4/4] lib/oe/patch.py: add a warning if patch context was ignored

ZBC/FLEX FIO addition ideas
 2018-03-15 18:38 UTC  (6+ messages)

[PATCH v5 00/35] protocol version 2
 2018-03-15 18:37 UTC  (5+ messages)
` [PATCH v5 01/35] pkt-line: introduce packet_read_with_status

[PATCH 0/4] hmm: fixes and documentations
 2018-03-15 18:37 UTC  (10+ 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] gcc: backport patch to fix ICE in MIPS64 target in G++
 2018-03-15 18:36 UTC  (2+ messages)

[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 

Eudyptual Challenge website and email service down?
 2018-03-15 18:36 UTC  (5+ messages)

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  (6+ messages)

[PATCH] Bluetooth: hci_bcm: Keep runtime resumed on packet reception
 2018-03-15 18:33 UTC  (2+ 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)

KASAN: use-after-free Read in sctp_association_free (2)
 2018-03-15 18:32 UTC  (4+ messages)
` [PATCH v2] sctp: Fix double free in sctp_sendmsg_to_asoc

[PATCH u-boot v2016.07-aspeed-openbmc] configs/ast: Add redundnant env
 2018-03-15 18:32 UTC 

[Bug 198953] hci_bcm: Streamline runtime PM code change for 4.16 kernel breaks bluetooth on ASUS T100TA
 2018-03-15 18:31 UTC 

[PATCH] libsepol: Export sepol_polcap_getnum/name functions
 2018-03-15 18:31 UTC  (3+ messages)

[Qemu-devel] [PULL 0/7] Machine queue, 2018-03-12
 2018-03-15 18:31 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 0/5] lib/igt_kms: Add for_each_pipe_with_single_output and igt_get_single_output_for_pipe
 2018-03-15 18:31 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: warning for lib/igt_kms: Add for_each_pipe_with_single_output and igt_get_single_output_for_pipe. (rev2)

[PATCH] mm/thp: Do not wait for lock_page() in deferred_split_scan()
 2018-03-15 18:30 UTC  (2+ messages)

fbcon non-desktop display use
 2018-03-15 18:30 UTC  (2+ messages)

[PATCH] [v2] Bluetooth: btrsi: rework dependencies
 2018-03-15 18:30 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: imx6-phytec: Use the standard 'stdout-path' property
 2018-03-15 18:29 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: imx6ul-isiot: Pass the required '#sound-dai-cells'


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.