All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-30 02:15:52 to 2019-07-30 03:25:45 UTC [more...]

[PATCH 1/3] intel-media-driver: check for "opengl" feature
 2019-07-30  3:24 UTC  (3+ messages)

[Xen-devel] [xen-unstable test] 139484: FAIL
 2019-07-30  3:22 UTC 

[PATCH] powerpc/kvm: Fall through switch case explicitly
 2019-07-30  3:18 UTC  (4+ messages)

linusw/for-next boot: 37 boots: 2 failed, 35 passed (v5.3-rc1-10-gd2a561ae1961)
 2019-07-30  3:19 UTC 

[PATCH v2 0/5] rtw88: add support for BT co-existence mechanism
 2019-07-30  3:13 UTC  (4+ messages)
` [PATCH v2 5/5] rtw88: add BT co-existence support

[PATCH] rtw88: pci: Use general byte arrays as the elements of RX ring
 2019-07-30  3:11 UTC  (6+ messages)

MPC-8377 BSP - Yocto
 2019-07-30  3:09 UTC  (4+ messages)

[U-Boot] [PATCH] spl_mmc: always use find_mmc_device() to get mmc handler
 2019-07-30  3:08 UTC  (4+ messages)

[PATCH] drm/i915/gvt: remove duplicate entry of trace
 2019-07-30  3:08 UTC  (4+ messages)

[RFC PATCH 00/21] x86/sgx: KVM: Add SGX virtualization
 2019-07-30  3:08 UTC  (5+ messages)
` [RFC PATCH 08/21] KVM: x86: Add kvm_x86_ops hook to short circuit emulation

[imx][vybrid][qspi] Regression notification - vybrid vf610 QUADSPI - BK4 board
 2019-07-30  3:07 UTC  (4+ messages)

grub2.02 can boot the linux kernel with 64-bit boot protocol
 2019-07-30  2:51 UTC 

Can the grub2.02 improve the limit of initrd size in 64-bit system?
 2019-07-30  2:50 UTC 

[GIT PULL 000/107] perf/core improvements and fixes
 2019-07-30  2:56 UTC  (109+ messages)
` [PATCH 001/107] perf include bpf: Add bpf_tail_call() prototype
` [PATCH 002/107] perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
` [PATCH 003/107] perf evsel: Store backpointer to attached bpf_object
` [PATCH 004/107] perf trace: Add pointer to BPF object containing __augmented_syscalls__
` [PATCH 005/107] perf trace: Look up maps just on the __augmented_syscalls__ BPF object
` [PATCH 006/107] perf trace: Order -e syscalls table
` [PATCH 007/107] perf trace: Add BPF handler for unaugmented syscalls
` [PATCH 008/107] perf trace: Allow specifying the bpf prog to augment specific syscalls
` [PATCH 009/107] perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place
` [PATCH 010/107] perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event
` [PATCH 011/107] perf augmented_raw_syscalls: Add handler for "openat"
` [PATCH 012/107] perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
` [PATCH 013/107] perf augmented_raw_syscalls: Support copying two string syscall args
` [PATCH 014/107] perf trace: Look for default name for entries in the syscalls prog array
` [PATCH 015/107] perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload
` [PATCH 016/107] perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
` [PATCH 017/107] perf trace beauty: Make connect's addrlen be printed as an int, not hex
` [PATCH 018/107] perf trace beauty: Disable fd->pathname when close() not enabled
` [PATCH 019/107] perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg
` [PATCH 020/107] perf trace beauty: Beautify 'sendto's sockaddr arg
` [PATCH 021/107] perf trace beauty: Beautify bind's "
` [PATCH 022/107] perf trace beauty: Add BPF augmenter for the 'rename' syscall
` [PATCH 023/107] perf trace: Forward error codes when trying to read syscall info
` [PATCH 024/107] perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages
` [PATCH 025/107] perf trace: Preallocate the syscall table
` [PATCH 026/107] perf trace: Reuse BPF augmenters from syscalls with similar args signature
` [PATCH 027/107] perf trace: Add "sendfile64" alias to the "sendfile" syscall
` [PATCH 028/107] perf stat: Move loaded out of struct perf_counts_values
` [PATCH 029/107] perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
` [PATCH 030/107] perf tools: Rename struct thread_map to struct perf_thread_map
` [PATCH 031/107] perf evsel: Rename struct perf_evsel to struct evsel
` [PATCH 032/107] perf evlist: Rename struct perf_evlist to struct evlist
` [PATCH 033/107] perf evsel: Rename perf_evsel__init() to evsel__init()
` [PATCH 034/107] perf evlist: Rename perf_evlist__init() to evlist__init()
` [PATCH 035/107] perf evlist: Rename perf_evlist__new() to evlist__new()
` [PATCH 036/107] perf evlist: Rename perf_evlist__delete() to evlist__delete()
` [PATCH 037/107] perf evsel: Rename perf_evsel__delete() to evsel__delete()
` [PATCH 038/107] perf evsel: Rename perf_evsel__new() to evsel__new()
` [PATCH 039/107] perf evlist: Rename perf_evlist__add() to evlist__add()
` [PATCH 040/107] perf evlist: Rename perf_evlist__remove() to evlist__remove()
` [PATCH 041/107] perf evsel: Rename perf_evsel__open() to evsel__open()
` [PATCH 042/107] perf evsel: Rename perf_evsel__enable() to evsel__enable()
` [PATCH 043/107] perf evsel: Rename perf_evsel__disable() to evsel__disable()
` [PATCH 044/107] perf evsel: Rename perf_evsel__apply_filter() to evsel__apply_filter()
` [PATCH 045/107] perf evsel: Rename perf_evsel__cpus() to evsel__cpus()
` [PATCH 046/107] perf evlist: Rename perf_evlist__open() to evlist__open()
` [PATCH 047/107] perf evlist: Rename perf_evlist__close() to evlist__close()
` [PATCH 048/107] perf evlist: Rename perf_evlist__enable() to evlist__enable()
` [PATCH 049/107] perf evlist: Rename perf_evlist__disable() to evlist__disable()
` [PATCH 050/107] libperf: Make libperf.a part of the perf build
` [PATCH 051/107] libperf: Add build version support
` [PATCH 052/107] libperf: Add libperf to the python.so build
` [PATCH 053/107] libperf: Add perf/core.h header
` [PATCH 054/107] libperf: Add debug output support
` [PATCH 055/107] libperf: Add perf_cpu_map struct
` [PATCH 056/107] libperf: Add perf_cpu_map__dummy_new() function
` [PATCH 057/107] libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
` [PATCH 058/107] libperf: Add perf_thread_map struct
` [PATCH 059/107] libperf: Add perf_thread_map__new_dummy() function
` [PATCH 060/107] libperf: Add perf_thread_map__get()/perf_thread_map__put()
` [PATCH 061/107] libperf: Add perf_evlist and perf_evsel structs
` [PATCH 062/107] libperf: Include perf_evsel in evsel object
` [PATCH 063/107] libperf: Include perf_evlist in evlist object
` [PATCH 064/107] libperf: Add perf_evsel__init function
` [PATCH 065/107] libperf: Add perf_evlist__init() function
` [PATCH 066/107] libperf: Add perf_evlist__add() function
` [PATCH 067/107] libperf: Add perf_evlist__remove() function
` [PATCH 068/107] libperf: Add nr_entries to struct perf_evlist
` [PATCH 069/107] libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
` [PATCH 070/107] libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
` [PATCH 071/107] libperf: Move zalloc.o into libperf
` [PATCH 072/107] libperf: Add perf_evlist__new() function
` [PATCH 073/107] libperf: Add perf_evsel__new() function
` [PATCH 074/107] libperf: Add perf_evlist__for_each_evsel() iterator
` [PATCH 075/107] libperf: Add perf_evlist__delete() function
` [PATCH 076/107] libperf: Add perf_evsel__delete() function
` [PATCH 077/107] libperf: Add cpus to struct perf_evsel
` [PATCH 078/107] libperf: Add own_cpus "
` [PATCH 079/107] libperf: Add threads "
` [PATCH 080/107] libperf: Add has_user_cpus to struct perf_evlist
` [PATCH 081/107] libperf: Add cpus "
` [PATCH 082/107] libperf: Add threads "
` [PATCH 083/107] libperf: Add perf_evlist__set_maps() function
` [PATCH 084/107] libperf: Adopt xyarray class from perf
` [PATCH 085/107] libperf: Move fd array from perf's evsel to lobperf's perf_evsel class
` [PATCH 086/107] libperf: Move nr_members from perf's evsel to libperf's perf_evsel
` [PATCH 087/107] libperf: Adopt the readn()/writen() functions from tools/perf
` [PATCH 088/107] libperf: Adopt perf_evsel__alloc_fd() function "
` [PATCH 089/107] libperf: Adopt simplified perf_evsel__open() "
` [PATCH 090/107] libperf: Adopt simplified perf_evsel__close() "
` [PATCH 091/107] libperf: Adopt perf_evsel__read() "
` [PATCH 092/107] libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functions
` [PATCH 093/107] libperf: Add perf_cpu_map__for_each_cpu() macro
` [PATCH 094/107] libperf: Add perf_evsel__cpus()/threads() functions
` [PATCH 095/107] libperf: Adopt simplified perf_evlist__open()/close() functions from tools/perf
` [PATCH 096/107] libperf: Adopt perf_evlist__enable()/disable() functions from perf
` [PATCH 097/107] libperf: Add perf_evsel__attr() function
` [PATCH 098/107] libperf: Add install targets
` [PATCH 099/107] libperf: Add tests support
` [PATCH 100/107] libperf: Add perf_cpu_map test
` [PATCH 101/107] libperf: Add perf_thread_map test
` [PATCH 102/107] libperf: Add perf_evlist test
` [PATCH 103/107] libperf: Add perf_evsel tests
` [PATCH 104/107] libperf: Add perf_evlist__enable/disable test
` [PATCH 105/107] libperf: Add perf_evsel__enable/disable test
` [PATCH 106/107] libperf: Initial documentation
` [PATCH 107/107] perf vendor events power9: Added missing event descriptions

[PATCH] staging: rtl8723bs: core: Remove Macro "IS_MAC_ADDRESS_BROADCAST"
 2019-07-30  3:04 UTC 

[PATCH] staging: rtl8723bs: core: Remove Macro "IS_MAC_ADDRESS_BROADCAST"
 2019-07-30  3:04 UTC 

linusw/fixes boot: 37 boots: 2 failed, 35 passed (v5.3-rc1-4-gd95da993383c)
 2019-07-30  3:01 UTC 

[PATCH v3] net: dsa: qca8k: enable port flow control
 2019-07-30  3:01 UTC  (5+ messages)

[PATCH v2] alpha: Replace strncmp with str_has_prefix
 2019-07-30  3:02 UTC  (2+ messages)

linusw/devel boot: 34 boots: 1 failed, 33 passed (v5.3-rc1-5-ga299726da44f)
 2019-07-30  3:01 UTC 

[PATCH 1/1] power: supply: sbs-battery: Add ability to force load a battery via the devicetree
 2019-07-30  3:02 UTC  (2+ messages)

[PATCH v3 0/6] Introduce Bandwidth OPPs for interconnect paths
 2019-07-30  3:01 UTC  (9+ messages)

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-07-30  1:49 UTC  (2+ messages)
` [PATCH 03/20] timestamp_truncate: Replace users of timespec64_trunc

[PATCH V2 1/4] thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
 2019-07-30  3:00 UTC  (4+ messages)
` [PATCH V2 4/4] thermal: qoriq: Add clock operations

[PATCH V2] can: flexcan: fix deadlock when using self wakeup
 2019-07-30  2:51 UTC 

[PATCH] alpha: Replace strncmp with str_has_prefix
 2019-07-30  2:51 UTC  (3+ messages)

[PATCH 1/4] watchdog device drivers:pc87413_wdt:Rewriting of pc87413_wdt driver to utilize common watchdog interface
 2019-07-30  2:47 UTC  (9+ messages)
` [PATCH 2/4] watchdog device drivers:pc87413_wdt:Rewriting of pc87413_wdt driver to utilize common watchdog interface, with removal of file access functions for correct functionality
` [PATCH 3/4] watchdog device drivers:pc87413_wdt: Tidying up conversion of pc87413_wdt driver to common watchdog interface, removal of some stray nowayout parameters
` [PATCH 4/4] watchdog device drivers:pc87413_wdt: Continuing revision of conversion of pc87413_wdt to use common watchdog interface, removed undeclared identifiers

[PATCH v4 0/3] Introduce Bandwidth OPPs for interconnects
 2019-07-30  2:46 UTC  (5+ messages)

[PATCH v2] Fix typo reigster to register
 2019-07-30  2:42 UTC  (3+ messages)

[5.2 regression] rtwpci + amd iommu
 2019-07-30  2:46 UTC  (5+ messages)

[PATCH v5] PM / wakeup: show wakeup sources stats in sysfs
 2019-07-30  2:43 UTC 

[PATCH] ARM: Replace strncmp with str_has_prefix
 2019-07-30  2:44 UTC  (3+ messages)

[PATCH] arm64: Replace strncmp with str_has_prefix
 2019-07-30  2:44 UTC  (2+ messages)

[PATCH 00/30] Arcturus updates
 2019-07-30  2:43 UTC  (5+ messages)
` [PATCH 16/30] drm/amd/powerplay: correct Navi10 VCN powergate control
` [PATCH 18/30] drm/amd/powerplay: init arcturus SMU metrics table on bootup

[PATCH] cpufreq: ti-cpufreq: Mark expected switch fall-through
 2019-07-30  2:41 UTC  (2+ messages)

[PATCH net v2] net: ipv6: Fix a bug in ndisc_send_ns when netdev only has a global address
 2019-07-30  2:35 UTC 

[PATCH 0/3] KVM: X86: Some tracepoint enhancements
 2019-07-30  2:39 UTC  (9+ messages)
` [PATCH 3/3] KVM: X86: Tune PLE Window tracepoint

[U-Boot] [PATCH] pinctrl: renesas: r8a7796: Fix PRESET# bias setting
 2019-07-30  2:38 UTC 

[Bug 111234] amdgpu bug: kernel NULL pointer dereference during video playback
 2019-07-30  2:36 UTC  (2+ messages)

[PATCH 4.19 000/113] 4.19.63-stable review
 2019-07-30  2:34 UTC  (2+ messages)

[f2fs-dev] [Bug 204043] New: F2fs kernel BUG at fs/f2fs/data.c:317!
 2019-07-30  2:34 UTC  (2+ messages)
` [f2fs-dev] [Bug 204043] "

linusw/for-next build: 6 builds: 0 failed, 6 passed, 13 warnings (v5.3-rc1-10-gd2a561ae1961)
 2019-07-30  2:34 UTC 

[PATCH v2] fs: xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibling()
 2019-07-30  2:32 UTC 

[PATCH V3 1/5] thermal: qoriq: Add clock operations
 2019-07-30  2:21 UTC  (5+ messages)
` [PATCH V3 2/5] thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone fail
` [PATCH V3 3/5] thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
` [PATCH V3 4/5] thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
` [PATCH V3 5/5] dt-bindings: thermal: qoriq: Add optional clocks property

linux-next: build warnings after merge of the keys tree
 2019-07-30  2:30 UTC 

[BUG] bdw-rt5650 DSP boot timeout
 2019-07-30  2:28 UTC  (6+ messages)

[Bug 111243] Installation of 19.20 Fails
 2019-07-30  2:03 UTC  (2+ messages)

[PATCH] net: phy: phy_led_triggers: Fix a possible null-pointer dereference in phy_led_trigger_change_speed()
 2019-07-30  2:25 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] migration: add speed limit for multifd migration
 2019-07-30  2:24 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 3/3] migration: update ram_counters for multifd sync packet

stable-rc/linux-4.19.y boot: 111 boots: 1 failed, 70 passed with 40 offline (v4.19.62-114-g0c75526c53c7)
 2019-07-30  2:24 UTC 

[PATCH 0/4] net: phy: Add AST2600 MDIO support
 2019-07-30  2:23 UTC  (5+ messages)
` [PATCH 2/4] net: phy: Add mdio-aspeed

[PATCH net] ipvs: Improve robustness to the ipvs sysctl
 2019-07-30  2:23 UTC  (4+ messages)

[PATCH 4/5] pinctrl: uniphier: Add Pro5 PCIe pin-mux settings
 2019-07-30  2:22 UTC  (4+ messages)

[PATCH 2/5] pinctrl: uniphier: Add another audio I/O pin-mux settings for LD20
 2019-07-30  2:22 UTC  (4+ messages)

[PATCH 1/5] pinctrl: uniphier: Separate modem group from UART ctsrts group
 2019-07-30  2:21 UTC  (4+ messages)

[PATCH] watchdog device drivers:pc87413_wdt: Rewriting of pc87413_wdt driver to utilize common watchdog interface (fwd)
 2019-07-30  2:21 UTC  (5+ messages)

[PATCH RESEND] KVM: X86: Use IPI shorthands in kvm guest when support
 2019-07-30  2:17 UTC  (3+ messages)

linusw/devel build: 6 builds: 0 failed, 6 passed, 13 warnings (v5.3-rc1-5-ga299726da44f)
 2019-07-30  2:17 UTC 

linusw/fixes build: 6 builds: 0 failed, 6 passed, 13 warnings (v5.3-rc1-4-gd95da993383c)
 2019-07-30  2:16 UTC 

[PATCH v2] KVM: X86: Use IPI shorthands in kvm guest when support
 2019-07-30  2:15 UTC 


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.