All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-29 11:30:27 to 2018-03-29 11:59:42 UTC [more...]

[PATCH] ALSA: hda_intel: mark PM functions as __maybe_unused
 2018-03-29 11:59 UTC  (5+ messages)

[PATCH 0/3] Yet another overlayfs exportfs test
 2018-03-29 11:59 UTC  (4+ messages)
` [PATCH 2/3] open_by_handle: add -s option to sleep and keep files open by handle

[PATCH 0/4] add to support for virtio-user server mode
 2018-03-29 11:59 UTC  (6+ messages)
` [PATCH v3 0/4] add "
  ` [PATCH v3 1/4] net/virtio: fix add pointer checking
  ` [PATCH v3 2/4] net/virtio: add checking for cvq

[PATCH 000/109] remove in-kernel calls to syscalls
 2018-03-29 11:41 UTC  (75+ messages)
` [PATCH 001/109] syscalls: define and explain goal to not call syscalls in the kernel
` [PATCH 002/109] kernel: use kernel_wait4() instead of sys_wait4()
` [PATCH 004/109] kexec: call do_kexec_load() in compat syscall directly
` [PATCH 005/109] mm: use do_futex() instead of sys_futex() in mm_release()
` [PATCH 006/109] x86: use _do_fork() in compat_sys_x86_clone()
` [PATCH 008/109] net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
` [PATCH 009/109] net: socket: add __sys_sendto() "
` [PATCH 010/109] net: socket: add __sys_accept4() "
` [PATCH 012/109] net: socket: add __sys_bind() "
` [PATCH 014/109] net: socket: add __sys_listen() "
` [PATCH 015/109] net: socket: add __sys_getsockname() "
` [PATCH 016/109] net: socket: add __sys_getpeername() "
` [PATCH 018/109] net: socket: add __sys_shutdown() "
` [PATCH 019/109] net: socket: add __sys_setsockopt() "
` [PATCH 020/109] net: socket: add __sys_getsockopt() "
` [PATCH 021/109] net: socket: add do_sys_recvmmsg() "
` [PATCH 022/109] net: socket: move check for forbid_cmsg_compat to __sys_...msg()
` [PATCH 023/109] net: socket: replace calls to sys_send() with __sys_sendto()
` [PATCH 025/109] net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to compat syscall
` [PATCH 027/109] net: socket: add __compat_sys_getsockopt() "
` [PATCH 029/109] net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls
` [PATCH 031/109] ipc: add semget syscall wrapper
` [PATCH 033/109] ipc: add msgget "
` [PATCH 034/109] ipc: add shmget "
` [PATCH 035/109] ipc: add shmdt "
` [PATCH 039/109] ipc: add msgsnd syscall/compat_syscall wrappers
` [PATCH 042/109] kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c
` [PATCH 043/109] sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()
` [PATCH 044/109] mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
` [PATCH 045/109] mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
` [PATCH 046/109] mm: add kernel_mbind() helper; remove in-kernel call to syscall
` [PATCH 047/109] mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls
` [PATCH 049/109] fs: add do_pipe2() helper; remove internal call to sys_pipe2()
` [PATCH 051/109] fs: add do_futimesat() helper; remove internal call to sys_futimesat()
` [PATCH 052/109] fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
` [PATCH 053/109] fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
` [PATCH 054/109] fs: add do_eventfd() helper; remove internal call to sys_eventfd()
` [PATCH 056/109] fs: add do_vmsplice() helper; remove in-kernel call to syscall
` [PATCH 058/109] fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall
` [PATCH 059/109] fs: add do_compat_select() "
` [PATCH 060/109] fs: add do_compat_signalfd4() "
` [PATCH 062/109] inotify: add do_inotify_init() helper; remove in-kernel call to syscall
` [PATCH 063/109] fanotify: add do_fanotify_mark() "
` [PATCH 064/109] fs/quota: add kernel_quotactl() "
` [PATCH 066/109] fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
` [PATCH 067/109] fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
` [PATCH 069/109] fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
` [PATCH 070/109] fs: add ksys_write() helper; remove in-kernel calls to sys_write()
` [PATCH 071/109] fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
` [PATCH 072/109] fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
` [PATCH 073/109] hostfs: rename do_rmdir() to hostfs_do_rmdir()
` [PATCH 075/109] fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
` [PATCH 077/109] fs: add do_mknodat() helper and ksys_mknod() "
` [PATCH 079/109] fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() "
` [PATCH 080/109] fs: add do_faccessat() helper and ksys_access() "
` [PATCH 081/109] fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
` [PATCH 082/109] fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
` [PATCH 083/109] fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
` [PATCH 085/109] fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
` [PATCH 086/109] fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
` [PATCH 087/109] fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
` [PATCH 088/109] fs: add ksys_read() helper; remove in-kernel calls to sys_read()
` [PATCH 089/109] fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
` [PATCH 091/109] kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
` [PATCH 093/109] fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
` [PATCH 095/109] fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
` [PATCH 097/109] mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
` [PATCH 098/109] mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
` [PATCH 100/109] x86: fix sys_sigreturn() return type to be long, not unsigned long
` [PATCH 102/109] kexec: move sys_kexec_load() prototype to syscalls.h
` [PATCH 104/109] net: remove compat_sys_*() prototypes from net/compat.h
` [PATCH 108/109] kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitions
` [PATCH 109/109] bpf: whitelist all syscalls for error injection

[PATCH v3 0/5] PCI: Fixes for native PCIe and ACPI hotplug
 2018-03-29 11:59 UTC  (6+ messages)
` [PATCH v3 1/5] PCI: Make sure all bridges reserve at least one bus number

[PATCH] usb: musb: Support gadget mode when the port is set to dual role
 2018-03-29 11:57 UTC  (4+ messages)
    `  "

[PATCH 1/3] virt: vbox: Add vbg_req_free() helper function
 2018-03-29 11:58 UTC  (6+ messages)
` [PATCH 2/3] virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memory

patch "USB: serial: ftdi_sio: add Id for Physik Instrumente E-870" added to usb-testing
 2018-03-29 11:49 UTC  (3+ messages)
` Sorry, Patch wrong (was: patch "USB: serial: ftdi_sio: add Id for Physik Instrumente E-870" added to usb-testing)

[Qemu-devel] [PATCH 0/3] fix memory leaks when using object_property_get_str()
 2018-03-29 11:56 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/3] exec: fix memory leak in find_max_supported_pagesize()
  ` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH 2/3] hw/s390x: fix memory leak in s390_init_ipl_dev()
        ` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH 3/3] sev/i386: fix memory leak in sev_guest_init()
    ` [Qemu-devel] [qemu-s390x] "

[PATCH 1/1] drm/i915: move audio component intialization before audio driver use it
 2018-03-29 11:55 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/1] "

[PATCH v1 1/4] perf: Allow suppressing AUX records
 2018-03-29 11:54 UTC  (3+ messages)
` [PATCH] "

[PATCH] powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAP
 2018-03-29 11:54 UTC  (4+ messages)

[PATCH 0/2] net: mvneta: improve suspend/resume
 2018-03-29 11:54 UTC  (7+ messages)
` [PATCH 1/2] net: mvneta: split rxq/txq init into SW and HW parts
` [PATCH 2/2] net: mvneta: improve suspend/resume

[PATCH v7 1/4] ioremap: Update pgtable free interfaces with addr
 2018-03-29 11:53 UTC  (6+ messages)

[PATCH] drm/gpu-sched: fix force APP kill hang
 2018-03-29 11:52 UTC  (11+ messages)

[PATCH] jffs2: safely remove obsolete dirent from the f->dents list
 2018-03-29 12:00 UTC 

[PATCH v2 0/2] Add support for ov7251 camera sensor
 2018-03-29 11:51 UTC  (3+ messages)
` [PATCH v2 2/2] media: Add a driver for the "

[PATCH] ALSA: hda - Silence PM ops build warning
 2018-03-29 11:51 UTC  (2+ messages)

patch "USB: serial: ftdi_sio: add Id for Physik Instrumente E-870" added to usb-next
 2018-03-29 11:50 UTC 

[PATCH v4 0/16] Generic initrd_free_mem
 2018-03-29 11:50 UTC  (39+ messages)
` [PATCH v5 01/16] initrd: Add weakly-linked generic free_initrd_mem
  ` [PATCH v5 02/16] riscv: Free initrds with "
  ` [PATCH v5 03/16] alpha: Switch to "
  ` [PATCH v5 04/16] arc: "
  ` [PATCH v5 05/16] c6x: "
  ` [PATCH v5 06/16] frv: "
  ` [PATCH v5 07/16] h8300: "
  ` [PATCH v5 08/16] m32r: "
  ` [PATCH v5 09/16] m68k: "
  ` [PATCH v5 10/16] microblaze: "
  ` [PATCH v5 11/16] nios2: "
  ` [PATCH v5 12/16] openrisc: "
    ` [OpenRISC] "
  ` [PATCH v5 13/16] parisc: "
  ` [PATCH v5 14/16] powerpc: "
  ` [PATCH v5 15/16] sh: "
  ` [PATCH v5 16/16] um: "

[PATCH 00/15] R-Car VSP1: Dynamically assign blend units to display pipelines
 2018-03-29 11:49 UTC  (7+ messages)
` [PATCH 10/15] v4l: vsp1: Move DRM pipeline output setup code to a function
` [PATCH 12/15] v4l: vsp1: Generalize detection of entity removal from DRM pipeline

[PATCH] blk-mq: only run mapped hw queues in blk_mq_run_hw_queues()
 2018-03-29 11:49 UTC  (12+ messages)

bus/fslmc: add QBMAN driver to bus patch problem
 2018-03-29 11:48 UTC 

[Qemu-devel] [PATCH for-2.13] pc-bios/s390-ccw: Increase virtio timeout to 30 seconds
 2018-03-29 11:46 UTC  (4+ messages)

[PATCH] MAINTAINERS: update entry for entry for ARM/berlin
 2018-03-29 11:46 UTC  (3+ messages)

[PATCH] net/virtio-user: specify MAC address for tap port
 2018-03-29 11:45 UTC  (3+ messages)
` [PATCH] net/virtio-user: specify the MAC of the tap

[LTP] [RFC] tst_check_cmds to exit only current test
 2018-03-29 11:45 UTC 

[PATCH 1/8] lib/scatterlist: add sg_set_dma_addr() helper
 2018-03-29 11:44 UTC  (16+ messages)
` [PATCH 2/8] PCI: Add pci_find_common_upstream_dev()
` [PATCH 4/8] dma-buf: add peer2peer flag

[PATCH] crypto: chelsio: move chcr_ahash_continue declation out of header
 2018-03-29 11:43 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/9] enable numa configuration before machine_init() from QMP
 2018-03-29 11:43 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 3/9] cli: add -preconfig option

[PATCH] drm/i915/selftests: Add basic sanitychecks for execlists
 2018-03-29 11:42 UTC  (2+ messages)

[PATCH v3 0/6] clocksource: rework Atmel TCB timer driver
 2018-03-29 11:42 UTC  (7+ messages)

seabios regression in staging
 2018-03-29 11:42 UTC 

[PATCH] NFSv3/acl: forget acl cache after setattr
 2018-03-29 11:39 UTC  (2+ messages)

[RFC PATCH 2/2] overlay: add no wait share flock for lowers/upper/work dirs to help check mount
 2018-03-29 11:39 UTC  (2+ messages)

[PATCH resend 0/2] preparatory arm64 asm patches for yielding the NEON
 2018-03-29 11:36 UTC  (8+ messages)
` [PATCH resend 2/2] arm64: assembler: add macros to conditionally yield the NEON under PREEMPT

[PATCH net-next] net: tcp: update mib LISTENOVERFLOWS if syn flood
 2018-03-29 11:20 UTC 

[Qemu-devel] [PATCH for-2.13] s390x: introduce 2.13 compat machine
 2018-03-29 11:35 UTC  (2+ messages)

fuzz/wrappers.c fails to build due to missing x86-emulate.h
 2018-03-29 11:34 UTC  (3+ messages)

[Buildroot] [PATCH v4 00/11] llvm for mesa3d
 2018-03-29 11:33 UTC  (12+ messages)
` [Buildroot] [PATCH v4 01/11] package/llvm: new host package
` [Buildroot] [PATCH v4 02/11] package/llvm: enable target variant
` [Buildroot] [PATCH v4 03/11] package/llvm: enable AMDGPU
` [Buildroot] [PATCH v4 04/11] package/mesa3d: enable llvm support
` [Buildroot] [PATCH v4 05/11] package/llvm: enable ARM
` [Buildroot] [PATCH v4 06/11] package/llvm: enable AArch64
` [Buildroot] [PATCH v4 07/11] package/clang: new host package
` [Buildroot] [PATCH v4 08/11] package/clang: enable target variant
` [Buildroot] [PATCH v4 09/11] package/libclc: new package
` [Buildroot] [PATCH v4 10/11] package/mesa3d: enable OpenCL support
` [Buildroot] [PATCH v4 11/11] package/clinfo: new package

[PATCH] drm/i915/execlists: Set queue priority from secondary port
 2018-03-29 11:33 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v18 00/18] Add NV12 support
 2018-03-29 11:33 UTC  (6+ messages)
` [PATCH v18 18/18] drm/i915: Keep plane size mult of 4 for NV12

[PATCH] nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMS
 2018-03-29 11:31 UTC  (5+ messages)

[Buildroot] [PATCH 1/2] linux: bump default to version 4.15.14
 2018-03-29 11:31 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{1, 4, 9, 14, 15}.x series

[PATCH v13 0/2] rcar-csi2: add Renesas R-Car MIPI CSI-2
 2018-03-29 11:30 UTC  (3+ messages)
` [PATCH v13 2/2] rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driver


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.