linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-08 00:28:53 to 2022-09-08 05:23:10 UTC [more...]

[PATCH v2 00/10] Encrypted Hibernation
 2022-09-08  5:22 UTC  (5+ messages)
` [PATCH v2 01/10] tpm: Add support for in-kernel resetting of PCRs

[PATCH] tpm: Add flag to use default cancellation policy
 2022-09-08  5:22 UTC  (2+ messages)

[PATCH net] virtio-net: add cond_resched() to the command waiting loop
 2022-09-08  5:19 UTC  (9+ messages)

[PATCH] security/keys: Remove inconsistent __user annotation
 2022-09-08  5:17 UTC  (6+ messages)

[PATCH -next] mm/hwpoison: add __init/__exit annotations to module init/exit funcs
 2022-09-08  5:15 UTC  (2+ messages)

[PATCH V2 0/7] arm64/perf: Enable branch stack sampling
 2022-09-08  5:10 UTC  (8+ messages)
` [PATCH V2 1/7] arm64/perf: Add register definitions for BRBE
` [PATCH V2 2/7] arm64/perf: Update struct arm_pmu "
` [PATCH V2 3/7] arm64/perf: Update struct pmu_hw_events "
` [PATCH V2 4/7] driver/perf/arm_pmu_platform: Add support for BRBE attributes detection
` [PATCH V2 5/7] arm64/perf: Drive BRBE from perf event states
` [PATCH V2 6/7] arm64/perf: Add BRBE driver
` [PATCH V2 7/7] arm64/perf: Enable branch stack sampling

[PATCH v2 0/2] x86/kprobes: Fixes for CONFIG_RETHUNK
 2022-09-08  5:08 UTC  (4+ messages)
` [PATCH v2 1/2] x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
` [PATCH v2 2/2] x86/kprobes: Fix optprobe optimization "

[PATCH] perf/x86/amd/uncore: Fix memory leak for events array
 2022-09-08  5:03 UTC 

[RFC PATCH 0/2] usb: typec: ucsi: Check connection on resume
 2022-09-08  5:01 UTC  (2+ messages)

[PATCH] kprobe: reverse kp->flags when arm_kprobe failed
 2022-09-08  4:51 UTC  (2+ messages)

[PATCH -next] memregion: Add arch_flush_memregion() interface
 2022-09-08  4:35 UTC  (8+ messages)

[PATCH] sparc: kprobes: Free instructions in arch_remove_kprobe()
 2022-09-08  4:33 UTC  (3+ messages)

[PATCH v3 0/4] drivers: misc: Add support for TMR Manager and Inject IPs
 2022-09-08  4:24 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: misc: tmr-manager: Add device-tree binding for TMR Manager
` [PATCH v3 2/4] drivers: misc: Add Support "
` [PATCH v3 3/4] dt-bindings: misc: tmr-inject: Add device-tree binding for TMR Inject
` [PATCH v3 4/4] drivers: misc: Add Support for TMR Inject IP

linux-next: build failure after merge of the kbuild tree
 2022-09-08  4:14 UTC  (2+ messages)

[PATCH v4 2/2] edac: zynqmp_ocm: Add EDAC support for ZynqMP OCM
 2022-09-08  4:21 UTC  (2+ messages)

[PATCH v2 4/3] memblock tests: add new pageblock related macro
 2022-09-08  4:16 UTC  (2+ messages)

[PATCH net-next,v3 00/22] refactor the walk and lookup hook functions in tc_action_ops
 2022-09-08  4:14 UTC  (23+ messages)
` [PATCH net-next,v3 01/22] net: sched: act: move global static variable net_id to tc_action_ops
` [PATCH net-next,v3 02/22] net: sched: act_api: implement generic walker and search for tc action
` [PATCH net-next,v3 03/22] net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search
` [PATCH net-next,v3 04/22] net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search
` [PATCH net-next,v3 05/22] net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_search
` [PATCH net-next,v3 06/22] net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search
` [PATCH net-next,v3 07/22] net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search
` [PATCH net-next,v3 08/22] net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_search
` [PATCH net-next,v3 09/22] net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_search
` [PATCH net-next,v3 10/22] net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search
` [PATCH net-next,v3 11/22] net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_search/tcf_xt_search
` [PATCH net-next,v3 12/22] net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search
` [PATCH net-next,v3 13/22] net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search
` [PATCH net-next,v3 14/22] net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search
` [PATCH net-next,v3 15/22] net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search
` [PATCH net-next,v3 16/22] net: sched: act_police: get rid of tcf_police_walker and tcf_police_search
` [PATCH net-next,v3 17/22] net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_search
` [PATCH net-next,v3 18/22] net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_search
` [PATCH net-next,v3 19/22] net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_search
` [PATCH net-next,v3 20/22] net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_search
` [PATCH net-next,v3 21/22] net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_search
` [PATCH net-next,v3 22/22] net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search

[PATCH v2] mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()
 2022-09-08  4:11 UTC 

[PATCH v4 00/13] x86/resctrl: Support for AMD QoS new features and bug fix
 2022-09-08  4:07 UTC  (3+ messages)
` [PATCH v4 13/13] Documentation/x86: Update resctrl_ui.rst for new features

[PATCH 5.10 00/80] 5.10.142-rc1 review
 2022-09-08  4:04 UTC  (2+ messages)

[PATCH v2] f2fs: fix to disallow getting inner inode via f2fs_iget()
 2022-09-08  4:04 UTC  (6+ messages)

[PATCH v4] arm64: dts: qcom: sc7280: Fix Dmic no sound on villager-r1
 2022-09-08  4:00 UTC  (5+ messages)

[v7 00/14] Add support for Bosch BNO055 IMU
 2022-09-08  3:47 UTC  (2+ messages)

[PATCH v2 0/3] page_owner: print stacks and their counter
 2022-09-08  3:32 UTC  (8+ messages)
` [PATCH v2 2/3] mm, page_owner: Add page_owner_stacks file to print out only "

[PATCH v3] ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
 2022-09-08  3:31 UTC  (2+ messages)

[PATCH] mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice
 2022-09-08  3:28 UTC  (5+ messages)

[PATCH v2] mm/damon: introduce struct damos_access_pattern
 2022-09-08  3:26 UTC 

[PATCH v1 0/4] Add Aspeed ACRY driver for hardware acceleration
 2022-09-08  3:26 UTC  (4+ messages)
` [PATCH v1 4/4] dt-bindings: bus: add documentation for Aspeed AHBC

[PATCH bpf-next 0/2] Fix cgroup attach flags being assigned to effective progs
 2022-09-08  3:23 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf, cgroup: Fix "

[PATCH v2] mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice
 2022-09-08  3:55 UTC 

[PATCH v2] mm/damon/vaddr: add a comment for 'default' case in damon_va_apply_scheme()
 2022-09-08  3:13 UTC 

test ./tools/testing/selftests/bpf/test_offload.py failed
 2022-09-08  3:10 UTC  (5+ messages)

[PATCH] drm/bridge: ps8640: Add double reset T4 and T5 to power-on sequence
 2022-09-08  3:05 UTC  (10+ messages)

[PATCH] ARM: dts: socfpga: arria10: Increase boot partition size for NAND
 2022-09-08  3:10 UTC 

[PATCH 0/2] can: bcm: random optimizations
 2022-09-08  3:04 UTC  (3+ messages)
` [PATCH 1/2] can: bcm: registration process optimization in bcm_module_init()
` [PATCH 2/2] can: bcm: check the result of can_send() in bcm_can_tx()

[PATCH v2] media: imx7-media-csi: Add support for fast-tracking queued buffers
 2022-09-08  3:03 UTC  (3+ messages)

[RFC PATCH v3 1/4] ufs: core: prepare ufs for multi circular queue support
 2022-09-08  3:01 UTC  (8+ messages)
` [RFC PATCH v3 2/4] ufs: core: mcq: Adds Multi-Circular Queue support

[PATCH next v3 1/2] i2c: hisi: Add initial device tree support
 2022-09-08  2:57 UTC  (2+ messages)
` [PATCH next v3 2/2] dt-bindings: i2c: add entry for hisilicon,hisi-i2c

[PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-09-08  2:46 UTC  (7+ messages)

[PATCH 0/3] Add kernel relocation and KASLR support
 2022-09-08  2:44 UTC  (13+ messages)
` [PATCH 1/3] LoongArch: tools: Add relocs tool support

[PATCH 1/1] iommu/vt-d: Make SVA and IOPF irrelevant
 2022-09-08  2:35 UTC 

[PATCH v3] fs/ext4: replace ternary operator with min()/max() and min_t()
 2022-09-08  2:34 UTC  (3+ messages)
  `  "

[PATCH 0/3] memcg: reduce memory overhead of memory cgroups
 2022-09-08  2:35 UTC  (3+ messages)
` [PATCH 3/3] memcg: reduce size of memcg vmstats structures

[PATCH V2] mm/damon: Remove duplicate get_monitoring_region() definitions
 2022-09-08  2:27 UTC  (2+ messages)

[PATCH v5 0/4] mm/slub: some debug enhancements for kmalloc
 2022-09-08  2:25 UTC  (4+ messages)
` [PATCH v5 1/4] mm/slub: enable debugging memory wasting of kmalloc

[PATCH V4 0/9] riscv: Add GENERIC_ENTRY, irq stack support
 2022-09-08  2:25 UTC  (9+ messages)
` [PATCH V4 1/8] riscv: elf_kexec: Fixup compile warning
` [PATCH V4 2/8] riscv: compat_syscall_table: "
` [PATCH V4 3/8] riscv: ptrace: Remove duplicate operation
` [PATCH V4 4/8] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH V4 5/8] riscv: convert to generic entry
` [PATCH V4 6/8] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH V4 7/8] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH V4 8/8] riscv: Add config of thread stack size

[PATCH V3] mm/damon: Remove duplicate get_monitoring_region() definitions
 2022-09-08  2:25 UTC 

[PATCH] tty: serial: atmel: fix spelling typo in comment
 2022-09-08  2:24 UTC  (3+ messages)
  `  "

[PATCH v5] livepatch: Clear relocation targets on a module removal
 2022-09-08  2:22 UTC  (7+ messages)

[PATCH] net: ipv4: Fix some coding style in ah4.c file
 2022-09-08  2:21 UTC 

[PATCH] init.h: fix spelling typo in comment
 2022-09-08  2:19 UTC  (3+ messages)
  `  "

[PATCH V2] mm/damon: simplify damon_ctx check in damon_sysfs_before_terminate
 2022-09-08  2:19 UTC 

[PATCH] mm/damon/vaddr: remove unnecessary switch case DAMOS_STAT
 2022-09-08  2:07 UTC  (3+ messages)

[PATCH 2/2] firmware: stratix10-rsu: query spt addresses
 2022-09-08  2:05 UTC 

[PATCH 1/2] firmware: stratix10-svc: Generic Mailbox Command
 2022-09-08  2:03 UTC 

[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
 2022-09-08  2:04 UTC  (6+ messages)
` [PATCH 6/8] hugetlb: add vma based lock for pmd sharing

[PATCH V2] net/ieee802154: fix uninit value bug in dgram_sendmsg
 2022-09-08  2:02 UTC  (2+ messages)

[PATCH v2 0/8] kbuild: various cleanups
 2022-09-08  2:00 UTC  (4+ messages)

linux-next: manual merge of the ipsec-next tree with the net-next tree
 2022-09-08  1:59 UTC 

[PATCH] mm: avoid unnecessary page table walk for __get_user_pages
 2022-09-08  1:58 UTC  (3+ messages)

SIGIO with si_code==POLL_HUP on read pipe FD with no writers?
 2022-09-08  1:54 UTC  (2+ messages)

[PATCH] riscv: kprobes: Free instruction in arch_remove_kprobe()
 2022-09-08  1:54 UTC  (2+ messages)

[PATCH] perf lock: Remove redundant word 'contention' in help message
 2022-09-08  1:48 UTC 

[PATCH v2 0/2] arm: Replace this_cpu_* with raw_cpu_* in panic_bad_stack()
 2022-09-08  1:47 UTC  (3+ messages)

[PATCH 1/7] dt-bindings: phy: mediatek,tphy: add support type of SGMII
 2022-09-08  1:45 UTC  (12+ messages)
` [PATCH 2/7] dt-bindings: phy: mediatek,tphy: add property to set pre-emphasis

[PATCH] mm/damon: Remove duplicate get_monitoring_region() definitions
 2022-09-08  1:43 UTC  (2+ messages)

[PATCH] riscv/kprobe: Optimize the performance of patching instruction slot
 2022-09-08  1:43 UTC  (3+ messages)

[PATCH v3 10/10] LoongArch/ftrace: Fix unwind state when option func_stack_trace
 2022-09-08  1:38 UTC  (3+ messages)

[PATCH v2 1/7] dt-bindings: phy: mediatek,tphy: add support type of SGMII
 2022-09-08  1:39 UTC  (7+ messages)
` [PATCH v2 3/7] phy: phy-mtk-tphy: add property to set pre-emphasis
` [PATCH v2 7/7] phy: phy-mtk-tphy: fix the phy type setting issue

[PATCH 0/4] perf: Clean up by adding helpers
 2022-09-08  2:11 UTC  (5+ messages)
` [PATCH 1/4] perf trace: Use zalloc to save initialization of syscall_stats
` [PATCH 2/4] perf lock: Add get_key_by_aggr_mode helper
` [PATCH 3/4] perf timechart: Add create_pidcomm helper
` [PATCH 4/4] perf timechart: Add p_state_end helper

[PATCH 1/2] debugfs: Only clobber mode/uid/gid on remount if asked
 2022-09-08  1:25 UTC  (5+ messages)
` [PATCH 2/2] tracefs: "

[PATCH v2 1/6] arm64: dts: ti: k3-j721s2-main: Add support for USB
 2022-09-08  1:20 UTC  (6+ messages)
` [PATCH v2 2/6] arm64: dts: ti: k3-j721s2-main: Add SERDES and WIZ device tree node
` [PATCH v2 3/6] arm64: dts: ti: k3-j721s2-mcu-wakeup: Add support of OSPI
` [PATCH v2 4/6] arm64: dts: ti: k3-j721s2-common-proc-board: Enable SERDES0
` [PATCH v2 5/6] arm64: dts: ti: k3-j721s2-common-proc-board: Add USB support
` [PATCH v2 6/6] arm64: dts: ti: k3-j721s2: Add support for OSPI Flashes

[PATCH v2 0/6] J721S2: Add support for additional IPs
 2022-09-08  1:19 UTC 

[RESEND PATCH 0/1] Add explanation for X86_AMD_PSTATE_UT
 2022-09-08  1:18 UTC  (3+ messages)
` [RESEND PATCH] cpufreq: amd-pstate: "

[sbates130272-p2pmem:p2pdma_user_cmb_v10 6/8] block/blk-map.c:261:11: error: call to undeclared function 'iov_iter_get_pages_alloc_flags'; ISO C99 and later do not support implicit function declarations
 2022-09-08  1:17 UTC 

[PATCH v5 0/8] Make ghes_edac a proper module
 2022-09-08  1:11 UTC  (4+ messages)
` [PATCH v5 5/8] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-09-08  1:10 UTC  (8+ messages)

[PATCH] vfio/type1: Unpin zero pages
 2022-09-08  1:10 UTC  (12+ messages)

[PATCH 4.14 000/284] 4.14.276-rc1 review
 2022-09-08  1:09 UTC  (5+ messages)
` [PATCH 4.14 022/284] SUNRPC: avoid race between mod_timer() and del_timer_sync()

net/bpf/test_run.c:303:15: warning: no previous declaration for 'bpf_kfunc_call_memb_release'
 2022-09-08  1:07 UTC 

[sbates130272-p2pmem:p2pdma_user_cmb_v10 6/8] block/blk-map.c:261:11: error: implicit declaration of function 'iov_iter_get_pages_alloc_flags' is invalid in C99
 2022-09-08  1:07 UTC 

[PATCH linux-next] spi: lpspi: Remove the unneeded result variable
 2022-09-08  1:04 UTC 

[PATCH linux-next] kexec: Remove the unneeded result variable
 2022-09-08  1:03 UTC 

[PATCH] x86/cpu: Avoid writing MSR_IA32_TSX_CTRL when writing it is not supported
 2022-09-08  1:03 UTC  (6+ messages)

[PATCH linux-next] ASoC: sti-sas: Remove the unneeded result variable
 2022-09-08  1:03 UTC 

[syzbot] usb-testing boot error: BUG: unable to handle kernel paging request in follow_page_mask
 2022-09-08  1:03 UTC  (3+ messages)

[PATCH V2 1/2] rpmsg: glink: Add lock to avoid race when rpmsg device is released
 2022-09-08  0:59 UTC  (4+ messages)
` [PATCH V2 2/2] rpmsg: glink: Add lock to rpmsg_ctrldev_remove

[PATCH v2] bpf: Simplify code by using for_each_cpu_wrap()
 2022-09-08  0:55 UTC  (2+ messages)

[PATCH v8 00/16] GSC support for XeHP SDV and DG2
 2022-09-08  0:53 UTC  (7+ messages)
` [PATCH v9 09/16] mei: bus: export common mkhi definitions into a separate header
  ` [Intel-gfx] "
` [PATCH v9 10/16] mei: mkhi: add memory ready command
` [PATCH v9 15/16] drm/i915/gsc: allocate extended operational memory in LMEM

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-08  0:53 UTC  (13+ messages)

[asahilinux:bluetooth-v2 5/5] drivers/bluetooth/hci_bcm4377.c:1603:36: sparse: sparse: incorrect type in assignment (different base types)
 2022-09-08  0:45 UTC 

[PATCH v3 0/6] TUN/VirtioNet USO features support
 2022-09-08  0:44 UTC  (4+ messages)
` [PATCH v3 1/6] udp: allow header check for dodgy GSO_UDP_L4 packets

[PATCH] tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros
 2022-09-08  0:43 UTC  (2+ messages)

[PATCH v6 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-09-08  0:43 UTC  (8+ messages)
` [PATCH v6 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[PATCH 0/4] platform/chrome: cros_ec_typec: Altmode fixes
 2022-09-08  0:40 UTC  (2+ messages)

[PATCH 0/4] platform/chrome: Minor cleanups to cros_typec_switch
 2022-09-08  0:40 UTC  (2+ messages)

[PATCH] arm64: defconfig: select ARCH_NXP
 2022-09-08  0:39 UTC 

[PATCH V3] firmware: google: Test spinlock on panic path to avoid lockups
 2022-09-08  0:35 UTC  (14+ messages)

[PATCH] driver: of: overlay: demote message to warning
 2022-09-08  0:35 UTC  (3+ messages)

[PATCHv2 00/13] Introduce RK806 Support
 2022-09-08  0:31 UTC  (14+ messages)
` [PATCHv2 01/13] mfd: rk808: convert to device managed resources
` [PATCHv2 02/13] mfd: rk808: use dev_err_probe
` [PATCHv2 03/13] clk: RK808: reduce 'struct rk808' usage
` [PATCHv2 04/13] regulator: rk808: "
` [PATCHv2 05/13] rtc: "
` [PATCHv2 06/13] mfd: rk808: replace 'struct i2c_client' with 'struct device'
` [PATCHv2 07/13] mfd: rk808: split into core and i2c
` [PATCHv2 08/13] dt-bindings: mfd: add rk806 binding
` [PATCHv2 09/13] mfd: rk8xx: add rk806 support
` [PATCHv2 10/13] pinctrl: rk805: add rk806 pinctrl support
` [PATCHv2 11/13] regulator: rk808: Use dev_err_probe
` [PATCHv2 12/13] regulator: rk808: add rk806 support
` [PATCHv2 13/13] ASoC: rk817: Remove 'select REGMAP_I2C'

[PATCH v2] drm/msm/dp: cleared DP_DOWNSPREAD_CTRL register before start link training
 2022-09-08  0:29 UTC  (2+ messages)


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).