messages from 2019-07-02 07:23:25 to 2019-07-02 08:07:34 UTC [more...]
[PATCH 5.1 00/55] 5.1.16-stable review
2019-07-02 8:02 UTC (43+ messages)
` [PATCH 5.1 01/55] arm64: Dont unconditionally add -Wno-psabi to KBUILD_CFLAGS
` [PATCH 5.1 02/55] Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"
` [PATCH 5.1 04/55] fs/proc/array.c: allow reporting eip/esp for all coredumping threads
` [PATCH 5.1 05/55] mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask
` [PATCH 5.1 06/55] fs/binfmt_flat.c: make load_flat_shared_library() work
` [PATCH 5.1 07/55] clk: tegra210: Fix default rates for HDA clocks
` [PATCH 5.1 08/55] clk: socfpga: stratix10: fix divider entry for the emac clocks
` [PATCH 5.1 09/55] drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
` [PATCH 5.1 10/55] drm/i915: Save the old CDCLK atomic state
` [PATCH 5.1 11/55] drm/i915: Remove redundant store of logical CDCLK state
` [PATCH 5.1 12/55] drm/i915: Skip modeset for cdclk changes if possible
` [PATCH 5.1 13/55] mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
` [PATCH 5.1 15/55] mm/page_idle.c: fix oops because end_pfn is larger than max_pfn
` [PATCH 5.1 16/55] mm, swap: fix THP swap out
` [PATCH 5.1 17/55] dm init: fix incorrect uses of kstrndup()
` [PATCH 5.1 18/55] dm log writes: make sure super sector log updates are written in order
` [PATCH 5.1 20/55] scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()
` [PATCH 5.1 22/55] x86/microcode: Fix the microcode load on CPU hotplug for real
` [PATCH 5.1 23/55] x86/resctrl: Prevent possible overrun during bitmap operations
` [PATCH 5.1 25/55] efi/memreserve: deal with memreserve entries in unmapped memory
` [PATCH 5.1 26/55] NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O
` [PATCH 5.1 28/55] SUNRPC: Fix up calculation of client message length
` [PATCH 5.1 29/55] irqchip/mips-gic: Use the correct local interrupt map registers
` [PATCH 5.1 30/55] af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
` [PATCH 5.1 31/55] bonding: Always enable vlan tx offload
` [PATCH 5.1 32/55] ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop
` [PATCH 5.1 33/55] net/packet: fix memory leak in packet_set_ring()
` [PATCH 5.1 34/55] net: remove duplicate fetch in sock_getsockopt
` [PATCH 5.1 36/55] net: stmmac: set IC bit when transmitting frames with HW timestamp
` [PATCH 5.1 37/55] net/tls: fix page double free on TX cleanup
` [PATCH 5.1 39/55] team: Always enable vlan tx offload
` [PATCH 5.1 40/55] tipc: change to use register_pernet_device
` [PATCH 5.1 41/55] tipc: check msg->req data len in tipc_nl_compat_bearer_disable
` [PATCH 5.1 43/55] net: aquantia: fix vlans not working over bridged network
` [PATCH 5.1 44/55] bpf: simplify definition of BPF_FIB_LOOKUP related flags
` [PATCH 5.1 45/55] bpf: lpm_trie: check left child of last leftmost node for NULL
` [PATCH 5.1 47/55] bpf: fix unconnected udp hooks
` [PATCH 5.1 48/55] bpf: udp: Avoid calling reuseports bpf_prog from udp_gro
` [PATCH 5.1 50/55] arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()
` [PATCH 5.1 51/55] bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd
` [PATCH 5.1 53/55] RDMA: Directly cast the sockaddr union to sockaddr
` [PATCH 5.1 55/55] tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb
[Xen-devel] [PATCH v5] x86/emulate: Send vm_event from emulate
2019-07-02 8:01 UTC (7+ messages)
[PATCH 4.19 00/72] 4.19.57-stable review
2019-07-02 8:01 UTC (31+ messages)
` [PATCH 4.19 01/72] perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nul
` [PATCH 4.19 03/72] perf header: Fix unchecked usage of strncpy()
` [PATCH 4.19 07/72] 9p/xen: fix check for xenbus_read error in front_probe
` [PATCH 4.19 08/72] 9p: Use a slab for allocating requests
` [PATCH 4.19 09/72] 9p: embed fcall in req to round down buffer allocs
` [PATCH 4.19 11/72] 9p: rename p9_free_req() function
` [PATCH 4.19 13/72] 9p/rdma: do not disconnect on down_interruptible EAGAIN
` [PATCH 4.19 14/72] 9p: Rename req to rreq in trans_fd
` [PATCH 4.19 15/72] 9p: acl: fix uninitialized iattr access
` [PATCH 4.19 16/72] 9p/rdma: remove useless check in cm_event_handler
` [PATCH 4.19 17/72] 9p: p9dirent_read: check network-provided name length
` [PATCH 4.19 19/72] 9p/trans_fd: abort p9_read_work if req status changed
` [PATCH 4.19 20/72] 9p/trans_fd: put worker reqs on destroy
` [PATCH 4.19 28/72] usb: dwc3: gadget: introduce cancelled_list
` [PATCH 4.19 29/72] usb: dwc3: gadget: move requests to cancelled_list
` [PATCH 4.19 32/72] fs/proc/array.c: allow reporting eip/esp for all coredumping threads
` [PATCH 4.19 34/72] fs/binfmt_flat.c: make load_flat_shared_library() work
` [PATCH 4.19 36/72] mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
` [PATCH 4.19 40/72] scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()
` [PATCH 4.19 42/72] x86/microcode: Fix the microcode load on CPU hotplug for real
` [PATCH 4.19 43/72] x86/resctrl: Prevent possible overrun during bitmap operations
` [PATCH 4.19 44/72] KVM: x86/mmu: Allocate PAE root array when using SVMs 32-bit NPT
` [PATCH 4.19 45/72] NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O
` [PATCH 4.19 46/72] cpu/speculation: Warn on unsupported mitigations= parameter
` [PATCH 4.19 47/72] SUNRPC: Clean up initialisation of the struct rpc_rqst
` [PATCH 4.19 48/72] irqchip/mips-gic: Use the correct local interrupt map registers
` [PATCH 4.19 50/72] af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
` [PATCH 4.19 51/72] bonding: Always enable vlan tx offload
` [PATCH 4.19 52/72] ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop
` [PATCH 4.19 53/72] net/packet: fix memory leak in packet_set_ring()
[PATCH v6 0/7] crypto: switch to crypto API for ESSIV generation
2019-07-02 8:07 UTC (5+ messages)
` [PATCH v6 4/7] md: dm-crypt: switch to ESSIV crypto API template
` [dm-devel] "
[PATCH RESEND V4 1/5] clocksource: timer-of: Support getting clock frequency from DT
2019-07-02 8:06 UTC (12+ messages)
` [PATCH RESEND V4 2/5] clocksource/drivers/sysctr: Add clock-frequency property
` [PATCH RESEND V4 3/5] clocksource: imx-sysctr: Make timer work with clock driver using platform driver model
` [PATCH RESEND V4 4/5] arm64: dts: imx8mq: Add system counter node
` [PATCH RESEND V4 5/5] arm64: dts: imx8mm: "
[PATCH] Staging: mt7621-dma: mtk-hsdma: fix a coding style issue
2019-07-02 8:06 UTC (2+ messages)
[PATCH v5 00/26] Add new command 'switch'
2019-07-02 8:06 UTC (4+ messages)
` [PATCH v6 00/27] "
` [PATCH v6 07/27] checkout: inform the user when removing branch state
[Qemu-devel] [PATCH v2 0/4] Introduce the microvm machine type
2019-07-02 8:02 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 2/4] hw/i386: Add an Intel MPTable generator
[Qemu-devel] [PATCH v4 0/5] 9p: Fix file ID collisions
2019-07-02 8:01 UTC (5+ messages)
` [Qemu-devel] [PATCH v4 3/5] 9p: Added virtfs option "remap_inodes"
[PATCH v2] f2fs: avoid out-of-range memory access
2019-07-02 8:05 UTC
[Bug 204049] New: [xfstests generic/388]: XFS: Assertion failed: ip->i_d.di_format != XFS_DINODE_FMT_BTREE || ip->i_d.di_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK), file: fs/xfs/xfs_inode.c, line: 3646
2019-07-02 8:04 UTC
[PATCH 0/4] Convert VRAM helpers to GEM object functions
2019-07-02 8:03 UTC (4+ messages)
` [PATCH 3/4] drm/hibmc: Leave struct drm_driver.gem_free_object_unlocked to NULL
[U-Boot] [PATCH v1] test/py: add MMC/SD block write test
2019-07-02 8:03 UTC (2+ messages)
[PATCH v2 0/5] Convert VRAM helpers to GEM object functions
2019-07-02 8:01 UTC (6+ messages)
` [PATCH v2 1/5] drm/vram: Set GEM object functions for PRIME
` [PATCH v2 2/5] drm/bochs: Remove PRIME helpers from driver structure
` [PATCH v2 3/5] drm/hibmc: Update struct drm_driver for GEM object functions
` [PATCH v2 4/5] drm/vbox: Remove empty PRIME functions
` [PATCH v2 5/5] drm/vram: Don't export driver callback functions for PRIME
[PATCH] rtl8xxxu: Fix wifi low signal strength issue of RTL8723BU
2019-07-02 8:01 UTC (3+ messages)
[PATCH v3 10/27] md: use kzalloc instead of kmalloc and memset
2019-07-02 8:01 UTC
[PATCH 1/2] ima: always return negative code for error
2019-07-02 8:00 UTC (2+ messages)
` [PATCH 2/2] ima: fix freeing ongoing ahash_request
[PATCH v3 27/27] sound: ppc: remove unneeded memset after dma_alloc_coherent
2019-07-02 8:00 UTC
[PATCH v3 26/27] sound: oss: use kzalloc rather than kmalloc with memset
2019-07-02 8:00 UTC
[PATCH v3 25/27] kernel: power: use kzalloc rather than kmalloc followed with memset
2019-07-02 7:59 UTC
[PATCH v3 24/27] fs: jffs2: use kzalloc rather than kmalloc followed with memset
2019-07-02 7:59 UTC
[PATCH v3 23/27] video: fbdev: remove unneeded memset after dma_alloc_coherent
2019-07-02 7:59 UTC
[PATCH v3 22/27] usb: remove unneeded memset after dma_alloc_coherent
2019-07-02 7:59 UTC
[PATCH v3 21/27] tty: remove unneeded memset
2019-07-02 7:59 UTC
[PATCH v3 20/27] staging: rtl8723bs: remove unneeded memset
2019-07-02 7:59 UTC
[PATCH v3 19/27] staging: rtl8*: use zeroing allocator rather than allocator followed with memset 0
2019-07-02 7:59 UTC
[PATCH] crypto: cryptd - Fix skcipher instance memory leak
2019-07-02 7:53 UTC
[PATCH v3 18/27] scsi: use zeroing allocator rather than allocator followed by memset 0
2019-07-02 7:59 UTC
[PATCH v3 17/27] scsi: remove unneeded memset
2019-07-02 7:58 UTC
[PATCH v3 16/27] net: remove unneeded memset
2019-07-02 7:58 UTC
[PATCH v3 15/27] net: use zeroing allocator rather than allocator followed by memset zero
2019-07-02 7:58 UTC
[PATCH v3 14/27] mtd: nand: use kzalloc instead of kmalloc and memset
2019-07-02 7:58 UTC
[PATCH v3 13/27] message: fusion: remove memset after pci_alloc_consistent
2019-07-02 7:58 UTC
[PATCH v2 0/3] make RB_DECLARE_CALLBACKS more generic
2019-07-02 7:58 UTC (4+ messages)
` [PATCH v2 1/3] augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro
` [PATCH v2 2/3] augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
` [PATCH v2 3/3] augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition
[PATCH v3 12/27] media: use kzalloc instead of kmalloc and memset
2019-07-02 7:58 UTC
[Xen-devel] [PATCH 13/60] xen/sched: move some per-vcpu items to struct sched_unit
2019-07-02 7:54 UTC (5+ messages)
[PATCH v3 11/27] media: remove memset after dma_alloc_coherent/pci_alloc_consistent
2019-07-02 7:58 UTC
[PATCH v3 09/27] infiniband: remove unneeded memset
2019-07-02 7:57 UTC
[dpdk-dev] [PATCH 19.08 0/6] improve building examples
2019-07-02 7:57 UTC (4+ messages)
` [dpdk-dev] [PATCH v2 0/5] "
` [dpdk-dev] [PATCH v2 4/5] examples/vdpa: support building from pkg-config info
[PATCH v3 08/27] i2c: busses: remove memset after dmam_alloc_coherent
2019-07-02 7:57 UTC
[PATCH v3 07/27] drm/amdgpu: remove memset after zalloc
2019-07-02 7:57 UTC
[PATCH v3 06/27] dma: remove memset after dma_alloc_coherent/dmam_alloc_coherent
2019-07-02 7:57 UTC
[PATCH v3 05/27] crypto: remove memset after dma_alloc_coherent
2019-07-02 7:57 UTC
[PATCH v3 04/27] block: remove memset after dma_alloc_coherent
2019-07-02 7:57 UTC
[PATCH] usb: storage: skip only when uas driver is loaded
2019-07-02 7:57 UTC (8+ messages)
[Qemu-devel] [PULL 00/49] ppc-for-4.1 queue 20190702
2019-07-02 7:54 UTC (2+ messages)
[PATCH v3 03/27] atm: idt77252: remove memset after dma_alloc_coherent
2019-07-02 7:56 UTC
[PATCH v3 02/27] ata: Remove memset after dma_alloc_coherent/dmam_alloc_coherent
2019-07-02 7:56 UTC
[PATCH] cve-update-db: Use std library instead of urllib3
2019-07-02 8:08 UTC (3+ messages)
[PATCH v3 01/27] sh: mm: Remove call to memset after dma_alloc_coherent
2019-07-02 7:55 UTC
[dpdk-dev] [PATCH v2 0/7] ether: improvements and optimizations
2019-07-02 7:56 UTC (6+ messages)
` [dpdk-dev] [PATCH v5 0/8] net/ether: enhancements "
` [dpdk-dev] [PATCH v5 1/8] net/rte_ether: deinline non-critical functions
` [dpdk-dev] [PATCH v5 4/8] net/ether: use bitops to speedup comparison
[Xen-devel] [PATCH] libxl_qmp: wait for completion of device removal
2019-07-02 7:46 UTC
[PATCH V3] soc: imx-scu: Add SoC UID(unique identifier) support
2019-07-02 7:45 UTC (2+ messages)
[LTP] [RFC PATCH] lib: add tst_no_corefile to avoid corefile dumping
2019-07-02 7:53 UTC (3+ messages)
[PATCH V2] soc: imx-scu: Add SoC UID(unique identifier) support
2019-07-02 7:51 UTC (7+ messages)
[dpdk-dev] [dpdk-users] Unable to Forward the Packet after UDP Payload Modification
2019-07-02 7:48 UTC (2+ messages)
[Qemu-devel] [PATCH v7 0/4] rng-builtin: add an RNG backend that uses qemu_guest_getrandom()
2019-07-02 7:41 UTC (4+ messages)
` [Qemu-devel] [PATCH v7 1/4] VirtIO-RNG: Update default entropy source to `/dev/urandom`
` [Qemu-trivial] "
[PATCH v2 0/5] Allocate memmap from hotadded memory
2019-07-02 7:48 UTC (8+ messages)
[dpdk-dev] [PATCH v2] test/eal: add ut cases for in-memory and single-file-segment
2019-07-02 7:48 UTC (3+ messages)
` [dpdk-dev] [PATCH v3] "
[dpdk-dev] [PATCH] eventdev: fix doxygen comment
2019-07-02 7:44 UTC (4+ messages)
` [dpdk-dev] [PATCH v2] "
[meta-xfce][Patch 00/11] Upgrade to xfce 4.14 pre2
2019-07-02 7:47 UTC (2+ messages)
[PATCH] mm/z3fold: Fix z3fold_buddy_slots use after free
2019-07-02 7:45 UTC (2+ messages)
[lustre-devel] Kernel panic - not syncing: LBUG: llite_mmap.c:71:our_vma()
2019-07-02 7:45 UTC (2+ messages)
[PATCH 00/18] backports: Update for kernel 5.2
2019-07-02 7:44 UTC (3+ messages)
` [PATCH 18/18] header: add support for GCC7 and GCC8
Build error "kernel-module-qcacld-lea" with imx8mqevk
2019-07-02 7:43 UTC (2+ messages)
mgag200 fails kdump kernel booting
2019-07-02 7:42 UTC (8+ messages)
[RFC PATCH v2 0/3] security/x86/sgx: SGX specific LSM hooks
2019-07-02 7:42 UTC (14+ messages)
` [RFC PATCH v2 1/3] x86/sgx: Add "
[U-Boot] [PATCH] video: backlight: fix pwm invertation
2019-07-02 7:40 UTC (2+ messages)
Allow choose of U-Boot config for machine
2019-07-02 7:40 UTC (3+ messages)
[PATCH] block: Document the bio splitting functions
2019-07-02 7:39 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: avoid out-of-range memory access
2019-07-02 7:15 UTC
[igt-dev] [EARLY RFC 0/1] New device selection
2019-07-02 7:38 UTC (4+ messages)
` [igt-dev] [EARLY RFC 1/1] Introduce new method of "
[RFC 00/11] opencapi: enable card reset and link retraining
2019-07-02 7:36 UTC (5+ messages)
` [RFC 09/11] pci/hotplug/pnv-php: Relax check when disabling slot
` [RFC 11/11] ocxl: Add PCI hotplug dependency to Kconfig
[PATCH] arm64: perf: Remove unused macro
2019-07-02 7:35 UTC
✅ PASS: Stable queue: queue-4.19
2019-07-02 7:37 UTC
refactor tasklets to avoid unsigned long argument
2019-07-02 7:35 UTC
obmc console history
2019-07-02 7:34 UTC (6+ messages)
[PATCH v2] ltp: file01: Fix in was not recognized
2019-07-02 7:33 UTC (2+ messages)
[dpdk-dev] [PATCH] test/eal: add ut for eal options proc-type and uio
2019-07-02 7:33 UTC (3+ messages)
` [dpdk-dev] [PATCH v2] "
[PATCH bpf-next] libbpf: fix GCC8 warning for strncpy
2019-07-02 7:32 UTC (3+ messages)
[PATCH net-next] hinic: remove standard netdev stats
2019-07-01 23:40 UTC
[PATCH] drm/amdkfd: remove an unused variable
2019-07-02 7:29 UTC (2+ messages)
[dpdk-dev] [PATCH v9 0/6] rawdev driver for ntb
2019-07-02 14:10 UTC (3+ messages)
` [dpdk-dev] [PATCH v10 0/5] "
[PATCH] x86/stacktrace: Do not access user space memory unnecessarily
2019-07-02 7:28 UTC (2+ messages)
[Ksummit-discuss] [MAINTAINERS SUMMIT] Patch version changes in commit logs?
2019-07-02 7:27 UTC (5+ messages)
[Qemu-devel] [PATCH v10 0/6] target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
2019-07-02 6:24 UTC (4+ messages)
` [Qemu-devel] [PATCH v10 2/6] ppc: spapr: Introduce FWNMI capability
[PATCH v2 1/1] ARM: dts: colibri: introduce dts with UHS-I support enabled
2019-07-02 7:26 UTC (3+ messages)
[f2fs-dev] [PATCH 1/1] fsck.f2fs: allow to fix inconsistency from online resize
2019-07-02 7:42 UTC
[Qemu-riscv] [PULL] RISC-V Patches for the 4.1 Soft Freeze, Part 2
2019-07-02 7:02 UTC (9+ messages)
` [Qemu-riscv] [PULL 33/34] roms: Add OpenSBI version 0.3
` [Qemu-devel] "
[PATCH v2 0/9] hw/block/pflash_cfi01: Add DeviceReset() handler
2019-07-02 6:15 UTC (2+ messages)
` [Qemu-devel] "
[PATCH] soc: imx-scu: Add SoC UID(unique identifier) support
2019-07-02 7:23 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.