linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-08 15:39:38 to 2019-07-08 17:25:32 UTC [more...]

[PATCH 00/39] Don't let ReST documents orphaned
 2019-07-08 17:25 UTC  (5+ messages)
` [PATCH 35/39] docs: infiniband: add it to the driver-api bookset

[PATCH 0/6] firmware: arm_scmi: miscellaneous fixes/updates
 2019-07-08 17:25 UTC  (9+ messages)
` [PATCH 1/6] firmware: arm_scmi: Use the correct style for SPDX License Identifier
` [PATCH 2/6] firmware: arm_scmi: Align few names in sensors protocol with SCMI specification
` [PATCH 3/6] firmware: arm_scmi: Remove extra check for invalid length message responses
` [PATCH 4/6] firmware: arm_scmi: Fix few trivial typos in comments
` [PATCH 5/6] firmware: arm_scmi: Use the term 'message' instead of 'command'
` [PATCH 6/6] firmware: arm_scmi: Check if platform has released shmem before using

[PATCH v2 net-next] net: stmmac: enable clause 45 mdio support
 2019-07-08 17:24 UTC  (2+ messages)

[PATCH] nvme-pci: No IRQ map for read if no read queue allocated
 2019-07-08 17:24 UTC 

[PATCH] Input: synaptics-rmi4 - remove the exporting of rmi_2d_sensor_set_input_params
 2019-07-08 17:21 UTC 

[PATCH, RESEND] fuse: require /dev/fuse reads to have enough buffer capacity (take 2)
 2019-07-08 17:03 UTC  (2+ messages)
` [PATCH, RESEND2] "

[GIT PULL] s390 patches for the 5.3 merge window
 2019-07-08 17:17 UTC  (2+ messages)

[PATCH] ceph: fix uninitialized return code
 2019-07-08 17:16 UTC  (2+ messages)

[PATCH 0/1] tools/dtrace: initial implementation of DTrace
 2019-07-08 17:15 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH] Documentation: usb: convert usb-help to rst
 2019-07-08 15:16 UTC  (4+ messages)

[GIT PULL] cgroup changes for v5.3-rc1
 2019-07-08 17:10 UTC 

[PATCH 5.1 00/96] 5.1.17-stable review
 2019-07-08 17:09 UTC  (2+ messages)

[PATCH v2 1/1] ARM: dts: colibri: introduce dts with UHS-I support enabled
 2019-07-08 17:09 UTC  (5+ messages)

[PATCH v5 0/5] Add object validation in ksize()
 2019-07-08 17:07 UTC  (6+ messages)
` [PATCH v5 1/5] mm/kasan: Introduce __kasan_check_{read,write}
` [PATCH v5 2/5] mm/kasan: Change kasan_check_{read,write} to return boolean
` [PATCH v5 3/5] lib/test_kasan: Add test for double-kzfree detection
` [PATCH v5 4/5] mm/slab: Refactor common ksize KASAN logic into slab_common.c
` [PATCH v5 5/5] mm/kasan: Add object validation in ksize()

[PATCH] mm/vmalloc.c: Remove always-true conditional in vmap_init_free_space
 2019-07-08 17:06 UTC 

m68k build failures in -next: undefined reference to `arch_dma_prep_coherent'
 2019-07-08 17:06 UTC 

[PATCH v2] nvme-pci: Check for null on pci_alloc_p2pmem()
 2019-07-08 17:05 UTC 

[PATCH v2 0/2] Add Sharp panel option for Lenovo Miix 630
 2019-07-08 16:58 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: panel: Add Sharp LD-D5116Z01B
` [PATCH v2 2/2] drm/panel: simple: Add support for Sharp LD-D5116Z01B panel

[GIT PULL] workqueue changes for v5.3-rc1
 2019-07-08 16:56 UTC 

linux-next: Tree for Jul 8
 2019-07-08 16:52 UTC  (2+ messages)
` linux-next: Tree for Jul 8 --> bootup failure on s390x (bisected)

[PATCH] Documentation: dev-tools: Fixed an outdated directory path in gcov.rst
 2019-07-08 16:51 UTC  (2+ messages)

[bpf-next v2 00/10] Test the 32bit narrow reads
 2019-07-08 16:51 UTC  (6+ messages)
` [bpf-next v2 08/10] bpf: Implement bpf_prog_test_run for perf event programs

[PATCH 0/7] Optimize cgroup context switch
 2019-07-08 16:51 UTC  (11+ messages)
` [PATCH 2/7] perf/cgroup: order events in RB tree by cgroup id
` [PATCH 3/7] perf: order iterators for visit_groups_merge into a min-heap
` [PATCH 5/7] perf: cache perf_event_groups_first for cgroups

[PATCH] Documentation: coresight: covert txt to rst
 2019-07-08 16:43 UTC  (2+ messages)

[PATCH] scsi: libsas: remove the exporting of sas_wait_eh
 2019-07-08 16:43 UTC 

[PATCH] cgroup: minor tweak for logic to get cgroup css
 2019-07-08 16:42 UTC  (2+ messages)

[bpf-next v3 00/12] Test the 32bit narrow reads
 2019-07-08 16:40 UTC  (14+ messages)
` [bpf-next v3 01/12] selftests/bpf: Print a message when tester could not run a program
` [bpf-next v3 02/12] selftests/bpf: Avoid a clobbering of errno
` [bpf-next v3 03/12] selftests/bpf: Avoid another case of errno clobbering
` [bpf-next v3 04/12] selftests/bpf: Use bpf_prog_test_run_xattr
` [bpf-next v3 05/12] selftests/bpf: Allow passing more information to BPF prog test run
` [bpf-next v3 06/12] selftests/bpf: Make sure that preexisting tests for perf event work
` [bpf-next v3 07/12] tools headers: Adopt compiletime_assert from kernel sources
` [bpf-next v3 08/12] tools headers: Sync struct bpf_perf_event_data
` [bpf-next v3 09/12] bpf: Split out some helper functions
` [bpf-next v3 10/12] bpf: Implement bpf_prog_test_run for perf event programs
` [bpf-next v3 11/12] selftests/bpf: Add tests for bpf_prog_test_run for perf events progs
` [bpf-next v3 12/12] selftests/bpf: Test correctness of narrow 32bit read on 64bit field

[PATCH] time: Validate the usec before covert to nsec in do_adjtimex
 2019-07-08 16:39 UTC  (2+ messages)

[PATCH v2] kernfs: fix potential null pointer dereference
 2019-07-08 16:37 UTC  (2+ messages)

[PATCH v3] kasan: add memory corruption identification for software tag-based mode
 2019-07-08 16:33 UTC  (10+ messages)

[RFC 0/7] Introduce TEE based Trusted Keys support
 2019-07-08 16:31 UTC  (3+ messages)

[PATCH] docs: automarkup.py: ignore exceptions when seeking for xrefs
 2019-07-08 16:28 UTC  (3+ messages)

[GIT PULL] x86/topology changes for v5.3
 2019-07-08 16:27 UTC 

[net/bpf] Re: WARNING in mark_lock
 2019-07-08 16:21 UTC  (3+ messages)
`  "

[GIT PULL] x86/platform changes for v5.3
 2019-07-08 16:19 UTC 

[PATCH 12/14] phy: qcom-qmp: Replace devm_add_action() followed by failure action with devm_add_action_or_reset()
 2019-07-08 16:19 UTC  (2+ messages)

[PATCH] coresight: etm4x: Two function calls less
 2019-07-08 16:16 UTC  (2+ messages)

[GIT PULL] EDAC driver changes for v5.3
 2019-07-08 16:15 UTC 

[GIT PULL] x86/paravirt changes for v5.3
 2019-07-08 16:14 UTC 

[PATCH] sunrpc/cache: remove the exporting of cache_seq_next
 2019-07-08 16:14 UTC 

[GIT PULL] x86/core changes for v5.3
 2019-07-08 16:11 UTC 

[PATCH] rtc: bd70528: fix link error
 2019-07-08 16:10 UTC  (3+ messages)

[PATCH v2] drm/msm/mdp5: Find correct node for creating gem address space
 2019-07-08 16:10 UTC  (2+ messages)

linux-next: manual merge of the mlx5-next tree with the rdma tree
 2019-07-08 16:09 UTC  (3+ messages)

[PATCH 1/2] amdgpu: make pmu support optional
 2019-07-08 16:08 UTC  (5+ messages)
` [PATCH 2/2] amdgpu: make SOC15/navi support conditional

linux-next: build failure after merge of the rdma tree
 2019-07-08 16:08 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: stmmac: Some improvements and a fix
 2019-07-08 16:08 UTC  (6+ messages)
` [PATCH net-next v3 3/3] net: stmmac: Introducing support for Page Pool

[GIT PULL] x86 cleanups for v5.3
 2019-07-08 16:07 UTC 

WARNING in mark_chain_precision
 2019-07-08 16:07 UTC 

[git pull] IOMMU Updates for Linux v5.3
 2019-07-08 16:06 UTC 

[PATCH] drm/amd/powerplay: work around enum conversion warnings
 2019-07-08 16:05 UTC  (3+ messages)

[PATCH 00/11] firmware: arm_scmi: Add support for Rx, async commands and delayed response
 2019-07-08 16:05 UTC  (13+ messages)
` [PATCH 01/11] firmware: arm_scmi: Reorder some functions to avoid forward declarations
` [PATCH 02/11] firmware: arm_scmi: Segregate tx channel handling and prepare to add rx
` [PATCH 03/11] firmware: arm_scmi: Add receive channel support for notifications
` [PATCH 04/11] firmware: arm_scmi: Separate out tx buffer handling and prepare to add rx
` [PATCH 05/11] firmware: arm_scmi: Add receive buffer support for notifications
` [PATCH 06/11] firmware: arm_scmi: Add mechanism to unpack message headers
` [PATCH 07/11] firmware: arm_scmi: Add support for asynchronous commands and delayed response
` [PATCH 08/11] firmware: arm_scmi: Drop async flag in sensor_ops->reading_get
` [PATCH 09/11] firmware: arm_scmi: Add asynchronous sensor read if it supports
` [PATCH 10/11] firmware: arm_scmi: Drop config flag in clk_ops->rate_set
` [PATCH 11/11] firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possible

[PATCH] net: axienet: fix a potential double free in axienet_probe()
 2019-07-08 16:02 UTC  (2+ messages)

[PATCH 1/2] drm/amd/powerplay: smu_v11_0: fix uninitialized variable use
 2019-07-08 16:03 UTC  (5+ messages)
` [PATCH 2/2] drm/amd/powerplay: vega20: "
` [1/2] drm/amd/powerplay: smu_v11_0: "

[PATCH] drm/amd/display: dcn20: include linux/delay.h
 2019-07-08 16:01 UTC  (2+ messages)

[GIT PULL] x86/cache changes for v5.3
 2019-07-08 16:00 UTC 

[PATCH 0/6] Add TI PRUSS Local Interrupt Controller IRQChip driver
 2019-07-08 15:59 UTC  (4+ messages)
` [PATCH 1/6] dt-bindings: irqchip: Add PRUSS interrupt controller bindings

[PATCH] drm/amdgpu: fix building without CONFIG_HMM_MIRROR
 2019-07-08 15:59 UTC  (2+ messages)

[PATCH v5 0/7] drm/panel: simple: Add mode support to devicetree
 2019-07-08 15:58 UTC  (5+ messages)

kprobes sanity test fails on next-20190708
 2019-07-08 15:56 UTC  (2+ messages)

[PATCH 0/7] amdgpu clang warning fixes on next-20190703
 2019-07-08 15:55 UTC  (2+ messages)

[GIT PULL] fscrypt updates for v5.3
 2019-07-08 15:53 UTC 

[PATCH 4.4 00/73] 4.4.185-stable review
 2019-07-08 15:13 UTC  (17+ messages)
` [PATCH 4.4 05/73] gcc-9: silence address-of-packed-member warning
` [PATCH 4.4 07/73] Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOAD
` [PATCH 4.4 17/73] s390/qeth: fix VLAN attribute in bridge_hostnotify udev event
` [PATCH 4.4 23/73] ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SX
` [PATCH 4.4 33/73] 9p/rdma: remove useless check in cm_event_handler
` [PATCH 4.4 38/73] x86/speculation: Allow guests to use SSBD even if host does not
` [PATCH 4.4 39/73] cpu/speculation: Warn on unsupported mitigations= parameter
` [PATCH 4.4 40/73] sctp: change to hold sk after auth shkey is created successfully
` [PATCH 4.4 41/73] tipc: change to use register_pernet_device
` [PATCH 4.4 42/73] tipc: check msg->req data len in tipc_nl_compat_bearer_disable
` [PATCH 4.4 46/73] net: check before dereferencing netdev_ops during busy poll
` [PATCH 4.4 47/73] Bluetooth: Fix faulty expression for minimum encryption key size check
` [PATCH 4.4 50/73] spi: bitbang: Fix NULL pointer dereference in spi_unregister_master
` [PATCH 4.4 56/73] ARC: fix build warning in elf.h
` [PATCH 4.4 58/73] mfd: omap-usb-tll: Fix register offsets
` [PATCH 4.4 62/73] ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME

[PATCH 4.9 000/102] 4.9.185-stable review
 2019-07-08 15:13 UTC  (25+ messages)
` [PATCH 4.9 001/102] tracing: Silence GCC 9 array bounds warning
` [PATCH 4.9 002/102] gcc-9: silence address-of-packed-member warning
` [PATCH 4.9 004/102] usb: chipidea: udc: workaround for endpoint conflict issue
` [PATCH 4.9 005/102] IB/hfi1: Silence txreq allocation warnings
` [PATCH 4.9 012/102] IB/hfi1: Insure freeze_work work_struct is canceled on shutdown
` [PATCH 4.9 020/102] drm/arm/hdlcd: Allow a bit of clock tolerance
` [PATCH 4.9 032/102] Bluetooth: Fix regression with minimum encryption key size alignment
` [PATCH 4.9 034/102] mac80211: drop robust management frames from unknown TA
` [PATCH 4.9 035/102] mac80211: Do not use stack memory with scatterlist for GMAC
` [PATCH 4.9 046/102] fs/binfmt_flat.c: make load_flat_shared_library() work
` [PATCH 4.9 047/102] mm/page_idle.c: fix oops because end_pfn is larger than max_pfn
` [PATCH 4.9 048/102] scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()
` [PATCH 4.9 049/102] x86/speculation: Allow guests to use SSBD even if host does not
` [PATCH 4.9 053/102] net: stmmac: fixed new system time seconds value calculation
` [PATCH 4.9 055/102] tipc: change to use register_pernet_device
` [PATCH 4.9 057/102] tun: wake up waitqueues after IFF_UP is set
` [PATCH 4.9 062/102] bpf: udp: Avoid calling reuseports bpf_prog from udp_gro
` [PATCH 4.9 066/102] ASoC : cs4265 : readable register too low
` [PATCH 4.9 069/102] drm/mediatek: fix unbind functions
` [PATCH 4.9 080/102] bug.h: work around GCC PR82365 in BUG()
` [PATCH 4.9 083/102] KVM: x86: degrade WARN to pr_warn_ratelimited
` [PATCH 4.9 088/102] ALSA: seq: fix incorrect order of dest_client/dest_ports arguments
` [PATCH 4.9 091/102] ALSA: usb-audio: fix sign unintended sign extension on left shifts
` [PATCH 4.9 096/102] tty: rocket: fix incorrect forward declaration of rp_init()

[PATCH 3.16 000/129] 3.16.70-rc1 review
 2019-07-08 15:21 UTC  (3+ messages)

[v4 0/6] platform: dwc: Adding DesignWare MIPI CSI-2 Host and D-PHY
 2019-07-08 15:21 UTC  (4+ messages)
` [v4 1/6] dt-bindings: media: Document bindings for DW MIPI CSI-2 Host

[PATCH] sched/topology: One function call less in build_group_from_child_sched_domain()
 2019-07-08 15:44 UTC  (5+ messages)
      `  "

[PATCH 4.14 00/56] 4.14.133-stable review
 2019-07-08 15:13 UTC  (18+ messages)
` [PATCH 4.14 01/56] Bluetooth: Fix faulty expression for minimum encryption key size check
` [PATCH 4.14 04/56] spi: bitbang: Fix NULL pointer dereference in spi_unregister_master
` [PATCH 4.14 05/56] drm/mediatek: fix unbind functions
` [PATCH 4.14 13/56] SoC: rt274: Fix internal jack assignment in set_jack callback
` [PATCH 4.14 17/56] scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILE
` [PATCH 4.14 19/56] module: Fix livepatch/ftrace module text permissions race
` [PATCH 4.14 20/56] ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()
` [PATCH 4.14 24/56] crypto: user - prevent operating on larval algorithms
` [PATCH 4.14 26/56] ALSA: seq: fix incorrect order of dest_client/dest_ports arguments
` [PATCH 4.14 31/56] lib/mpi: Fix karactx leak in mpi_powm
` [PATCH 4.14 33/56] ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node
` [PATCH 4.14 35/56] drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE
` [PATCH 4.14 41/56] vhost-net: set packet weight of tx polling to 2 * vq size
` [PATCH 4.14 42/56] vhost_net: use packet weight for rx handler, too
` [PATCH 4.14 43/56] vhost_net: introduce vhost_exceeds_weight()
` [PATCH 4.14 46/56] vhost: vsock: add weight support
` [PATCH 4.14 49/56] ARC: handle gcc generated __builtin_trap for older compiler

[GIT PULL 0/8] perf/urgent fixes
 2019-07-08 15:42 UTC  (9+ messages)
` [PATCH 1/8] tools arch kvm: Sync kvm headers with the kernel sources
` [PATCH 2/8] perf header: Assign proper ff->ph in perf_event__synthesize_features()
` [PATCH 3/8] perf thread: Allow references to thread objects after machine__exit()
` [PATCH 4/8] perf evsel: Do not rely on errno values for precise_ip fallback
` [PATCH 5/8] perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64
` [PATCH 6/8] perf annotate TUI browser: Do not use member from variable within its own initialization
` [PATCH 7/8] perf python: Remove -fstack-protector-strong if clang doesn't have it
` [PATCH 8/8] perf jvmti: Address gcc string overflow warning for strncpy()

[PATCH] drm/msm/a6xx: add missing MODULE_FIRMWARE()
 2019-07-08 15:24 UTC  (2+ messages)

[PATCH bpf-next] bpf: cgroup: Fix build error without CONFIG_NET
 2019-07-08 15:26 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 4.19 00/90] 4.19.58-stable review
 2019-07-08 15:13 UTC  (14+ messages)
` [PATCH 4.19 02/90] block: Fix a NULL pointer dereference in generic_make_request()
` [PATCH 4.19 07/90] netfilter: nft_flow_offload: IPCB is only valid for ipv4 family
` [PATCH 4.19 10/90] ASoC: soc-pcm: BE dai needs prepare when pause release after resume
` [PATCH 4.19 17/90] drm/mediatek: call mtk_dsi_stop() after mtk_drm_crtc_atomic_disable()
` [PATCH 4.19 19/90] ASoC: sun4i-i2s: Fix sun8i tx channel offset mask
` [PATCH 4.19 21/90] x86/CPU: Add more Icelake model numbers
` [PATCH 4.19 22/90] usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]
` [PATCH 4.19 36/90] mm/mlock.c: change count_mm_mlocked_page_nr return type
` [PATCH 4.19 40/90] drm/i915/dmc: protect against reading random memory
` [PATCH 4.19 53/90] ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node
` [PATCH 4.19 58/90] drm/imx: notify drm core before sending event during crtc disable
` [PATCH 4.19 65/90] net/smc: move unhash before release of clcsock
` [PATCH 4.19 68/90] f2fs: dont access node/meta inode mapping after iput

[PATCH net-next 1/2] bpf: skip sockopt hooks without CONFIG_NET
 2019-07-08 15:26 UTC  (3+ messages)

[ANNOUNCE] iproute2 5.2
 2019-07-08 15:26 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).