All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-18 16:21:08 to 2019-01-18 16:51:45 UTC [more...]

[PATCH v3 0/7] arm64: add system vulnerability sysfs entries
 2019-01-18 16:35 UTC  (10+ messages)
` [PATCH v3 1/7] sysfs/cpu: Allow individual architectures to select vulnerabilities
` [PATCH v3 3/7] arm64: kpti: move check for non-vulnerable CPUs to a function

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-18 16:18 UTC  (73+ messages)
` [PATCH v2 01/29] ia64: add __NR_umount2 definition
` [PATCH v2 02/29] ia64: add statx and io_pgetevents syscalls
` [PATCH v2 03/29] ia64: assign syscall numbers for perf and seccomp
` [PATCH v2 04/29] alpha: wire up io_pgetevents system call
` [PATCH v2 05/29] alpha: update syscall macro definitions
` [PATCH v2 06/29] ARM: add migrate_pages() system call
` [PATCH v2 07/29] ARM: add kexec_file_load system call number
` [PATCH v2 08/29] m68k: assign syscall number for seccomp
` [PATCH v2 09/29] sh: remove duplicate unistd_32.h file
` [PATCH v2 10/29] sh: add statx system call
` [PATCH v2 11/29] sparc64: fix sparc_ipc type conversion
` [PATCH v2 12/29] ipc: rename old-style shmctl/semctl/msgctl syscalls
` [PATCH v2 13/29] arch: add split IPC system calls where needed
` [PATCH v2 14/29] arch: add pkey and rseq syscall numbers everywhere
` [PATCH v2 15/29] alpha: add standard statfs64/fstatfs64 syscalls
` [PATCH v2 16/29] alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls
` [PATCH v2 17/29] syscalls: remove obsolete __IGNORE_ macros
` [PATCH v2 18/29] time: make adjtime compat handling available for 32 bit
` [PATCH v2 19/29] time: Add struct __kernel_timex
` [PATCH v2 20/29] time: fix sys_timer_settime prototype
` [PATCH v2 21/29] sparc64: add custom adjtimex/clock_adjtime functions
` [PATCH v2 22/29] timex: use __kernel_timex internally
` [PATCH v2 23/29] timex: change syscalls to use struct __kernel_timex
` [PATCH v2 24/29] x86/x32: use time64 versions of sigtimedwait and recvmmsg
` [PATCH v2 25/29] y2038: syscalls: rename y2038 compat syscalls
` [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit
` [PATCH v2 27/29] y2038: remove struct definition redirects
` [PATCH v2 28/29] y2038: rename old time and utime syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures

[PATCH v7] media: imx: add mem2mem device
 2019-01-18 16:51 UTC  (4+ messages)

[PATCH 00/14] Misc ION cleanups and adding unmapped heap
 2019-01-18 16:50 UTC  (13+ messages)
` [PATCH 13/14] staging: android: ion: Do not sync CPU cache on map/unmap

[Qemu-devel] [PATCH v2] checkpatch: Don't emit spurious warnings about block comments
 2019-01-18 16:50 UTC 

[PATCH bpf] bpftool: fix percpu maps updating
 2019-01-18 16:50 UTC 

[PATCH bpf-next 0/5] add bpf cgroup hooks that trigger on socket close
 2019-01-18 16:50 UTC  (3+ messages)

[PATCH v9 00/13] media: staging/imx7: add i.MX7 media driver
 2019-01-18 16:49 UTC  (4+ messages)

[RFC PATCH 0/8] arm64/sve: First steps towards optimizing syscalls
 2019-01-18 16:46 UTC  (9+ messages)
` [RFC PATCH 1/8] arm64/fpsimd: Update documentation of do_sve_acc
` [RFC PATCH 2/8] arm64/signal: Update the comment in preserve_sve_context
` [RFC PATCH 3/8] arm64/fpsimdmacros: Allow the macro "for" to be used in more cases
` [RFC PATCH 4/8] arm64/fpsimdmacros: Introduce a macro to update ZCR_EL1.LEN
` [RFC PATCH 5/8] arm64/sve: Implement helper to flush SVE registers
` [RFC PATCH 6/8] arm64/sve: Implement helper to load SVE registers from FPSIMD state
` [RFC PATCH 7/8] arm64/sve: Don't disable SVE on syscalls return
` [RFC PATCH 8/8] arm64/sve: Rework SVE trap access to use TIF_SVE_NEEDS_FLUSH

[PATCH 0/2] Only try to expand refs to valid variable names
 2019-01-18 16:47 UTC  (4+ messages)
` [PATCH 1/2] bb.data_smart: only "
` [PATCH 2/2] bb.tests.codeparser: add parameter expansion modifiers test

[PATCH v6 0/5] sched/deadline: fix cpusets bandwidth accounting
 2019-01-18 16:46 UTC  (3+ messages)

[U-Boot] am335x: EFI: tftp: CACHE: Misaligned operation at range [9ce7e470, 9ce7e4b0]
 2019-01-18 16:46 UTC 

[Qemu-devel] [Bug 1810433] [NEW] aarch64-linux-user master: inconsistent pwrite behaviour
 2019-01-18 16:38 UTC  (3+ messages)
` [Qemu-devel] [Bug 1810433] "

[Linux-eng] [RFC 0/3] Abstract empty functions with STUB_UNLESS macro
 2019-01-18 16:46 UTC  (14+ messages)
` [PATCH 1/3] kconfig.h: abstract "
` [PATCH 2/3] cpufreq: update headers to use "
` [PATCH 3/3] arm64: "

[PATCH] drm/vkms: Fix flush_work() without INIT_WORK()
 2019-01-18 16:43 UTC 

[PATCH v8 00/26] arm64: provide pseudo NMI with GICv3
 2019-01-18 16:43 UTC  (14+ messages)
` [PATCH v8 09/26] arm64: Unmask PMR before going idle
` [PATCH v8 10/26] arm64: kvm: Unmask PMR before entering guest
` [PATCH v8 11/26] efi: Let architectures decide the flags that should be saved/restored
` [PATCH v8 12/26] arm64: irqflags: Use ICC_PMR_EL1 for interrupt masking
` [PATCH v8 13/26] arm64: daifflags: Include PMR in daifflags restore operations

[PATCH] blk-iolatency: fix IO hang due to negative inflight counter
 2019-01-18 16:43 UTC  (5+ messages)

Plain accesses and data races in the Linux Kernel Memory Model
 2019-01-18 16:43 UTC  (2+ messages)

[PATCH v4 00/25] KVM: arm64: SVE guest support
 2019-01-18 16:42 UTC  (4+ messages)
` [PATCH v4 13/25] KVM: arm64/sve: System register context switch and access support

[U-Boot] [PATCH v2 0/7] mmc: sunxi: Enable DM_MMC
 2019-01-18 16:41 UTC  (5+ messages)

[PATCH] poky.conf: Define SDK_VERSION so DISTRO_VERSION overrides are supported
 2019-01-18 16:40 UTC  (2+ messages)

Kernel memory corruption in CIPSO labeled TCP packets processing
 2019-01-18 16:34 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/5] qtest driver framework (core only)
 2019-01-18 16:39 UTC  (3+ messages)
` [Qemu-devel] [PATCH 5/5] tests: qgraph API for the qtest driver framework

[PATCH v7 0/3] arm64: ftrace with regs
 2019-01-18 16:39 UTC  (8+ messages)
` [PATCH v7 1/3] arm64: replace -pg with CC_FLAGS_FTRACE in Makefiles
` [PATCH v7 2/3] arm64: implement ftrace with regs
` [PATCH v7 3/3] arm64: use -fpatchable-function-entry if available

[Qemu-devel] [PATCH] i386: Enable NPT and NRIPSAVE for AMD CPUs
 2019-01-18 16:38 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v3 00/43] Support Kconfig in QEMU
 2019-01-18 16:36 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH v3 28/43] hw/pci/Makefile.objs: make pcie configurable
` [Qemu-devel] [RFC PATCH v3 29/43] build: convert pci.mak to Kconfig

[v2,05/10] phy: add A3700 UTMI PHY driver
 2019-01-18 16:36 UTC  (2+ messages)
` [PATCH v2 05/10] "

[PATCHv4 00/13] Heterogeneuos memory node attributes
 2019-01-18 16:35 UTC  (6+ messages)
` [PATCHv4 05/13] Documentation/ABI: Add new node sysfs attributes

[U-Boot] [PATCH] ARM: chiliboard: enable DM_SPI
 2019-01-18 16:35 UTC 

[RFC PATCH 0/3] cgroup: fsio throttle controller
 2019-01-18 16:35 UTC  (2+ messages)

[PATCH v6 0/6] media/sun6i: Allwinner A64 CSI support
 2019-01-18 16:31 UTC  (21+ messages)
` [PATCH v6 1/6] dt-bindings: media: sun6i: Add A64 CSI compatible
` [PATCH v6 2/6] media: sun6i: Add mod_rate quirk
` [PATCH v6 3/6] media: sun6i: Add A64 CSI block support
` [PATCH v6 4/6] arm64: dts: allwinner: a64: Add A64 CSI controller
` [PATCH v6 5/6] arm64: dts: allwinner: a64: Add pinmux setting for CSI MCLK on PE1
` [PATCH v6 6/6][DO NOT MERGE] arm64: dts: allwinner: bananapi-m64: Add HDF5640 camera module

LSF/MM 2019: Call for Proposals
 2019-01-18 16:32 UTC  (3+ messages)

[PATCH v3 00/23] drm/qxl: ttm fixes, cleanups, allocation tweaks, multihead, fbdev
 2019-01-18 16:32 UTC  (6+ messages)
` [PATCH v3 23/23] drm/qxl: add overflow checks to qxl_mode_dumb_create()

[Qemu-devel] [PATCH] checkpatch: Don't spuriously warn about /** comment starters
 2019-01-18 16:32 UTC  (5+ messages)

[PATCH v2 0/5] xfs: properly invalidate cached writeback mapping
 2019-01-18 16:31 UTC  (4+ messages)
` [PATCH v2 5/5] xfs: revalidate imap properly before writeback delalloc conversion

[PATCH v5 4/6] usb: gadget: add mechanism to specify an explicit status stage
 2019-01-18 16:31 UTC  (4+ messages)
    ` [v5,4/6] "

[PATCH] net: sun: cassini: Cleanup license conflict
 2019-01-18 16:30 UTC  (2+ messages)

[PATCH BUGFIX RFC 0/2] reverting two commits causing freezes
 2019-01-18 16:29 UTC  (3+ messages)

Keeping Tvrtko busy
 2019-01-18 16:28 UTC  (5+ messages)
` [PATCH 10/38] drm/i915/selftests: Allocate mock ring/timeline per context
` [PATCH 12/38] drm/i915: Move list of timelines under its own lock

[PATCH/RFC] drm: Remove unused Renesas SH Mobile DRM driver
 2019-01-18 16:22 UTC  (2+ messages)

linux-next: Tree for Jan 18
 2019-01-18 16:27 UTC  (2+ messages)
` linux-next: Tree for Jan 18 (i2c-designware-platdrv.c)

[v2,03/10] usb: ehci-orion: avoid double PHY initialization
 2019-01-18 16:25 UTC  (2+ messages)
` [PATCH v2 03/10] "

osstest stretch upgrade, progress/info/todo
 2019-01-18 16:23 UTC 

[PATCH v11 00/26] Speculative page faults
 2019-01-18 16:24 UTC  (6+ messages)

[PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
 2019-01-18 16:23 UTC  (2+ messages)

cat-file ambiguity prints "dangling"
 2019-01-18 16:20 UTC  (4+ messages)

[Qemu-devel] [PATCH] hw/pvrdma: Post CQE when receive invalid gid index
 2019-01-18 16:23 UTC  (3+ messages)

[PATCH] EDAC, dmc520:: add DMC520 EDAC driver
 2019-01-18 16:23 UTC  (2+ messages)
`  "

[PATCH v3 1/2] fs: don't let getdents return bogus names
 2019-01-18 16:22 UTC  (3+ messages)

FAILED: patch "[PATCH] PCI: dwc: Move interrupt acking into the proper callback" failed to apply to 4.14-stable tree
 2019-01-18 16:22 UTC  (5+ messages)


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.