All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-25 22:34:35 to 2020-02-25 23:30:20 UTC [more...]

[patch 00/10] x86/entry: Consolidation - Part I
 2020-02-25 21:36 UTC  (8+ messages)
` [patch 01/10] x86/entry/32: Add missing ASM_CLAC to general_protection entry
` [patch 02/10] x86/mce: Disable tracing and kprobes on do_machine_check()
` [patch 03/10] x86/entry/32: Force MCE through do_mce()
` [patch 04/10] x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()
` [patch 05/10] x86/traps: Document do_spurious_interrupt_bug()
` [patch 06/10] x86/traps: Remove redundant declaration of do_double_fault()
` [patch 09/10] x86/entry/entry_32: Route int3 through common_exception

[patch 0/8] x86/entry: Consolidation - Part II
 2020-02-25 22:08 UTC  (6+ messages)
` [patch 1/8] x86/entry/64: Trace irqflags unconditionally on when returing to user space
` [patch 2/8] x86/entry/common: Consolidate syscall entry code
` [patch 3/8] x86/entry/common: Mark syscall entry points notrace/nokprobe
` [patch 4/8] x86/entry: Move irq tracing on syscall entry to C-code
` [patch 6/8] x86/entry: Move irq tracing to syscall_slow_exit_work

[patch 00/24] x86/entry: Consolidation - Part III
 2020-02-25 22:16 UTC  (25+ messages)
` [patch 01/24] x86/traps: Split trap numbers out in a seperate header
` [patch 02/24] x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n
` [patch 03/24] x86/entry/64: Reorder idtentries
` [patch 04/24] x86/entry: Distangle idtentry
` [patch 05/24] x86/entry/32: Provide macro to emit IDT entry stubs
` [patch 06/24] x86/idtentry: Provide macros to define/declare IDT entry points
` [patch 07/24] x86/traps: Prepare for using DEFINE_IDTENTRY
` [patch 08/24] x86/entry: Convert Divide Error to IDTENTRY
` [patch 09/24] x86/entry: Convert Overflow exception "
` [patch 10/24] x86/entry: Convert INT3 "
` [patch 11/24] x86/entry: Convert Bounds "
` [patch 12/24] x86/entry: Convert Invalid Opcode "
` [patch 13/24] x86/entry: Convert Device not available "
` [patch 14/24] x86/entry: Convert Coprocessor segment overrun "
` [patch 15/24] x86/entry: Provide IDTENTRY_ERRORCODE
` [patch 16/24] x86/entry: Convert Invalid TSS exception to IDTENTRY
` [patch 17/24] x86/entry: Convert Segment not present "
` [patch 18/24] x86/entry: Convert Stack segment "
` [patch 19/24] x86/entry: Convert General protection "
` [patch 20/24] x86/entry: Convert Spurious interrupt bug "
` [patch 21/24] x86/entry: Convert Coprocessor error "
` [patch 22/24] x86/entry: Convert Alignment check "
` [patch 23/24] x86/entry: Convert SIMD coprocessor error "
` [patch 24/24] x86/entry/32: Convert IRET exception to IDTENTRY_SW

[PATCH v8 00/15] add git-bugreport tool
 2020-02-25 23:29 UTC  (16+ messages)
` [PATCH v8 07/15] bugreport: add git-remote-https version
` [PATCH v8 11/15] bugreport: collect list of populated hooks
` [PATCH v8 12/15] bugreport: count loose objects

[PATCH v7 00/19] xfs: Delayed Ready Attrs
 2020-02-25 23:27 UTC  (10+ messages)
` [PATCH v7 02/19] xfs: Embed struct xfs_name in xfs_da_args
` [PATCH v7 07/19] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v7 12/19] xfs: Add helper function xfs_attr_rmtval_unmap

[PATCH v5 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
 2020-02-25 23:29 UTC  (5+ messages)

[patch 00/16] x86/entry: Consolidation - Part IV
 2020-02-25 22:33 UTC  (17+ messages)
` [patch 01/16] x86/entry: Provide IDTENTRY_IST
` [patch 02/16] x86/entry: Convert Machine Check to IDTENTRY_IST
` [patch 03/16] x86/idtentry: Provide IDTENTRY_XEN for XEN/PV
` [patch 04/16] x86/entry: Convert NMI to IDTENTRY_NMI
` [patch 05/16] x86/entry: Convert Debug exception to IDTENTRY_DB
` [patch 06/16] x86/entry/64: Remove error code clearing from #DB and #MCE ASM stub
` [patch 07/16] x86/entry: Provide IDTRENTRY_NOIST variants for #DB and #MC
` [patch 08/16] x86/entry: Implement user mode C entry points for #DB and #MCE
` [patch 09/16] x86/entry: Provide IDTENTRY_DF
` [patch 10/16] x86/entry: Convert double fault exception to IDTENTRY_DF
` [patch 11/16] x86/entry: Switch XEN/PV hypercall entry to IDTENTRY
` [patch 12/16] x86/entry/64: Simplify idtentry_body
` [patch 13/16] x86/entry: Move irqflags and context tracking to C for simple idtentries
` [patch 14/16] x86/entry: Provide IDTENTRY_CR2
` [patch 15/16] x86/entry: Switch page fault exceptions to idtentry_simple
` [patch 16/16] x86/entry: Disable interrupts in IDTENTRY

[Buildroot] [PATCH 1/1] package/vala: bump version to 0.46.6
 2020-02-25 23:28 UTC 

[GIT PULL] Kselftest update for Linux 5.6-rc4
 2020-02-25 23:26 UTC 

[patch 00/15] x86/entry: Consolidation - Part V
 2020-02-25 22:47 UTC  (16+ messages)
` [patch 01/15] x86/irq: Convey vector as argument and not in ptregs
` [patch 02/15] x86/entry/64: Add ability to switch to IRQ stacks in idtentry
` [patch 03/15] x86/entry: Add IRQENTRY_IRQ macro
` [patch 04/15] x86/entry: Use idtentry for interrupts
` [patch 05/15] x86/entry: Provide IDTEnTRY_SYSVEC
` [patch 06/15] x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
` [patch 07/15] x86/entry: Convert SMP system vectors "
` [patch 08/15] x86/entry: Convert various system vectors
` [patch 09/15] x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC
` [patch 10/15] x86/entry: Convert various hypervisor "
` [patch 11/15] x86/entry: Convert XEN hypercall vector "
` [patch 12/15] x86/entry: Remove the apic/BUILD interrupt leftovers
` [patch 13/15] x86/entry/32: Remove redundant irq disable code
` [patch 14/15] x86/entry: Provide return_from exception()
` [patch 15/15] x86/entry: Use return_from_exception()

[PATCH v5 0/8] dax/pmem: Provide a dax operation to zero range of memory
 2020-02-25 23:26 UTC  (23+ messages)
` [PATCH v5 2/8] drivers/pmem: Allow pmem_clear_poison() to accept arbitrary offset and len

[PATCH net-next 0/8] rework phylink interface for split MAC/PCS support
 2020-02-25 23:23 UTC  (6+ messages)
` [PATCH net-next 2/8] net: dsa: propagate resolved link config via mac_link_up()

[ndctl PATCH 0/2] ndctl: Cross-arch compatible namespace alignment
 2020-02-25 23:23 UTC  (4+ messages)
` [ndctl PATCH 1/2] ndctl/region: Support ndctl_region_{get, set}_align()

[hwmon-next v3] hwmon: (pmbus/tps53679) Add support for historical registers for TPS53688
 2020-02-25 23:22 UTC  (2+ messages)

[zeus/master] [PATCH 1/3] tensorflow-lite: add header files and change the install location of the example files
 2020-02-25 23:12 UTC  (3+ messages)
` [zeus/master] [PATCH 2/3] tensorflow-lite-demo: add version 01.00.00
` [zeus/master] [PATCH 3/3] packagegroup-arago-tisdk-addons: replace tensorflow-lite-examples with tensorflow-lite and add tensorflow-lite-demo

[PATCH] arm64: Kconfig: Enable NODES_SPAN_OTHER_NODES config for NUMA
 2020-02-25 23:20 UTC  (5+ messages)

stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 10 warnings (v4.19.106)
 2020-02-25 23:20 UTC 

[Xen-devel] [ovmf test] 147531: regressions - FAIL
 2020-02-25 23:17 UTC 

[PATCHv2 1/4] kbuild: fixdep: Resync this with v4.17
 2020-02-25 23:16 UTC  (8+ messages)
` [PATCHv2 2/4] kbuild: Re-sync DTC flag logic "
` [PATCHv2 3/4] scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS
` [PATCHv2 4/4] scripts/Makefile.lib: Re-add -Wno-simple_bus_reg "

[Xen-devel] [xen-unstable-smoke test] 147605: tolerable all pass - PUSHED
 2020-02-25 23:14 UTC 

[PATCH][wireguard-android] fix formatBytes to be able to display gibibytes
 2020-02-25 23:14 UTC  (2+ messages)

[PATCH v5 2/2] tmpfs: Support 64-bit inums per-sb
 2020-02-25 23:14 UTC  (12+ messages)

[peterz-queue:sched/wip-deadline 3/19] kernel/sched/pelt.c:393:3: error: too many arguments to function '___update_load_avg'
 2020-02-25 23:14 UTC 

[PATCH 2/2 wireguard-windows] Add Japanese translation to messages.gotext.json
 2020-02-25 21:35 UTC 

[PATCH] Add Simplified Chinese translation
 2020-02-25  4:02 UTC 

[PATCH] libmodule-build-perl: upgrade 0.4229 -> 0.4231
 2020-02-25 23:12 UTC  (4+ messages)

clean up the attr interface v6
 2020-02-25 23:10 UTC  (31+ messages)
` [PATCH 01/30] xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE
` [PATCH 02/30] xfs: remove the ATTR_INCOMPLETE flag
` [PATCH 03/30] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 04/30] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set
` [PATCH 05/30] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
` [PATCH 06/30] xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op
` [PATCH 07/30] xfs: remove the name == NULL check from xfs_attr_args_init
` [PATCH 08/30] xfs: remove the MAXNAMELEN "
` [PATCH 09/30] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 10/30] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 11/30] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 12/30] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 13/30] xfs: remove ATTR_KERNOVAL
` [PATCH 14/30] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 15/30] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 16/30] xfs: factor out a xfs_attr_match helper
` [PATCH 17/30] xfs: cleanup struct xfs_attr_list_context
` [PATCH 18/30] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 19/30] xfs: open code ATTR_ENTSIZE
` [PATCH 20/30] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 21/30] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 22/30] xfs: lift common checks into xfs_ioc_attr_list
` [PATCH 23/30] xfs: lift buffer allocation "
` [PATCH 24/30] xfs: lift cursor copy in/out "
` [PATCH 25/30] xfs: improve xfs_forget_acl
` [PATCH 26/30] xfs: clean up the ATTR_REPLACE checks
` [PATCH 27/30] xfs: clean up the attr flag confusion
` [PATCH 28/30] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 29/30] xfs: embedded the attrlist cursor into struct xfs_attr_list_context
` [PATCH 30/30] xfs: clean up bufsize alignment in xfs_ioc_attr_list

[PATCHv2 00/56] drm/omap: Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-02-25 23:09 UTC  (9+ messages)

[RFC PATCH 0/2] AT8031 PHY timestamping support
 2020-02-25 23:08 UTC  (3+ messages)
` [RFC PATCH 1/2] net: phy: let the driver register its own IRQ handler
` [RFC PATCH 2/2] net: phy: at803x: add PTP support for AR8031

Sudden slowdown of ARM emulation in master
 2020-02-25 23:07 UTC 

[igt-dev] [PATCH i-g-t] tests/sw_sync: Fix race condition for multi-producer termination
 2020-02-25 23:05 UTC 

net: UDP tunnel encapsulation module for tunnelling different
 2020-02-25 23:04 UTC 

[PATCH bpf-next v2 0/4] Provide bpf_sk_storage data in INET_DIAG
 2020-02-25 23:04 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
` [PATCH bpf-next v2 2/4] inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
` [PATCH bpf-next v2 3/4] bpf: INET_DIAG support in bpf_sk_storage
` [PATCH bpf-next v2 4/4] bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()

[PATCH] tools/perf/util/*.c: Use "%zd" output format for size_t type
 2020-02-25 23:02 UTC  (2+ messages)

[jlayton:ceph-async-dirops 22/22] fs//ceph/file.c:725:22: error: 'ceph_async_create_cb' undeclared
 2020-02-25 23:02 UTC 

[PATCH] kbuild: remove unused dtc-version.sh script
 2020-02-25 23:02 UTC 

[PATCH] scripts/bpf: switch to more portable python3 shebang
 2020-02-25 23:01 UTC  (2+ messages)

[dpdk-dev] [dpdk-announce] DPDK 20.02 released
 2020-02-25 22:59 UTC 

[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-25 22:59 UTC  (7+ messages)
` [PATCH V4 09/13] fs/xfs: Add write aops lock to xfs layer

[PATCH] power: supply: axp288_fuel_gauge: Broaden vendor check for Intel Compute Sticks
 2020-02-25 22:59 UTC 

[PATCH] drm/omap: Fix drm_handle_vblank() handling for command mode panels
 2020-02-25 22:59 UTC  (4+ messages)

linux-next: build warning after merge of the net-next tree
 2020-02-25 22:58 UTC  (3+ messages)

[PATCH bpf-next] bpftool: Support struct_ops, tracing, ext prog types
 2020-02-25 22:58 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/systemd: bump version to 244.3
 2020-02-25 22:56 UTC 

[PATCH] drm/amdgpu: fix the gfx hang while use per-ib secure flag
 2020-02-25 22:56 UTC  (2+ messages)

[PATCH v3 bpf-next] RV32G eBPF JIT
 2020-02-25 22:56 UTC  (4+ messages)

What's cooking in git.git (Feb 2020, #05; Tue, 25)
 2020-02-25 22:54 UTC 

[PATCH v2 0/3] latest PMU events for zen1/zen2
 2020-02-25 22:53 UTC  (3+ messages)
` [PATCH v2 3/3] perf vendor events amd: update Zen1 events to V2

[PATCH v2] net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue
 2020-02-25 22:52 UTC  (4+ messages)

[PATCH 1/2 wireguard-windows] Add Japanese translation to resources.rc
 2020-02-25 22:50 UTC  (4+ messages)

[net-next] net/mlx5e: Remove the unnecessary parameter
 2020-02-25 22:50 UTC  (2+ messages)

serial console output on UEFI hardware ... inconsistent CR/LF behavior; starts & finishes OK, broken in the middle ... ?
 2020-02-25 22:50 UTC 

[RESEND PATCH v17 00/17] Multi Color LED Framework
 2020-02-25 22:44 UTC  (5+ messages)

[PATCH 1/2] perf: Fix checking of duplicate probe to give proper hint
 2020-02-25 22:49 UTC  (4+ messages)
` [PATCH 2/2] perf: probe-file: Check return value of strlist__add

[PATCH 1/1] libsepol: make ebitmap_cardinality() of linear complexity
 2020-02-25 22:48 UTC 

[PATCH v6 00/18] target/ppc: Correct some errors with real mode handling
 2020-02-25 22:47 UTC  (4+ messages)
` [PATCH v6 09/18] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-02-25 22:47 UTC  (11+ messages)

[PATCH] ARM: use assembly mnemonics for VFP register access
 2020-02-25 22:46 UTC  (6+ messages)

[zeus/master][PATCH] am65xx-evm: re-add k3-am654-evm-prupwm.dtbo
 2020-02-25 22:45 UTC 

[RFC net-next 0/3] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX326x (AC3x)
 2020-02-25 22:45 UTC  (2+ messages)

[patch net] mlx5: register lag notifier for init network namespace only
 2020-02-25 22:41 UTC  (3+ messages)

[Buildroot] [PATCH/next 1/1] package/i2pd: bump to version 2.30.0
 2020-02-25 22:41 UTC 

[PATCH 01/12] libmodule-build-perl: upgrade 0.4229 -> 0.4231
 2020-02-25 22:39 UTC  (3+ messages)
` [PATCH 04/12] ncurses: upgrade 6.1+20191019 -> 6.2

[PATCH 00/51] drm managed resources, v2
 2020-02-24 19:13 UTC  (3+ messages)
` [PATCH 37/51] drm/rockchip: Drop explicit drm_mode_config_cleanup call
  ` [Intel-gfx] "

Linux 5.6-rc2
 2020-02-24 18:24 UTC  (5+ messages)
  ` [Intel-gfx] "

[mchinth:sep_socwatch_linux_5_6 17/32] drivers/platform/x86/socperf/utility.c:2:1: warning: "/*" within comment
 2020-02-25 22:37 UTC 

[PATCH v2 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-02-25 22:37 UTC  (7+ messages)
` [PATCH v2 6/7] misc: bcm-vk: add Broadcom VK driver

[PATCH v4 09/36] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
 2020-02-25 22:37 UTC  (3+ messages)
` [PATCH v4.5 "

[PATCH 1/2] kunit: kunit_parser: making parser more robust
 2020-02-25 22:35 UTC  (3+ messages)
` [PATCH 2/2] kunit: Run all KUnit tests through allyesconfig


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.