messages from 2020-11-06 02:36:10 to 2020-11-06 03:59:52 UTC [more...]
[PATCH v4 net-next 1/3] ptp: idt82p33: add adjphase support
2020-11-06 3:52 UTC (2+ messages)
` [PATCH v4 net-next 2/3] ptp: idt82p33: use i2c_master_send for bus write
[PATCH v2 00/22] ext4 fast commit fixes
2020-11-06 3:59 UTC (21+ messages)
` [PATCH v2 01/22] ext4: describe fast_commit feature flags
` [PATCH v2 02/22] ext4: mark fc ineligible if inode gets evictied due to mem pressure
` [PATCH v2 03/22] ext4: drop redundant calls ext4_fc_track_range
` [PATCH v2 04/22] ext4: fixup ext4_fc_track_* functions' signature
` [PATCH v2 05/22] jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
` [PATCH v2 06/22] ext4: clean up the JBD2 API that initializes fast commits
` [PATCH v2 07/22] jbd2: drop jbd2_fc_init documentation
` [PATCH v2 08/22] jbd2: don't use state lock during commit path
` [PATCH v2 09/22] jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
` [PATCH v2 10/22] jbd2: add todo for a fast commit performance optimization
` [PATCH v2 11/22] jbd2: don't touch buffer state until it is filled
` [PATCH v2 12/22] jbd2: don't read journal->j_commit_sequence without taking a lock
` [PATCH v2 13/22] ext4: dedpulicate the code to wait on inode that's being committed
` [PATCH v2 14/22] ext4: fix code documentatioon
` [PATCH v2 15/22] ext4: mark buf dirty before submitting fast commit buffer
` [PATCH v2 16/22] ext4: remove unnecessary fast commit calls from ext4_file_mmap
` [PATCH v2 17/22] ext4: fix inode dirty check in case of fast commits
` [PATCH v2 18/22] ext4: disable fast commit with data journalling
` [PATCH v2 19/22] ext4: issue fsdev cache flush before starting fast commit
` [PATCH v2 20/22] ext4: make s_mount_flags modifications atomic
[PATCH 2] Register read and writes tracing
2020-11-06 3:58 UTC (5+ messages)
` [PATCH v2] tracing: Add register read and write tracing support
[PATCH v3 00/41] Mirror map JIT memory for TCG
2020-11-06 3:29 UTC (42+ messages)
` [PATCH v3 01/41] tcg: Enhance flush_icache_range with separate data pointer
` [PATCH v3 02/41] tcg: Move tcg prologue pointer out of TCGContext
` [PATCH v3 03/41] tcg: Move tcg epilogue "
` [PATCH v3 04/41] tcg: Add in_code_gen_buffer
` [PATCH v3 05/41] tcg: Introduce tcg_splitwx_to_{rx,rw}
` [PATCH v3 06/41] tcg: Adjust TCGLabel for const
` [PATCH v3 07/41] tcg: Adjust tcg_out_call "
` [PATCH v3 08/41] tcg: Adjust tcg_out_label "
` [PATCH v3 09/41] tcg: Adjust tcg_register_jit "
` [PATCH v3 10/41] tcg: Adjust tb_target_set_jmp_target for split-wx
` [PATCH v3 11/41] tcg: Make DisasContextBase.tb const
` [PATCH v3 12/41] tcg: Make tb arg to synchronize_from_tb const
` [PATCH v3 13/41] tcg: Use Error with alloc_code_gen_buffer
` [PATCH v3 14/41] tcg: Add --accel tcg,split-wx property
` [PATCH v3 15/41] accel/tcg: Support split-wx for linux with memfd
` [PATCH v3 16/41] accel/tcg: Support split-wx for darwin/iOS with vm_remap
` [PATCH v3 17/41] tcg: Return the TB pointer from the rx region from exit_tb
` [PATCH v3 18/41] tcg/i386: Support split-wx code generation
` [PATCH v3 19/41] tcg/aarch64: Use B not BL for tcg_out_goto_long
` [PATCH v3 20/41] tcg/aarch64: Implement flush_idcache_range manually
` [PATCH v3 21/41] tcg/aarch64: Support split-wx code generation
` [PATCH v3 22/41] disas: Push const down through host disasassembly
` [PATCH v3 23/41] tcg/tci: Push const down through bytecode reading
` [PATCH v3 24/41] tcg: Introduce tcg_tbrel_diff
` [PATCH v3 25/41] tcg/ppc: Use tcg_tbrel_diff
` [PATCH v3 26/41] tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB
` [PATCH v3 27/41] tcg/ppc: Support split-wx code generation
` [PATCH v3 28/41] tcg/sparc: Use tcg_tbrel_diff
` [PATCH v3 29/41] tcg/sparc: Support split-wx code generation
` [PATCH v3 30/41] tcg/s390: Use tcg_tbrel_diff
` [PATCH v3 31/41] tcg/s390: Support split-wx code generation
` [PATCH v3 32/41] tcg/riscv: Fix branch range checks
` [PATCH v3 33/41] tcg/riscv: Remove branch-over-branch fallback
` [PATCH v3 34/41] tcg/riscv: Support split-wx code generation
` [PATCH v3 35/41] accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
` [PATCH v3 36/41] tcg/mips: Do not assert on relocation overflow
` [PATCH v3 37/41] tcg/mips: Support split-wx code generation
` [PATCH v3 38/41] tcg/arm: "
` [PATCH v3 39/41] tcg: Remove TCG_TARGET_SUPPORT_MIRROR
` [PATCH v3 40/41] tcg: Constify tcg_code_gen_epilogue
` [PATCH v3 41/41] tcg: Constify TCGLabelQemuLdst.raddr
[dpdk-dev] [PATCH 0/5] bugfix and cleanups for hns3
2020-11-06 3:51 UTC (7+ messages)
` [dpdk-dev] [PATCH v2 "
` [dpdk-dev] [PATCH v2 1/5] net/hns3: use correct logging format symbol
` [dpdk-dev] [PATCH v2 2/5] net/hns3: use unsigned types for bit operator
` [dpdk-dev] [PATCH v2 3/5] net/hns3: adjust some code style
` [dpdk-dev] [PATCH v2 4/5] net/hns3: check PCI config space writes
` [dpdk-dev] [PATCH v2 5/5] net/hns3: fix queue enabling status not store after FLR
[PATCH bpf v4 0/2] Fix bpf_probe_read_user_str() overcopying
2020-11-06 3:53 UTC (3+ messages)
` [PATCH bpf v4 2/2] selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL
[RFC PATCH bpf-next 0/5] Integrate kernel module BTF support
2020-11-06 3:50 UTC (8+ messages)
` [RFC PATCH bpf-next 2/5] bpf: assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
` [RFC PATCH bpf-next 3/5] kbuild: Add CONFIG_DEBUG_INFO_BTF_MODULES option or module BTFs
[PATCH v5 0/2] Modify documentation and machine driver for SC7180 sound card
2020-11-06 3:48 UTC (6+ messages)
` [PATCH v5 1/2] ASoC: google: dt-bindings: modify machine bindings for two MICs case
[PATCH] printk: remove unneeded dead-store assignment
2020-11-06 3:49 UTC (4+ messages)
[PATCH] fs/hfs: remove unused macro to tame gcc
2020-11-06 3:47 UTC (2+ messages)
` [PATCH] fs/nfsd: remove unused NFSDDBG_FACILITY "
[PATCH] cache: extract method to remove default parameters
2020-11-06 3:44 UTC
[PATCH v4 0/3] wire up IMA secure boot for arm64
2020-11-06 3:41 UTC (4+ messages)
` [PATCH v4 2/3] ima: generalize x86/EFI arch glue for other EFI architectures
[PATCH v2] PCI: v3: fix missing clk_disable_unprepare() on error in v3_pci_probe
2020-11-06 3:39 UTC (4+ messages)
[PATCH 20/33] webkitgtk: update 2.28.4 -> 2.30.1
2020-11-06 3:38 UTC (3+ messages)
` [PATCH] webkitgtk: fix opengl PACKAGECONFIG
` [PATCH] webkitgtk: fix build with x11 enabled
[PATCH v3] PCI: v3: fix missing clk_disable_unprepare() on error in v3_pci_probe
2020-11-06 3:42 UTC (2+ messages)
` [PATCH v4] "
[PATCH] perf script: Remove unnecessary conversion to bool
2020-11-06 3:32 UTC
[PATCH] ASoC: nau8315: add codec driver
2020-11-06 3:31 UTC (8+ messages)
[RFC PATCH] vfs: remove lockdep bogosity in __sb_start_write
2020-11-06 3:32 UTC (8+ messages)
[dpdk-dev] [PATCH v1] examples/vhost: fix missing args length check
2020-11-06 3:24 UTC
[dpdk-dev] [PATCH v1] examples/vhost: fix string split error handling issue
2020-11-06 3:23 UTC
[PATCH] usb: Use IS_ERR_OR_NULL() instead of IS_ERR()
2020-11-06 3:31 UTC
[PATCH -next] crypto: omap-aes - fix the reference count leak of omap device
2020-11-06 3:30 UTC (2+ messages)
[PATCH] x86/kexec: Initialize the value of ident mapping offset
2020-11-06 3:30 UTC
[PATCH] mmc: dw_mmc: replace spin_lock_irqsave by spin_lock in hard IRQ
2020-11-06 3:26 UTC (2+ messages)
[PATCH] arm64: dts: allwinner: pinephone: Use generic sensor node names
2020-11-06 3:20 UTC (2+ messages)
[PATCH v3] sched: revise the initial value of the util_avg
2020-11-06 3:22 UTC
[PATCH] usb: Assign NULL to phy that may be returned
2020-11-06 3:15 UTC
[PATCH] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
2020-11-06 3:19 UTC (4+ messages)
[PATCH v2] serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init
2020-11-06 3:19 UTC (3+ messages)
[RFC PATCH 00/15] Xen guest-loader and arm64 build fixes/enhancements
2020-11-06 3:15 UTC (4+ messages)
` [RFC PATCH 02/15] hw/riscv: migrate fdt field to generic MachineState
[dhowells-fs:fscache-iter 51/77] fs/netfs/stats.c:28:6: warning: no previous prototype for function 'netfs_stats_show'
2020-11-06 3:15 UTC
[PATCH] md: fix a warning caused by a race between concurrent md_ioctl()s
2020-11-06 3:13 UTC (2+ messages)
[PATCH 00/13] Clean up legacy clock tick users
2020-11-06 3:12 UTC (15+ messages)
` [RFC 13/13] m68k: mac: convert to generic clockevent
[PATCH] perf vendor events: Update Skylake client events to v50
2020-11-06 3:11 UTC (3+ messages)
[RFC, v0 0/3] msi support for platform devices
2020-11-06 3:12 UTC (5+ messages)
` [RFC, v0 1/3] vfio/platform: add support for msi
[RESEND PATCH v3 0/4] STUSB1600 support on STM32MP15xx-DKx
2020-11-06 3:10 UTC (12+ messages)
` [RESEND PATCH v3 1/4] dt-bindings: connector: add power-opmode optional property to usb-connector
Firmware Version in ipmi mc info
2020-11-06 3:07 UTC (2+ messages)
[dpdk-dev] [PATCH] net/mlx5: fix shared RSS action release
2020-11-06 3:08 UTC
[REGRESSION] hwmon: (applesmc) avoid overlong udelay()
2020-11-06 3:08 UTC (18+ messages)
` [PATCH] applesmc: Re-work SMC comms v1
` [PATCH] applesmc: Re-work SMC comms v2
[PATCH 00/10] Ext4 fast commit fixes
2020-11-06 3:07 UTC (10+ messages)
` [PATCH 04/10] ext4: clean up the JBD2 API that initializes fast commits
` [PATCH 07/10] ext4: misc fast commit fixes
[PATCH kernel v2] irq: Add reference counting to IRQ mappings
2020-11-06 3:06 UTC (3+ messages)
[PATCH 0/2] mm,thp,shm: limit shmem THP alloc gfp_mask
2020-11-06 3:05 UTC (3+ messages)
` [PATCH 2/2] mm,thp,shm: limit gfp mask to no more than specified
[PATCH] fs/lockd: remove unused NLM4_void_sz to tame compiler
2020-11-06 3:03 UTC
[dpdk-dev] [PATCH] net/mlx5: fix invalid entry assert
2020-11-06 3:02 UTC
[PATCH v3] Coresight: etm4x: Add support for Self-hosted trace
2020-11-06 2:59 UTC (3+ messages)
[PATCH net-next 3/5] r8152: add MCU typed read/write functions
2020-11-06 3:01 UTC (12+ messages)
[PATCH] mm/rmap: always do TTU_IGNORE_ACCESS
2020-11-06 3:00 UTC (2+ messages)
[PATCH] bpf: BPF_PRELOAD depends on BPF_SYSCALL
2020-11-06 3:00 UTC (2+ messages)
stable-rc/queue/4.9 baseline: 142 runs, 2 regressions (v4.9.241-92-g81e6f07cbc39)
2020-11-06 2:59 UTC
[RFC PATCH 1/1] gpio: sifive: To get gpio irq offset from device tree data
2020-11-06 2:58 UTC (2+ messages)
[PATCH v8 -tip 00/26] Core scheduling
2020-11-06 2:58 UTC (3+ messages)
[dpdk-dev] [PATCH v1] net/iavf: fix reset VF doesn't notify PF to reset
2020-11-06 2:58 UTC (2+ messages)
[PATCH] net: atlantic: Remove unnecessary conversion to bool
2020-11-06 2:57 UTC
[PATCH v4 5/9] riscv: Add kprobes supported
2020-11-06 2:56 UTC (4+ messages)
[PATCH v5 1/2] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module
2020-11-06 2:57 UTC (6+ messages)
` [PATCH v5 2/2] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module
[PATCH] lib/zstd: remove unused macro tame compiler
2020-11-06 2:56 UTC
[PATCH v4 1/9] RISC-V: Implement ptrace regs and stack API
2020-11-06 2:54 UTC (4+ messages)
[PATCH 1/2] dhcpcd: install dhcpcd to /sbin rather than /usr/sbin
2020-11-06 2:54 UTC (2+ messages)
` [PATCH 2/2] dhcpcd: upgrade 9.3.1 -> 9.3.2
[dpdk-dev] [PATCH 0/3] vhost: fix fd an memory leaks
2020-11-06 2:53 UTC (7+ messages)
` [dpdk-dev] [PATCH 1/3] vhost: fix error path when setting memory tables
` [dpdk-dev] [PATCH 2/3] vhost: fix fd leak in dirty logging setup
` [dpdk-dev] [PATCH 3/3] vhost: fix fd leak in kick setup
[pci:pci/misc] BUILD SUCCESS 8e1b3807dd7210db374b6a0bf2d4952d8c2ad159
2020-11-06 2:51 UTC
[pci:next] BUILD SUCCESS 405196258f54f039b7520b14d30737cca6529452
2020-11-06 2:51 UTC
[PATCH v3 1/2] ASoC: dt-bindings: fsl_aud2htx: Add binding doc for aud2htx module
2020-11-06 2:51 UTC (5+ messages)
` [PATCH v3 2/2] ASoC: fsl_aud2htx: Add aud2htx module driver
[dm-devel] [RFC 0/3] Add support of iopoll for dm device
2020-11-06 2:51 UTC (9+ messages)
[PATCH v2 bpf-next 00/11] libbpf: split BTF support
2020-11-06 2:50 UTC (2+ messages)
[PATCH v2 4/4] hw/riscv: Load the kernel after the firmware
2020-11-06 2:48 UTC (3+ messages)
[PATCH] arm64: Fix a broken copyright header in gen_vdso_offsets.sh
2020-11-06 2:48 UTC (3+ messages)
[PATCH v4 00/13] Add struct strmap and associated utility functions
2020-11-06 2:48 UTC (5+ messages)
` [PATCH v5 00/15] "
linux-next: manual merge of the tip tree with Linus' tree
2020-11-06 2:46 UTC (2+ messages)
[PATCH] csky: add support for TIF_NOTIFY_SIGNAL
2020-11-06 2:46 UTC (4+ messages)
[dpdk-dev] [PATCH v1] doc: update release note for large VF
2020-11-06 2:49 UTC
[PATCH] drm: Use IS_ERR() instead of IS_ERR_OR_NULL()
2020-11-06 2:45 UTC
[PATCH v1 1/1] hw/intc/ibex_plic: Clear the claim register when read
2020-11-06 2:32 UTC (2+ messages)
[PATCH] stop_machine: Mark functions as notrace
2020-11-06 2:44 UTC (13+ messages)
Please help provide some examples for how to use smbios-mdr via intel-ipmi-oem
2020-11-06 2:43 UTC (3+ messages)
[PATCH] parisc: ftrace: get_kprobe() must be called with preempt disabled
2020-11-06 2:43 UTC (3+ messages)
[RFC PATCH v2 0/8] implement containerized syncfs for overlayfs
2020-11-06 2:41 UTC (8+ messages)
` [RFC PATCH v2 5/8] ovl: mark overlayfs' inode dirty on shared writable mmap
[PATCH 00/11 v3] ftrace: Have callbacks handle their own recursion
2020-11-06 2:32 UTC (9+ messages)
` [PATCH 03/11 v3] ftrace: Optimize testing what context current is in
` [PATCH 04/11 v3] pstore/ftrace: Add recursion protection to the ftrace callback
` [PATCH 05/11 v3] kprobes/ftrace: "
` [PATCH 06/11 v3] livepatch/ftrace: "
` [PATCH 07/11 v3] livepatch: Trigger WARNING if livepatch function fails due to recursion
` [PATCH 08/11 v3] perf/ftrace: Add recursion protection to the ftrace callback
` [PATCH 09/11 v3] perf/ftrace: Check for rcu_is_watching() in callback function
` [PATCH 11/11 v3] ftrace: Add recording of functions that caused recursion
[PATCH 7/8] Makefile: don't delete dist tarballs directly by name
2020-11-06 2:39 UTC (6+ messages)
[PATCH] drm: Use IS_ERR() instead of null pointer check
2020-11-06 2:31 UTC
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.