All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-25 10:38:10 to 2018-04-25 11:20:26 UTC [more...]

[PATCH 4.14 000/183] 4.14.37-stable review
 2018-04-25 10:36 UTC  (53+ messages)
` [PATCH 4.14 027/183] KVM: s390: use created_vcpus in more places
` [PATCH 4.14 030/183] selftest: ftrace: Fix to pick text symbols for kprobes
` [PATCH 4.14 032/183] Input: psmouse - fix Synaptics detection when protocol is disabled
` [PATCH 4.14 042/183] perf record: Fix failed memory allocation for get_cpuid_str
` [PATCH 4.14 046/183] dm thin: fix documentation relative to low water mark threshold
` [PATCH 4.14 056/183] PCI: Add dummy pci_irqd_intx_xlate() for CONFIG_PCI=n build
` [PATCH 4.14 061/183] mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()
` [PATCH 4.14 070/183] f2fs: avoid hungtask when GC encrypted block if io_bits is set
` [PATCH 4.14 075/183] nfp: fix error return code in nfp_pci_probe()
` [PATCH 4.14 080/183] platform/x86: thinkpad_acpi: suppress warning about palm detection
` [PATCH 4.14 083/183] ASoC: rockchip: Use dummy_dai for rt5514 dsp dailink
` [PATCH 4.14 085/183] igb: Clear TXSTMP when ptp_tx_work() is timeout
` [PATCH 4.14 087/183] x86/hyperv: Stop suppressing X86_FEATURE_PCID
` [PATCH 4.14 097/183] powerpc/numa: Use ibm,max-associativity-domains to discover possible nodes
` [PATCH 4.14 100/183] ntb_transport: Fix bug with max_mw_size parameter
` [PATCH 4.14 109/183] ocfs2/acl: use ip_xattr_sem to protect getting extended attribute
` [PATCH 4.14 110/183] ocfs2: return error when we attempt to access a dirty bh in jbd2
` [PATCH 4.14 111/183] mm/mempolicy: fix the check of nodemask from user
` [PATCH 4.14 112/183] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages
` [PATCH 4.14 113/183] asm-generic: provide generic_pmdp_establish()
` [PATCH 4.14 114/183] sparc64: update pmdp_invalidate() to return old pmd value
` [PATCH 4.14 116/183] mm: pin address_space before dereferencing it while isolating an LRU page
` [PATCH 4.14 118/183] openvswitch: Remove padding from packet before L3+ conntrack processing
` [PATCH 4.14 135/183] MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS
` [PATCH 4.14 136/183] perf record: Fix period option handling
` [PATCH 4.14 137/183] MIPS: Generic: Support GIC in EIC mode
` [PATCH 4.14 138/183] perf evsel: Fix period/freq terms setup
` [PATCH 4.14 139/183] xen-netfront: Fix race between device setup and open
` [PATCH 4.14 140/183] xen/grant-table: Use put_page instead of free_page
` [PATCH 4.14 141/183] bpf: sockmap, fix leaking maps with attached but not detached progs
` [PATCH 4.14 142/183] RDS: IB: Fix null pointer issue
` [PATCH 4.14 143/183] arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics
` [PATCH 4.14 144/183] proc: fix /proc/*/map_files lookup
` [PATCH 4.14 145/183] PM / domains: Fix up domain-idle-states OF parsing
` [PATCH 4.14 149/183] bcache: fix for data collapse after re-attaching an attached device
` [PATCH 4.14 150/183] bcache: return attach error when no cache set exist
` [PATCH 4.14 151/183] cpufreq: intel_pstate: Enable HWP during system resume on CPU0
` [PATCH 4.14 152/183] selftests/ftrace: Add some missing glob checks
` [PATCH 4.14 153/183] rxrpc: Dont put crypto buffers on the stack
` [PATCH 4.14 154/183] svcrdma: Fix Read chunk round-up
` [PATCH 4.14 156/183] tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
` [PATCH 4.14 164/183] powerpc/mm/hash64: Zero PGD pages on allocation
` [PATCH 4.14 170/183] cpumask: Make for_each_cpu_wrap() available on UP as well
` [PATCH 4.14 175/183] netfilter: x_tables: add counters allocation wrapper
` [PATCH 4.14 176/183] netfilter: compat: prepare xt_compat_init_offsets to return errors
` [PATCH 4.14 177/183] netfilter: compat: reject huge allocation requests
` [PATCH 4.14 178/183] netfilter: x_tables: limit allocation requests for blob rule heads
` [PATCH 4.14 179/183] perf: Fix sample_max_stack maximum check
` [PATCH 4.14 180/183] perf: Return proper values for user stack errors
` [PATCH 4.14 181/183] RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPs
` [PATCH 4.14 182/183] Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"
` [PATCH 4.14 183/183] mac80211_hwsim: fix use-after-free bug in hwsim_exit_net

post-receive: pub/scm/linux/kernel/git/leon/linux-rdma
 2018-04-25 11:20 UTC 

[PATCH v2 0/5] vfio: ccw: error handling fixes and improvements
 2018-04-25 11:19 UTC  (4+ messages)
` [PATCH v2 1/5] vfio: ccw: fix cleanup if cp_prefetch fails

[Qemu-devel] [PATCH v8 0/8] Add make check tests for Migration
 2018-04-25 11:19 UTC  (9+ messages)
` [Qemu-devel] [PATCH v8 1/8] qemu-sockets: Export SocketAddress_to_str
` [Qemu-devel] [PATCH v8 2/8] tests: Add migration precopy test
` [Qemu-devel] [PATCH v8 3/8] tests: Add migration xbzrle test
` [Qemu-devel] [PATCH v8 4/8] migration: Create socket-address parameter
` [Qemu-devel] [PATCH v8 5/8] tests: Migration ppc now inlines its program
` [Qemu-devel] [PATCH v8 6/8] tests: Add basic migration precopy tcp test
` [Qemu-devel] [PATCH v8 7/8] migration: Add multifd test
` [Qemu-devel] [PATCH v8 8/8] [RFH] tests: Add migration compress threads tests

[PATCH] drm/i915/execlists: Skip lite restore on the currently executing request
 2018-04-25 11:19 UTC  (2+ messages)

[PATCH] Add new dvb-t board ":Zolid Hybrid Tv Stick"
 2018-04-25 11:18 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/9] block: Add COR filter driver
 2018-04-25 11:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/9] "

[PATCH] drm/todo: Fallout from v3d review
 2018-04-25 11:17 UTC 

(no subject)
 2018-04-25 11:17 UTC  (7+ messages)
` [PATCH 06/22] arc: use generic dma_noncoherent_ops

[PATCH v5 00/11] vsprintf: Prevent silent crashes and consolidate error handling
 2018-04-25 11:12 UTC  (12+ messages)
` [PATCH v5 01/11] vsprintf: Shuffle misc pointer to string functions
` [PATCH v5 02/11] vsprintf: Add missing const ptr qualifier to prt_to_id()
` [PATCH v5 03/11] vsprintf: Consistent %pK handling for kptr_restrict == 0
` [PATCH v5 04/11] vsprintf: Do not check address of well-known strings
` [PATCH v5 05/11] vsprintf: Consolidate handling of unknown pointer specifiers
` [PATCH v5 06/11] vsprintf: Factor out %p[iI] handler as ip_addr_string()
` [PATCH v5 07/11] vsprintf: Factor out %pV handler as va_format()
` [PATCH v5 08/11] vsprintf: Factor out %pO handler as kobject_string()
` [PATCH v5 09/11] vsprintf: Prevent crash when dereferencing invalid pointers
` [PATCH v5 10/11] vsprintf: WARN() on invalid pointer access
` [PATCH v5 11/11] vsprintf: Avoid confusion between invalid address and value

[PATCH 0/2] renesas: ceu: Add R-Mobile A1
 2018-04-25 11:15 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: media: renesas-ceu: Add R-Mobile R8A7740
` [PATCH 2/2] ARM: dts: r8a7740: Enable CEU0

[Qemu-devel] [PATCH] block: Merge .bdrv_co_writev{, _flags} in drivers
 2018-04-25 11:15 UTC  (3+ messages)

[PATCH] media: zoran: move to dma-mapping interface
 2018-04-25 11:15 UTC  (5+ messages)

Lack of strictly ordered metadata crash recovery in f2fs
 2018-04-25 11:15 UTC  (3+ messages)

[PATCH v3 0/3] SY8106 regulator support and enable it on Orange Pi PC
 2018-04-25 11:13 UTC  (11+ messages)
` [PATCH v3 2/3] regulator: add support for SY8106A regulator

ThinkPad Yoga 370 thinkpad_acpi unhandled events
 2018-04-25 11:13 UTC  (10+ messages)

[PATCH 0/7] Enable most media drivers to build on ARM
 2018-04-25 11:13 UTC  (11+ messages)
` [PATCH 5/7] omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP

status page
 2018-04-25 11:13 UTC  (3+ messages)

kernel BUG at drivers/tty/tty_ldisc.c:LINE!
 2018-04-25 11:12 UTC  (2+ messages)
` [PATCH] tty: Use __GFP_NOFAIL for tty_ldisc_get()

post-receive: pub/scm/linux/kernel/git/jwboyer/fedora
 2018-04-25 11:12 UTC 

post-receive: pub/scm/linux/kernel/git/jwboyer/fedora
 2018-04-25 11:12 UTC 

[Qemu-devel] [PATCH] hw/pci-host/q35: Replace hardcoded value with macro
 2018-04-25  9:25 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jwboyer/fedora
 2018-04-25 11:11 UTC 

[PATCH v3] bpf, x86_32: add eBPF JIT compiler for ia32
 2018-04-25 11:11 UTC 

[PATCH] ethdev: remove experimental flag of ports enumeration
 2018-04-25 11:11 UTC  (6+ messages)

[PATCH] drm/i915: Add documentation to gen9_set_dc_state()
 2018-04-25 11:09 UTC  (4+ messages)

[PATCH v3 1/2] cxl: Set the PBCQ Tunnel BAR register when enabling capi mode
 2018-04-25 11:08 UTC  (2+ messages)
` [PATCH v3 2/2] cxl: Report the tunneled operations status

[PATCH net 0/3] net: mvpp2: Fix hangs when starting some interfaces on 7k/8k
 2018-04-25 11:07 UTC  (9+ messages)
` [PATCH net 1/3] net: mvpp2: Fix clk error path in mvpp2_probe
` [PATCH net 2/3] net: mvpp2: Fix clock resource by adding missing mg_core_clk
` [PATCH net 3/3] ARM64: dts: marvell: armada-cp110: Add clocks for the xmdio node

WARNING in tty_set_ldisc
 2018-04-25 11:08 UTC  (6+ messages)
      ` [PATCH] tty: Avoid possible error pointer dereference at tty_ldisc_restore()

[PATCH 00/10] vfio: ccw: Refactoring the VFIO CCW state machine
 2018-04-25 11:06 UTC  (7+ messages)
` [PATCH 01/10] vfio: ccw: Moving state change out of IRQ context

[PATCH 0/3] v4.16 tpmdd backports
 2018-04-25 11:06 UTC  (6+ messages)
` [PATCH 1/3] tpm: cmd_ready command can be issued only after granting locality
` [PATCH 2/3] tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
` [PATCH 3/3] tpm: add retry logic

INFO: rcu detected stall in d_walk
 2018-04-25 11:05 UTC  (2+ messages)

[PATCH 0/7] gnss: add new GNSS subsystem
 2018-04-25 11:05 UTC  (9+ messages)
` [PATCH 1/7] gnss: add GNSS receiver subsystem
` [PATCH 3/7] gnss: add generic serial driver

Btrfs progs release 4.16.1
 2018-04-25 11:02 UTC  (3+ messages)

kernel panic: n_tty: init_tty
 2018-04-25 11:04 UTC  (3+ messages)
  ` [PATCH] tty: Don't call panic() at tty_ldisc_init()

[PATCH] drm/edid: Reset more of the display info
 2018-04-25 11:03 UTC  (5+ messages)
      ` [Intel-gfx] "

KASAN: null-ptr-deref Read in xattr_getsecurity
 2018-04-25 11:01 UTC  (6+ messages)

[PATCH v2] btrfs: kill btrfs_raid_type_names[]
 2018-04-25 11:04 UTC  (3+ messages)

[PATCH v2] PM / wakeup: use seq_open() to show wakeup stats
 2018-04-25 11:01 UTC  (6+ messages)

[PATCH v2] bpf, x86_32: add eBPF JIT compiler for ia32
 2018-04-25 11:00 UTC  (3+ messages)

[PATCH 0/2] media: i2c: mt9t112: Add OF tree support
 2018-04-25 11:00 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: media: i2c: Add mt9t111 image sensor
` [PATCH 2/2] media: i2c: mt9t112: Add device tree support

[PATCH V3] cpufreq: powernv: Fix the hardlockup by synchronus smp_call in timer interrupt
 2018-04-25 10:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/6] block: byte-based AIO read/write
 2018-04-25 10:59 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 2/6] file-win32: Switch to byte-based callbacks
` [Qemu-devel] [PATCH v2 4/6] rbd: "
  ` [Qemu-devel] [Qemu-block] "

[PATCH 0/3] enhance btrfs_raid_array[]
 2018-04-25 11:01 UTC  (4+ messages)
` [PATCH v3 1/3] btrfs: kill btrfs_raid_type_names[]
` [PATCH 2/3] btrfs: kill btrfs_raid_group[]
` [PATCH 3/3] btrfs: kill btrfs_raid_mindev_error[]

[PATCH v3] PM / wakeup: use seq_open() to show wakeup stats
 2018-04-25 10:59 UTC 

[PATCH] scsi: isci: remove redundant check on in_connection_align_insertion_frequency
 2018-04-25 10:58 UTC  (2+ messages)

4.11.0 RC1 panic
 2018-04-25 10:58 UTC  (5+ messages)

[PATCH] mkiss: remove redundant check for len > 0
 2018-04-25 10:43 UTC  (2+ messages)

[PATCH] sched/fair: Rearrange select_task_rq_fair() to optimize it
 2018-04-25 10:55 UTC  (11+ messages)

[Xenomai] question on installing xenomai 3 on raspberry pi 3
 2018-04-25 10:55 UTC  (3+ messages)

[PATCH v3 0/2] Add support for ov7251 camera sensor
 2018-04-25 10:54 UTC  (3+ messages)
` [PATCH v3 2/2] media: Add a driver for the "

[PATCH] drdb: fix print_st_err()'s prototype
 2018-04-25 10:54 UTC  (2+ messages)
` [Drbd-dev] "

[PATCH 1/7] drm/i915/execlists: Skip lite restore on the currently executing request
 2018-04-25 10:52 UTC  (7+ messages)
` [PATCH 2/7] drm/i915: Stop tracking timeline->inflight_seqnos
` [PATCH 3/7] drm/i915: Retire requests along rings
` [PATCH 4/7] drm/i915: Only track live rings for retiring
` [PATCH 5/7] drm/i915: Move timeline from GTT to ring
` [PATCH 6/7] drm/i915: Split i915_gem_timeline into individual timelines
` [PATCH 7/7] drm/i915: Lazily unbind vma on close

[PATCH v2] mm: introduce memory.min
 2018-04-25 10:52 UTC  (4+ messages)

(No subject)
 2018-04-25 10:51 UTC 

[PATCH bpf-next 00/15] Introducing AF_XDP support
 2018-04-25 10:50 UTC  (4+ messages)
` [PATCH bpf-next 14/15] xsk: statistics support

[PATCH v1] net/vdev_netvsc: fix creating short name devices
 2018-04-25 10:49 UTC  (9+ messages)
      ` [dpdk-stable] "

[PATCH v5 0/10] Add endpoint driver for Rockchip PCIe controller
 2018-04-25 10:49 UTC  (5+ messages)
` [PATCH v5 01/10] PCI: Rename directory from host to controller

[PATCH net 1/1] net/smc: keep clcsock reference in smc_tcp_listen_work()
 2018-04-25 10:48 UTC 

building recipe with buildtools, causes sanity error: Your system needs to support the en_US.UTF-8 locale
 2018-04-25 10:48 UTC  (2+ messages)

bogus wrap check in xen-netback
 2018-04-25 10:47 UTC  (10+ messages)

[PATCH] random: fix possible sleeping allocation from irq context
 2018-04-25 10:47 UTC  (4+ messages)

[PATCH v6 0/7] switching device representation
 2018-04-25 10:45 UTC  (5+ messages)
` [PATCH v7 6/9] ethdev: add common devargs parser

post-receive: pub/scm/linux/kernel/git/jolsa/perf
 2018-04-25 10:44 UTC 

post-receive: pub/scm/linux/kernel/git/jolsa/perf
 2018-04-25 10:44 UTC 

[PATCH v5 0/5] get the information and data of EEPROM
 2018-04-25 10:44 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/5] ethdev: add access to eeprom
  ` [PATCH v6 3/5] net/ixgbe: add module EEPROM callbacks for ixgbe

[RFC 00/10] ARM: Remove support for Exynos5440
 2018-04-25 10:42 UTC  (3+ messages)
  ` [RFC 06/10] thermal: samsung: "

[PATCH 0/6] PCI: leak fixes, removable generic PCI host, assorted stuff
 2018-04-25 10:40 UTC  (5+ messages)
` [PATCH 3/6] PCI: Introduce devm_of_pci_get_host_bridge_resources

[Qemu-devel] Filtering files passing through MTP devices
 2018-04-25 10:39 UTC  (3+ messages)

rasdaemon: ARM: fully initialize ras_arm_event
 2018-04-25 10:38 UTC 

rasdaemon: Add Skylake Xeon MSCOD values
 2018-04-25 10:38 UTC 

[PATCH] p9caps: add Plan9 capability devices
 2018-04-25 10:38 UTC  (5+ messages)
`  "

[PATCH v2 00/10] xen/arm64: Suspend preconditions and CPU hotplug fixes
 2018-04-25 10:38 UTC  (4+ messages)
` [PATCH v2 08/10] xen/arm: Release timer interrupts when CPU is hot-unplugged


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.