messages from 2019-08-19 15:09:18 to 2019-08-19 15:56:29 UTC [more...]
[RESEND][PATCH v3 bpf-next] btf: expose BTF info through sysfs
2019-08-19 15:56 UTC (2+ messages)
[RFC 0/1] Allow MAC change on up interface
2019-08-19 15:55 UTC (3+ messages)
[PATCH] ARM: s3c64xx: squash samsung_usb_phy.h into setup-usb-phy.c
2019-08-19 15:56 UTC
[U-Boot] [PATCH 1/4] rockchip: clk: rk3328: add clk_enable ops for HCLK_HOST0
2019-08-19 15:55 UTC (5+ messages)
` [U-Boot] [PATCH 2/4] rockchip: dts: rk3328-rock64: enable usb3 xhci controller
[PATCH v4 00/10] klp-convert livepatch build tooling
2019-08-19 15:55 UTC (10+ messages)
` [PATCH v4 06/10] modpost: Add modinfo flag to livepatch modules
Re: Re: [PATCH] RDMA/siw: Fix compiler warnings on 32-bit due to u64/pointer abuse
2019-08-19 15:54 UTC (9+ messages)
` "
` "
` Re: Re: "
[U-Boot] [PATCH] test/py: Add cmd_memory dependency back to test_mmc_wr
2019-08-19 15:54 UTC (2+ messages)
[PATCH v4 00/25] Add FADump support on PowerNV platform
2019-08-19 15:49 UTC (6+ messages)
` [PATCH v4 11/25] powernv/fadump: register kernel metadata address with opal
[PATCH v7 00/11] media: hantro: Add support for H264 decoding
2019-08-19 15:53 UTC (4+ messages)
` [PATCH v7 02/11] media: uapi: h264: Rename pixel format
[PATCH v2] x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
2019-08-19 15:52 UTC
[ANN] Topics for a media summit in Lyon in October
2019-08-19 15:51 UTC (6+ messages)
[PATCH v8 0/2] arm64 tagged address ABI
2019-08-19 15:50 UTC (21+ messages)
` [PATCH v8 1/5] mm: untag user pointers in mmap/munmap/mremap/brk
` [PATCH v8 2/5] arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused arguments
` [PATCH v8 2/5] arm64: Tighten the PR_{SET,GET}_TAGGED_ADDR_CTRL "
` [PATCH v8 3/5] arm64: Change the tagged_addr sysctl control semantics to only prevent the opt-in
` [PATCH v8 4/5] arm64: Define Documentation/arm64/tagged-address-abi.rst
` [PATCH v8 5/5] arm64: Relax Documentation/arm64/tagged-pointers.rst
[PATCH 00/14] Display Stream Compression (DSC) for AMD Navi
2019-08-19 15:50 UTC (15+ messages)
` [PATCH 02/14] Revert "drm/amd/display: navi10 bring up skip dsc encoder config"
` [PATCH 01/14] Revert "drm/amd/display: skip dsc config for navi10 bring up"
` [PATCH 03/14] Revert "drm/amd/display: add global master update lock for DCN2"
` [PATCH 04/14] Revert "drm/amd/display: Fix underscan not using proper scaling"
` [PATCH 05/14] drm/amd/display: Enable SST DSC in DM
` [PATCH 06/14] drm/amd/display: Use dc helpers to compute timeslot distribution
` [PATCH 07/14] drm/amd/display: Initialize DSC PPS variables to 0
` [PATCH 08/14] drm/dp-mst: Parse FEC capability on MST ports
` [PATCH 09/14] drm/dp-mst: Export symbols for dpcd read/write
` [PATCH 10/14] drm/dp-mst: Fill branch->num_ports
` [PATCH 11/14] drm/amd/display: Validate DSC caps on MST endpoints
` [PATCH 12/14] drm/amd/display: Write DSC enable to MST DPCD
` [PATCH 13/14] drm/amd/display: MST DSC compute fair share
` [PATCH 14/14] drm/amd/display: Trigger modesets on MST DSC connectors
[U-Boot] [PATCH v2 1/3] spl: mmc: Fix indentation in spl_mmc.c file
2019-08-19 15:50 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/3] spl: mmc: Add option to set eMMC HW boot partition
[PATCH v2 00/14] arm64: MMU enabled kexec relocation
2019-08-19 15:50 UTC (5+ messages)
` [PATCH v2 02/14] arm64, hibernate: create_safe_exec_page cleanup
[PATCH 1/3] powerpc: don't use __WARN() for WARN_ON()
2019-08-19 15:45 UTC (8+ messages)
` [PATCH 3/3] powerpc: use __builtin_trap() in BUG/WARN macros
[thud/master] [PATCH] tidl-utils: bump SRCREV
2019-08-19 15:47 UTC (3+ messages)
[patch 00/44] posix-cpu-timers: Cleanup and consolidation
2019-08-19 14:32 UTC (45+ messages)
` [patch 01/44] posix-timers: Cleanup forward declarations and includes
` [patch 02/44] alarmtimers: Avoid rtc.h include
` [patch 03/44] posix-timer: Use a callback for cancel synchronization
` [patch 04/44] posix-cpu-timers: Fixup stale comment
` [patch 05/44] posix-cpu-timers: Sanitize bogus WARNONS
` [patch 06/44] posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()
` [patch 07/44] posix-cpu-timers: Simplify sighand locking in run_posix_cpu_timers()
` [patch 08/44] posix-cpu-timers: Provide task validation functions
` [patch 09/44] posix-cpu-timers: Use common permission check in posix_cpu_clock_get()
` [patch 10/44] posix-cpu-timers: Use common permission check in posix_cpu_timer_create()
` [patch 11/44] posix-cpu-timers: Provide quick sample function for itimer
` [patch 12/44] itimers: Use quick sample function
` [patch 13/44] posix-cpu-timers: Sample directly in timer check
` [patch 14/44] posix-cpu-timers: Rename thread_group_cputimer() and make it static
` [patch 15/44] posix-cpu-timer: Comsolidate thread group sample code
` [patch 16/44] posix-cpu-timers: Use clock ID in posix_cpu_timer_set()
` [patch 17/44] posix-cpu-timers: Use clock ID in posix_cpu_timer_get()
` [patch 18/44] posix-cpu-timers: Use clock ID in posix_cpu_timer_rearm()
` [patch 19/44] posix-cpu-timer: Remove pointless return value check
` [patch 20/44] posix-cpu-timers: Simplify sample functions
` [patch 21/44] posix-cpu-timers: Get rid of pointer indirection
` [patch 22/44] posix-cpu-timers: Sample task times once in expiry check
` [patch 23/44] posix-cpu-timers: Move prof/virt_ticks into caller
` [patch 24/44] posix-cpu-timers: Create a container struct
` [patch 25/44] sched: Move struct task_cputime to types.h
` [patch 26/44] posix-cpu-timers: Move expiry cache into struct posix_cputimers
` [patch 27/44] posix-cpu-timers: Provide array based access to expiry cache
` [patch 28/44] posix-cpu-timers: Simplify timer queueing
` [patch 29/44] posix-cpu-timers: Simplify set_process_cpu_timer()
` [patch 30/44] posix-cpu-timers: Switch check_*_timers() to array cache
` [patch 31/44] posix-cpu-timers: Remove the odd field rename defines
` [patch 32/44] posix-cpu-timers: Provide array based sample functions
` [patch 33/44] posix-cpu-timers: Make expiry checks array based
` [patch 34/44] posix-cpu-timers: Remove cputime_expires
` [patch 35/44] posix-cpu-timers: Switch thread group sampling to array
` [patch 36/44] posix-cpu-timers: Get rid of zero checks
` [patch 37/44] posix-cpu-timers: Consolidate timer expiry further
` [patch 38/44] posix-cpu-timers: Respect INFINITY for hard RTTIME limit
` [patch 39/44] posix-cpu-timers: Get rid of 64bit divisions
` [patch 40/44] posix-cpu-timers: Remove pointless comparisions
` [patch 41/44] posix-cpu-timers: Deduplicate rlimit handling
` [patch 42/44] posix-cpu-timers: Move state tracking to struct posix_cputimers
` [patch 43/44] posix-cpu-timers: Utilize timerqueue for storage
` [patch 44/44] posix-cpu-timers: Expire timers directly
[dm-crypt] Device ... is still in use
2019-08-19 15:48 UTC (7+ messages)
[PATCH] KVM: VMX: Fix and tweak the comments for VM-Enter
2019-08-19 15:47 UTC (2+ messages)
[PATCH v3 0/8] PM / ACPI: sleep: Additional changes related to suspend-to-idle
2019-08-19 15:45 UTC (5+ messages)
[PATCH] drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptable
2019-08-19 15:47 UTC
[PATCH -rcu dev 1/3] rcu/tree: tick_dep_set/clear_cpu should accept bits instead of masks
2019-08-19 15:46 UTC (8+ messages)
` [PATCH -rcu dev 3/3] RFC: rcu/tree: Read dynticks_nmi_nesting in advance
[PATCH] RDMA/srpt: Filter out AGN bits
2019-08-19 15:45 UTC (5+ messages)
omap4: how to obtain drm_connector in hdmi4_cec.c for cec_s_conn_info()?
2019-08-19 15:46 UTC (2+ messages)
[PATCH] multipath-tools: reorder NVDISK devices
2019-08-19 15:45 UTC (3+ messages)
Best representation for TDM devices
2019-08-19 15:45 UTC (5+ messages)
[PATCH ARM] selftests, arm64: fix uninitialized symbol in tags_test.c
2019-08-19 15:44 UTC (11+ messages)
[PATCH] crypto: arm64/aegis128 - use explicit vector load for permute vectors
2019-08-19 15:44 UTC (2+ messages)
[PATCH 1/2] PTP: introduce new versions of IOCTLs
2019-08-19 15:43 UTC (6+ messages)
Total latency (lat) of a workload test
2019-08-19 15:43 UTC (3+ messages)
[PATCHv5 0/4] crypto: inside-secure - broaden driver scope
2019-08-19 14:40 UTC (5+ messages)
` [PATCHv5 1/4] crypto: inside-secure - make driver selectable for non-Marvell hardware
` [PATCHv5 2/4] crypto: inside-secure - Remove redundant algo to engine mapping code
` [PATCHv5 3/4] crypto: inside-secure - add support for PCI based FPGA development board
` [PATCHv5 4/4] crypto: inside-secure - add support for using the EIP197 without vendor firmware
[PATCH v6 0/3] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+
2019-08-19 15:43 UTC (5+ messages)
` [PATCH v6 1/3] drm/i915: enum transcoder and pipe are moved into i915_drm.h
` [PATCH v6 2/3] misc/mei_hdcp: Adding the transcoder detail in payload input
` [PATCH v6 3/3] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+
` ✗ Fi.CI.BAT: failure for drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ (rev3)
[PATCH] reset: unstage empty deleted ita files
2019-08-19 15:42 UTC (4+ messages)
` [PATCH v3] diff-lib.c: handle "
[RFC v2] rcu/tree: Try to invoke_rcu_core() if in_irq() during unlock
2019-08-19 15:41 UTC (11+ messages)
[PATCH] KVM: Assert that struct kvm_vcpu is always as offset zero
2019-08-19 15:42 UTC (3+ messages)
[PATCH 0/2] KVM: x86: fixes for AMD speculation bug CPUID leaf
2019-08-19 15:41 UTC (7+ messages)
` [PATCH 1/2] KVM: x86: fix reporting of "
` [PATCH 2/2] KVM: x86: always expose VIRT_SSBD to guests
divide error in usbtmc_generic_read
2019-08-19 15:40 UTC (9+ messages)
[dpdk-dev] [PATCH 00/11] Fixing log levels for dynamically loaded drivers
2019-08-19 15:39 UTC (3+ messages)
` [dpdk-dev] [PATCH 03/11] drivers/baseband: use new logtype wrapper
[PATCH 6/9] can: mcp251x: mcp251x_hw_reset(): allow more time after a reset
2019-08-19 15:38 UTC
[PATCH] arm64: kasan: fix phys_to_virt() false positive on tag-based kasan
2019-08-19 15:37 UTC (8+ messages)
stable-2.02 - Revert "pvmove_poll: instrument"
2019-08-19 15:36 UTC
[RFC PATCH] unpack-trees.c: handle empty deleted ita files
2019-08-19 15:35 UTC (6+ messages)
KASAN: use-after-free Read in iowarrior_disconnect
2019-08-19 15:36 UTC (3+ messages)
[PATCH] drm/amd/powerplay: add smu_smc_read_sensor support for arcturus
2019-08-19 15:33 UTC (2+ messages)
[PATCH 0/2] git rebase: Make sure upstream branch is left alone
2019-08-19 15:33 UTC (3+ messages)
[bug report] drm/amd/powerplay: implement smc firmware v2.1 for smu11
2019-08-19 15:31 UTC (2+ messages)
[PATCH] mm/page_alloc: cleanup __alloc_pages_direct_compact()
2019-08-19 15:29 UTC (3+ messages)
[dpdk-dev] [PATCH] eal: unmap undesired address upon config reattach failure
2019-08-19 15:29 UTC (3+ messages)
` [dpdk-dev] [PATCH v2] "
[Bug 111261] Screen remains black when 2 monitors are connected
2019-08-19 15:29 UTC (2+ messages)
PROBLEM: zswap with z3fold makes swap stuck
2019-08-19 15:27 UTC (4+ messages)
[PATCH net-next 0/6] net: dsa: enable and disable all ports
2019-08-19 15:27 UTC (4+ messages)
` [PATCH net-next 4/6] net: dsa: mv88e6xxx: do not change STP state on port disabling
[PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function. 'hrtimer_forward_now()' returns zero due to bigger backward time drift. This causes timerfd_read to return 0. As per man page, read on timerfd is not expected to return 0. This patch fixes this problem. Signed-off-by: Arul Jeniston <arul.jeniston@gmail.com>
2019-08-19 15:26 UTC (12+ messages)
` [PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function
[Xen-devel] [PATCH v2 3/6] x86/boot: Split bootsym() into four types of relocations
2019-08-19 15:25 UTC (12+ messages)
` [Xen-devel] [PATCH v2 4/6] x86/boot: Rename trampoline_{start, end} to boot_trampoline_{start, end}
` [Xen-devel] [PATCH v2 5/6] x86/boot: Copy 16-bit boot variables back up to Xen image
` [Xen-devel] [PATCH v2 6/6] x86/boot: Do not use trampoline for no-real-mode boot paths
[PATCH 0/5] x86/sgx: Improve permission handing
2019-08-19 15:25 UTC (6+ messages)
` [PATCH 1/5] x86/sgx: Document permission handling better
` [PATCH 2/5] x86/sgx: Use memchr_inv() in sgx_validate_secinfo()
` [PATCH 3/5] x86/sgx: Make sgx_validate_secinfo() more readable
` [PATCH 4/5] x86/sgx: Validate TCS permssions in sgx_validate_secinfo()
` [PATCH 5/5] x86/sgx: Rename vm_prot_bits as max_vm_flags
[Qemu-devel] [PATCH v8 00/37] target/mips: Misc patches for 4.2
2019-08-19 14:50 UTC (3+ messages)
` [Qemu-devel] [PATCH v8 37/37] target/mips: tests/tcg: Fix target configurations for MSA tests
` [Qemu-devel] [EXTERNAL][PATCH "
mmap(), #PF handler and EADD interaction
2019-08-19 15:24 UTC
[Qemu-devel] [PULL 0/3] decodetree improvements
2019-08-19 15:17 UTC (4+ messages)
` [Qemu-devel] [PULL 1/3] decodetree: Allow !function with no input bits
` [Qemu-devel] [PULL 2/3] decodetree: Suppress redundant declaration warnings
` [Qemu-devel] [PULL 3/3] target/riscv: Remove redundant declaration pragmas
[PATCH 1/3] pwm: atmel: Add link to reference manual
2019-08-19 15:20 UTC (7+ messages)
` [PATCH 4/3] pwm: atmel: document known weaknesses of both hardware and software
[PATCH net-next 0/3] Improve phc2sys precision for mv88e6xxx switch in combination with imx6-fec
2019-08-19 15:20 UTC (10+ messages)
` [PATCH net-next 1/3] net: mdio: add support for passing a PTP system timestamp to the mii_bus driver
` [PATCH net-next 2/3] net: dsa: mv88e6xxx: extend PTP gettime function to read system clock
[PATCH v2 net-next 0/1] Add BASE-T1 PHY support
2019-08-19 15:19 UTC (2+ messages)
` [PATCH v2 net-next 1/1] net: phy: Added BASE-T1 PHY support to PHY Subsystem
[PATCH net-next 0/8] sctp: support per endpoint auth and asconf flags
2019-08-19 15:19 UTC (5+ messages)
` [PATCH net-next 4/8] sctp: add SCTP_ASCONF_SUPPORTED sockopt
linux-next: Fixes tag needs some work in the hid tree
2019-08-19 15:19 UTC
[PATCH] KVM: x86: Fix x86_decode_insn() return when fetching insn bytes fails
2019-08-19 15:18 UTC (2+ messages)
[igt-dev] [PATCH i-g-t v10] igt/tests: kms_plane_stress: Add plane stress test
2019-08-19 15:17 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for igt/tests: kms_plane_stress: Add plane stress test (rev13)
[PATCH 0/2] Fix module name clash with omapdrm and DRM panel modules
2019-08-19 15:17 UTC (6+ messages)
` [PATCH 1/2] video: omapfb2: Make standard and custom panel drivers mutually exclusive
[BUG 5.3-rc5] rwsem: use after free on task_struct if task exits with rwsem held
2019-08-19 15:16 UTC (2+ messages)
[PATCH RESEND v4 0/9] Enable Sub-page Write Protection Support
2019-08-19 15:15 UTC (11+ messages)
` [PATCH RESEND v4 5/9] KVM: VMX: Add init/set/get functions for SPP
[PATCH V2] xfs: Fix agi&agf ABBA deadlock when performing rename with RENAME_WHITEOUT flag
2019-08-19 15:13 UTC (2+ messages)
[U-Boot] Rockpro64_V2.1 2018-07-02 Boot Freeze
2019-08-19 15:12 UTC (6+ messages)
[PATCH] ARM: at91: Documentation: update the sama5d3 and armv7m datasheets
2019-08-19 15:12 UTC (2+ messages)
[PATCH 1/3] kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rst
2019-08-19 15:11 UTC (2+ messages)
[PATCH v2 00/16] Cache open file descriptors in knfsd
2019-08-19 15:11 UTC (3+ messages)
[PATCH v2 1/2] kbuild: make single targets work more correctly
2019-08-19 15:10 UTC (2+ messages)
[Bug 204181] New: NULL pointer dereference regression in amdgpu
2019-08-19 15:11 UTC (2+ messages)
` [Bug 204181] "
[PATCH] RISC-V: Issue a local tlb flush if possible
2019-08-19 15:10 UTC (10+ messages)
[PATCH v3 1/3] powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro
2019-08-19 15:05 UTC (4+ messages)
` [PATCH v3 3/3] powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()
[PATCH] libffi: Upgrade to 3.3-rc0
2019-08-19 15:09 UTC (5+ messages)
[Qemu-devel] [PATCH-for-4.2 v1 0/9] s390x: MMU changes and extensions
2019-08-19 15:07 UTC (3+ messages)
` [Qemu-devel] [PATCH-for-4.2 v1 8/9] s390x/cpumodel: Prepare for changes of QEMU model
` [Qemu-devel] [qemu-s390x] "
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.