linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-17 20:11:45 to 2019-07-18 01:48:05 UTC [more...]

[PATCH v3 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-07-18  1:47 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox

[PATCH 01/26] drm/dp_mst: Move link address dumping into a function
 2019-07-18  1:42 UTC  (26+ messages)
` [PATCH 02/26] drm/dp_mst: Destroy mstbs from destroy_connector_work
` [PATCH 03/26] drm/dp_mst: Move test_calc_pbn_mode() into an actual selftest
` [PATCH 04/26] drm/print: Add drm_err_printer()
` [PATCH 05/26] drm/dp_mst: Add sideband down request tracing + selftests
` [PATCH 06/26] drm/dp_mst: Move PDT teardown for ports into destroy_connector_work
` [PATCH 07/26] drm/dp_mst: Get rid of list clear in drm_dp_finish_destroy_port()
` [PATCH 08/26] drm/dp_mst: Refactor drm_dp_send_enum_path_resources
` [PATCH 09/26] drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()
` [PATCH 10/26] drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()
` [PATCH 11/26] drm/dp_mst: Refactor drm_dp_mst_handle_up_req()
` [PATCH 12/26] drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()
` [PATCH 13/26] drm/dp_mst: Destroy topology_mgr mutexes
` [PATCH 14/26] drm/dp_mst: Cleanup drm_dp_send_link_address() a bit
` [PATCH 15/26] drm/dp_mst: Refactor pdt setup/teardown, add more locking
` [PATCH 16/26] drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_port
` [PATCH 17/26] drm/dp_mst: Remove lies in {up,down}_rep_recv documentation
` [PATCH 18/26] drm/dp_mst: Handle UP requests asynchronously
` [PATCH 19/26] drm/dp_mst: Protect drm_dp_mst_port members with connection_mutex
` [PATCH 20/26] drm/dp_mst: Don't forget to update port->input in drm_dp_mst_handle_conn_stat()
` [PATCH 21/26] drm/nouveau: Don't grab runtime PM refs for HPD IRQs
` [PATCH 22/26] drm/amdgpu: Iterate through DRM connectors correctly
` [PATCH 23/26] drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology
` [PATCH 24/26] drm/dp_mst: Add basic topology reprobing when resuming
` [PATCH 25/26] drm/dp_mst: Also print unhashed pointers for malloc/topology references
` [PATCH 26/26] drm/dp_mst: Add topology ref history tracking for debugging

[PATCH 2/3 v4] ARM: dts: aspeed: Add SGPIO driver
 2019-07-18  1:44 UTC  (2+ messages)

[PATCH] pwm: mxs: use devm_platform_ioremap_resource() to simplify code
 2019-07-18  1:32 UTC 

[PATCH v2 00/22] x86, objtool: several fixes/improvements
 2019-07-18  1:36 UTC  (23+ messages)
` [PATCH v2 01/22] x86/paravirt: Fix callee-saved function ELF sizes
` [PATCH v2 02/22] x86/kvm: Fix fastop function ELF metadata
` [PATCH v2 03/22] x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2
` [PATCH v2 04/22] x86/kvm: Don't call kvm_spurious_fault() from .fixup
` [PATCH v2 05/22] x86/entry: Fix thunk function ELF sizes
` [PATCH v2 06/22] x86/head/64: Annotate start_cpu0() as non-callable
` [PATCH v2 07/22] x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()
` [PATCH v2 08/22] x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()
` [PATCH v2 09/22] x86/uaccess: Remove redundant CLACs in getuser/putuser error paths
` [PATCH v2 10/22] bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
` [PATCH v2 11/22] objtool: Add mcsafe_handle_tail() to the uaccess safe list
` [PATCH v2 12/22] objtool: Track original function across branches
` [PATCH v2 13/22] objtool: Refactor function alias logic
` [PATCH v2 14/22] objtool: Warn on zero-length functions
` [PATCH v2 15/22] objtool: Change dead_end_function() to return boolean
` [PATCH v2 16/22] objtool: Do frame pointer check before dead end check
` [PATCH v2 17/22] objtool: Refactor sibling call detection logic
` [PATCH v2 18/22] objtool: Refactor jump table code
` [PATCH v2 19/22] objtool: Support repeated uses of the same C jump table
` [PATCH v2 20/22] objtool: Fix seg fault on bad switch table entry
` [PATCH v2 21/22] objtool: convert insn type to enum
` [PATCH v2 22/22] objtool: Support conditional retpolines

[PATCH] f2fs: fix to read source block before invalidating it
 2019-07-18  1:37 UTC 

[PATCH v1] net: fec: optionally reset PHY via a reset-controller
 2019-07-18  1:24 UTC  (6+ messages)
` [EXT] "

[PATCH] tracing: Fix user stack trace "??" output
 2019-07-18  1:23 UTC  (2+ messages)

[PATCH v2 0/7] libnvdimm: Fix async operations and locking
 2019-07-18  1:08 UTC  (8+ messages)
` [PATCH v2 1/7] drivers/base: Introduce kill_device()
` [PATCH v2 2/7] libnvdimm/bus: Prevent duplicate device_unregister() calls
` [PATCH v2 3/7] libnvdimm/region: Register badblocks before namespaces
` [PATCH v2 4/7] libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant
` [PATCH v2 5/7] libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()
` [PATCH v2 6/7] libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock
` [PATCH v2 7/7] driver-core, libnvdimm: Let device subsystems add local lockdep coverage

[PATCH] x86/hyper-v: Zero out the VP assist page to fix CPU offlining
 2019-07-18  1:22 UTC  (3+ messages)

switch the remaining architectures to use generic GUP v4
 2019-07-18  1:21 UTC  (7+ messages)
` [PATCH 09/16] sparc64: use the generic get_user_pages_fast code

[PATCH V5 11/18] clk: tegra210: Add support for Tegra210 clocks
 2019-07-18  1:15 UTC  (29+ messages)

[RFC PATCH v7 0/1] Add dm verity root hash pkcs7 sig validation
 2019-07-18  1:04 UTC  (3+ messages)
` [RFC PATCH v7 1/1] "

[PATCH v5 0/2] Add Macronix raw NAND controller driver
 2019-07-18  0:59 UTC  (4+ messages)
` [PATCH v5 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

[PATCH] ibmvfc: fix WARN_ON during event pool release
 2019-07-17 19:48 UTC 

[PATCH ghak90 V6 02/10] audit: add container id
 2019-07-18  0:51 UTC  (11+ messages)

[GIT PULL] (swiotlb) for-linus-5.2
 2019-07-18  0:52 UTC 

[PATCH] acpica: fix -Wnull-pointer-arithmetic warnings
 2019-07-18  0:49 UTC  (3+ messages)

[PATCH 0/2] Support kexec/kdump for clang built kernel
 2019-07-18  0:47 UTC  (5+ messages)
` [PATCH 1/2] x86/purgatory: add -mno-sse, -mno-mmx, -mno-sse2 to Makefile
` [PATCH 2/2] x86/purgatory: do not use __builtin_memcpy and __builtin_memset

[PATCH] cpuidle: Always stop scheduler tick on adaptive-tick CPUs
 2019-07-18  0:08 UTC  (6+ messages)

[5.2 regression] x86/fpu changes cause crashes in KVM guest
 2019-07-17 23:47 UTC 

[PATCH 0/3] perf: Use capabilities instead of uid and euid
 2019-07-17 23:48 UTC  (6+ messages)
` [PATCH 1/3] perf: Add capability-related utilities

[PATCH AUTOSEL 5.2 001/249] ath10k: Check tx_stats before use it
 2019-07-17 23:47 UTC  (4+ messages)
` [PATCH AUTOSEL 5.2 226/249] selftests: bpf: fix inlines in test_lwt_seg6local

[PATCH v4 0/6] VAG power control improvement for sgtl5000 codec
 2019-07-17 23:31 UTC  (4+ messages)
` [PATCH v4 2/6] ASoC: sgtl5000: Improve VAG power and mute control

[PATCH] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
 2019-07-17 23:21 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH] padata: Replace delayed timer with immediate workqueue in padata_reorder

[PATCH v2] Documentation/security-bugs: provide more information about linux-distros
 2019-07-17 23:11 UTC 

[PATCH] objtool: Rename elf_open() to prevent conflict with libelf from elftoolchain
 2019-07-17 23:10 UTC  (2+ messages)
` [tip:core/urgent] "

[PATCH] objtool: Use Elf_Scn typedef instead of assuming struct name
 2019-07-17 23:10 UTC  (2+ messages)
` [tip:core/urgent] "

[PATCH] perf version: Fix segfault
 2019-07-17 23:08 UTC  (2+ messages)
` [tip:perf/urgent] perf version: Fix segfault due to missing OPT_END()

[PATCH] perf/json: Add JSON files for s390 machine type 8561
 2019-07-17 23:07 UTC  (2+ messages)
` [tip:perf/urgent] perf vendor events s390: Add JSON files for "

[PATCH v2 1/2] perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_info
 2019-07-17 23:06 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH v2 2/2] perf cs-etm: return errcode in cs_etm__process_auxtrace_info()
 2019-07-17 23:06 UTC  (2+ messages)
` [tip:perf/urgent] perf cs-etm: Return "

mmotm 2019-07-17-16-05 uploaded
 2019-07-17 23:06 UTC 

[PATCH 21/21] perf scripts python: export-to-postgresql.py: Export switch events
 2019-07-17 23:05 UTC  (2+ messages)
` [tip:perf/urgent] "

[patch 0/1] Kconfig: Introduce CONFIG_PREEMPT_RT
 2019-07-17 23:05 UTC  (3+ messages)
` [patch 1/1] "

[PATCH 20/21] perf scripts python: export-to-sqlite.py: Export switch events
 2019-07-17 23:04 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 19/21] perf db-export: Export switch events
 2019-07-17 23:04 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 18/21] perf db-export: Factor out db_export__threads()
 2019-07-17 23:03 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 17/21] perf script: Add scripting operation process_switch()
 2019-07-17 23:02 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 16/21] perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column
 2019-07-17 23:01 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 15/21] perf scripts python: exported-sql-viewer.py: Remove redundant semi-colons
 2019-07-17 23:01 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 14/21] perf scripts python: export-to-postgresql.py: Add has_calls column to comms table
 2019-07-17 23:00 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 13/21] perf scripts python: export-to-sqlite.py: Add has_calls column to comms table
 2019-07-17 22:59 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 12/21] perf db-export: Also export thread's current comm
 2019-07-17 22:59 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 11/21] perf db-export: Factor out db_export__comm()
 2019-07-17 22:58 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 10/21] perf scripts python: export-to-postgresql.py: Export comm details
 2019-07-17 22:57 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 09/21] perf scripts python: export-to-sqlite.py: Export comm details
 2019-07-17 22:56 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 08/21] perf db-export: Export comm details
 2019-07-17 22:56 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 07/21] perf db-export: Fix a white space issue in db_export__sample()
 2019-07-17 22:55 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 06/21] perf db-export: Move export__comm_thread into db_export__sample()
 2019-07-17 22:54 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 05/21] perf db-export: Export comm before exporting thread
 2019-07-17 22:54 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 04/21] perf db-export: Export main_thread in db_export__sample()
 2019-07-17 22:53 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 03/21] perf db-export: Pass main_thread to db_export__thread()
 2019-07-17 22:52 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 02/21] perf db-export: Rename db_export__comm() to db_export__exec_comm()
 2019-07-17 22:52 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 01/21] perf db-export: Get rid of db_export__deferred()
 2019-07-17 22:51 UTC  (2+ messages)
` [tip:perf/urgent] "

[tip:perf/urgent] perf trace: Auto bump rlimit(MEMLOCK) for eBPF maps sake
 2019-07-17 22:50 UTC 

[tip:perf/urgent] perf test: Auto bump rlimit(MEMLOCK) for BPF test sake
 2019-07-17 22:49 UTC 

[tip:perf/urgent] perf tools: Introduce rlimit__bump_memlock() helper
 2019-07-17 22:49 UTC 

[PATCH v21 00/28] Intel SGX foundations
 2019-07-17 22:37 UTC  (5+ messages)
` [PATCH v21 23/28] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions
` [PATCH v21 24/28] selftests/x86: Add a selftest for SGX

[PATCH v4 0/3] mfd: mc13xxx: Fixes and enhancements for NXP's mc34708
 2019-07-17 22:26 UTC  (4+ messages)
` [PATCH v4 1/3] mfd: mc13xxx: Add mc34708 adc support
` [PATCH v4 2/3] input: touchscreen mc13xxx: Make platform data optional
` [PATCH v4 3/3] input: touchscreen mc13xxx: Add mc34708 support

[PATCH v3 0/5] Add required-opps support to devfreq passive gov
 2019-07-17 22:23 UTC  (6+ messages)
` [PATCH v3 1/5] OPP: Allow required-opps even if the device doesn't have power-domains
` [PATCH v3 2/5] OPP: Add function to look up required OPP's for a given OPP
` [PATCH v3 3/5] OPP: Improve require-opps linking
` [PATCH v3 4/5] PM / devfreq: Cache OPP table reference in devfreq
` [PATCH v3 5/5] PM / devfreq: Add required OPPs support to passive governor

[PATCH v2 0/6] tpm: Add driver for cr50
 2019-07-17 22:17 UTC  (6+ messages)
` [PATCH v2 5/6] tpm: add driver for cr50 on SPI

[PATCH v5 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-07-17 22:14 UTC  (3+ messages)
` [PATCH v5 1/5] mm: introduce MADV_COLD

[v4 PATCH 0/2] Fix false negative of shmem vma's THP eligibility
 2019-07-17 22:14 UTC  (4+ messages)
` [v4 PATCH 1/2] mm: thp: make transhuge_vma_suitable available for anonymous THP
` [v4 PATCH 2/2] mm: thp: fix false negative of shmem vma's THP eligibility

WARNING in binder_transaction_buffer_release
 2019-07-17 22:11 UTC  (4+ messages)

[PATCH] net: bcmgenet: use promisc for unsupported filters
 2019-07-17 21:58 UTC 

[v5 0/7] Support dsi for mt8183
 2019-07-17 22:03 UTC  (7+ messages)
` [v5 1/7] drm/mediatek: move mipi_dsi_host_register to probe
` [v5 6/7] drm/mediatek: change the dsi phytiming calculate method

mmotm 2019-07-16-17-14 uploaded
 2019-07-17 21:58 UTC  (8+ messages)

regression with napi/softirq ?
 2019-07-17 21:52 UTC  (4+ messages)

[PATCH 0/3 v2] Sync unmappings in vmalloc/ioremap areas
 2019-07-17 21:43 UTC  (6+ messages)
` [PATCH 2/3] x86/mm: Sync also unmappings in vmalloc_sync_one()
` [PATCH 3/3] mm/vmalloc: Sync unmappings in vunmap_page_range()

[PATCH RFC 0/4] Add support to directly attach BPF program to ftrace
 2019-07-17 21:40 UTC  (9+ messages)

[PATCH v1 1/2] clk: tegra: divider: Fix missing check for enable-bit on rate's recalculation
 2019-07-17 21:33 UTC  (3+ messages)

[PATCH 2/3 v3] dt-bindings: gpio: aspeed: Add SGPIO support
 2019-07-17 21:30 UTC  (3+ messages)

screen freeze with 5.2-rc6 Dell XPS-13 skylake i915
 2019-07-17 21:29 UTC  (18+ messages)
    ` [Intel-gfx] "

[PATCH v3 5/6] x86/mm, tracing: Fix CR2 corruption
 2019-07-17 21:25 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v3 4/6] x86/entry/64: Update comments and sanity tests for create_gap
 2019-07-17 21:25 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v3 3/6] x86/entry/64: Simplify idtentry a little
 2019-07-17 21:24 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v3 2/6] x86/entry/32: Simplify common_exception
 2019-07-17 21:23 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v3 1/6] x86/paravirt: Make read_cr2() CALLEE_SAVE
 2019-07-17 21:22 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH] drm/vgem: fix cache synchronization on arm/arm64
 2019-07-17 21:15 UTC 

[PATCH v5 00/26] Add generic support for composing LED class device name
 2019-07-17 21:14 UTC  (5+ messages)
` [PATCH v5 05/26] leds: core: Add support for composing LED class device names

[v3 PATCH 0/2] Fix false negative of shmem vma's THP eligibility
 2019-07-17 21:03 UTC  (4+ messages)
` [v3 PATCH 1/2] mm: thp: make transhuge_vma_suitable available for anonymous THP

[PATCH V2] usb: dwc3: gadget: trb_dequeue is not updated properly
 2019-07-17 20:53 UTC 

[PATCH RFC v1] pidfd: fix a race in setting exit_state for pidfd polling
 2019-07-17 20:51 UTC  (5+ messages)

[PATCH] PCI: Remove unused EXPORT_SYMBOL()s from drivers/pci/bus.c
 2019-07-17 20:48 UTC  (2+ messages)
` [Linux-kernel-mentees] "

[PATCH v5 00/11] Solve postboot supplier cleanup and optimize probe ordering
 2019-07-17 20:38 UTC  (6+ messages)
` [PATCH v5 02/11] of/platform: Add functional dependency link from DT bindings

[GIT PULL REQUEST] watchdog - v5.3 Merge window
 2019-07-17 19:58 UTC 

[PATCH v3 0/6] Introduce Bandwidth OPPs for interconnect paths
 2019-07-17 20:34 UTC  (6+ messages)
` [PATCH v3 1/6] dt-bindings: opp: Introduce opp-peak-KBps and opp-avg-KBps bindings

[PATCH v2 0/2] mm, slab: Extend slab/shrink to shrink all memcg caches
 2019-07-17 20:24 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm, slab: Show last shrink time in us when slab/shrink is read

[GIT PULL] platform-drivers-x86 for 5.3-2
 2019-07-17 20:20 UTC  (2+ messages)

[GIT PULL] GPIO fixes for v5.3 take one
 2019-07-17 20:20 UTC  (2+ messages)

[PATCH 0/3] Add power domain range for MU side b / IRQSTR_DSP
 2019-07-17 20:18 UTC  (2+ messages)

[PATCH] clk: imx8: Add DSP related clocks
 2019-07-17 20:17 UTC  (2+ messages)

[PATCH 00/12] remoteproc: qcom: q6v5-wcss: Add support for secure pil
 2019-07-17 20:13 UTC  (3+ messages)
` [PATCH 12/12] arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC

[PATCH 2/3 v4] dt-bindings: gpio: aspeed: Add SGPIO support
 2019-07-17 20:12 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).