All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-10 22:03:57 to 2019-02-11 01:46:24 UTC [more...]

[lustre-devel] [PATCH 00/21] lustre: Assorted cleanups for obdclass
 2019-02-11  1:46 UTC  (34+ messages)
` [lustre-devel] [PATCH 06/21] lustre: use list_first_entry() in lnet/lnet subdirectory
` [lustre-devel] [PATCH 04/21] lustre: use list*entry macros in place of container_of()
` [lustre-devel] [PATCH 01/21] lustre: obdclass: discard csi_end_io
` [lustre-devel] [PATCH 02/21] lustre: obd_class: remove csi_barrier from struct cl_sync_io
` [lustre-devel] [PATCH 03/21] lustre: obdclass: use list_sort() to sort a list
` [lustre-devel] [PATCH 05/21] lustre: use list_first_entry() in lustre subdirectory
` [lustre-devel] [PATCH 07/21] lustre: use list_first_entry() in lnet/klnds subdirectory
` [lustre-devel] [PATCH 19/21] lustre: obdclass: avoid races in class_register_type()
` [lustre-devel] [PATCH 11/21] lustre: cl_object: remove vestigial debugging
` [lustre-devel] [PATCH 15/21] lustre: obdclass: char obd_ioctl_getdata type
` [lustre-devel] [PATCH 10/21] lustre: obdclass: use cl_object_for_each where appropriate

[PATCH v8 0/3] x86/boot/KASLR: Parse ACPI table and limit kaslr in immovable memory
 2019-02-11  1:46 UTC  (12+ messages)

[xen-unstable-smoke test] 133116: trouble: blocked/broken/pass
 2019-02-11  1:45 UTC 

[PATCH v2] arm64: dts: imx8mq: Add ECSPI support
 2019-02-11  1:43 UTC  (2+ messages)

[PATCH] libfdt: prefix header search paths with $(srctree)/
 2019-02-11  1:43 UTC  (2+ messages)

[PATCH 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-02-11  1:39 UTC  (4+ messages)

[PATCH 1/2] ARM: dts: Add devicetree for Eckelmann CI4x10
 2019-02-11  1:38 UTC  (8+ messages)
` [PATCH 2/2] ARM: imx_v6_v7_defconfig: Enable SIOX bus

[BUG] task jbd2/xvda4-8:174 blocked for more than 120 seconds
 2019-02-11  1:37 UTC  (7+ messages)
` [admin] "
  ` [Pkg-xen-devel] "
    ` [admin] [Pkg-xen-devel] "

Cannot 'mount -o degraded /dev/replacement' after a replace
 2019-02-11  1:36 UTC  (3+ messages)

[PATCH] xfs: new EOF fragmentation tests
 2019-02-11  1:36 UTC 

[pathchwork][PATCH] patchwork: Add a dockerfile for deploy patchwork and patchtest
 2019-02-11  1:36 UTC  (7+ messages)
` [PATCH V2] "

[PATCH v16 5/7] x86/boot: Early parse RSDP and fill in boot_params
 2019-02-11  1:33 UTC  (9+ messages)
` [tip:x86/boot] x86/boot: Early parse RSDP and save it "

[PATCH 00/11] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-02-11  1:26 UTC  (9+ messages)
` [PATCH 05/11] mtd: rawnand: denali: rename irq_status to irq_stat
` [PATCH 06/11] mtd: rawnand: denali: use more precise timeout for NAND_OP_WAITRDT_INSTR

[PATCH] utf8: handle systems that don't write BOM for UTF-16
 2019-02-11  1:26 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[U-Boot] [PATCH] Kconfig: mvebu: use SPL instead of SPL_BUILD
 2019-02-11  1:25 UTC 

[Qemu-arm] [PATCH v2 00/26] target/arm: Implement ARMv8.5-MemTag
 2019-02-11  1:08 UTC  (43+ messages)
` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 01/26] target/arm: Split out arm_sctlr
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 02/26] target/arm: Split helper_msr_i_pstate into 3
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 03/26] target/arm: Add clear_pstate_bits, share gen_ss_advance
` [Qemu-arm] [PATCH v2 04/26] target/arm: Add MTE_ACTIVE to tb_flags
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 05/26] target/arm: Extract TCMA with ARMVAParameters
` [Qemu-devel] [PATCH v2 06/26] target/arm: Add MTE system registers
` [Qemu-devel] [PATCH v2 07/26] target/arm: Assert no manual change to CACHED_PSTATE_BITS
` [Qemu-arm] [PATCH v2 08/26] target/arm: Fill in helper_mte_check
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 09/26] target/arm: Suppress tag check for sp+offset
` [Qemu-arm] [PATCH v2 10/26] target/arm: Implement the IRG instruction
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 11/26] target/arm: Implement ADDG, SUBG instructions
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 12/26] target/arm: Implement the GMI instruction
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 13/26] target/arm: Implement the SUBP instruction
` [Qemu-devel] [PATCH v2 14/26] target/arm: Define arm_cpu_do_unaligned_access for CONFIG_USER_ONLY
` [Qemu-arm] [PATCH v2 15/26] target/arm: Implement LDG, STG, ST2G instructions
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 16/26] target/arm: Implement the STGP instruction
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 17/26] target/arm: Implement the access tag cache flushes
` [Qemu-arm] [PATCH v2 18/26] target/arm: Implement data cache set allocation tags
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 19/26] target/arm: Set PSTATE.TCO on exception entry
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 20/26] tcg: Introduce target-specific page data for user-only
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 21/26] target/arm: Cache the Tagged bit for a page in MemTxAttrs
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 22/26] target/arm: Create tagged ram when MTE is enabled
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 23/26] target/arm: Add allocation tag storage for user mode
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 24/26] target/arm: Add allocation tag storage for system mode
` [Qemu-devel] [PATCH v2 25/26] target/arm: Enable MTE
` [Qemu-devel] [PATCH v2 26/26] tests/tcg/aarch64: Add mte smoke tests

[PATCH 1/2] ARM: dts: imx6ul: add DMA properties for ECSPI
 2019-02-11  1:23 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: imx7: "

[PATCH 0/4] kernel-shark: Add sched_waking event for sched plugin processing
 2019-02-11  1:18 UTC  (5+ messages)
` [PATCH 1/4] kernel-shark: Remove testing of "success" field of wakeup events
` [PATCH 2/4] kernel-shark: Consolidate duplicate code of the sched_wakeup events
` [PATCH 3/4] kernel-shark: Remove plugin_get_rec_wakeup_pid()
` [PATCH 4/4] kernel-shark: Add sched_waking event processing to sched_waking

[PATCH] powerpc: fix 32-bit KVM-PR lockup and panic with MacOS guest
 2019-02-11  0:30 UTC  (5+ messages)

[U-Boot] [PATCH] ARM: mvebu: x530: use MV_DDR_FREQ_SAR
 2019-02-11  1:19 UTC 

[PATCH v12 00/26] Convert "git stash" to C builtin
 2019-02-11  1:13 UTC  (5+ messages)
` [PATCH v12 18/26] stash: convert push to builtin

[U-Boot] [PATCH v6 00/16] SiFive FU540 Support
 2019-02-11  1:12 UTC  (4+ messages)
` [U-Boot] [PATCH v6 02/16] Makefile: Fix mrproper make target

[U-Boot] [PATCH v2 1/2] Kconfig: Migrate CONFIG_BUILD_TARGET
 2019-02-11  1:11 UTC  (2+ messages)

X450LCP lost abillity to turn the screen off
 2019-02-11  1:06 UTC  (3+ messages)

Security Notice. Someone have access to your system
 2019-02-11  1:05 UTC 

[U-Boot] Please pull u-boot-dm
 2019-02-11  1:05 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2019-02-11  1:05 UTC  (7+ messages)

[RFC PATCH 0/5] powerpc: sstep: Emulation test infrastructure
 2019-02-11  1:01 UTC  (6+ messages)
` [RFC PATCH 3/5] powerpc: sstep: Add instruction emulation selftests
` [RFC PATCH 5/5] powerpc: sstep: Add selftests for addc[.] instruction

[RFC PATCH v1 00/16] powerpc/32: Implement fast syscall entry
 2019-02-11  0:21 UTC  (4+ messages)
` [PATCH v1 03/16] powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it

[PATCH] mm, swap: Potential NULL dereference in get_swap_page_of_type()
 2019-02-11  1:02 UTC  (9+ messages)
` [PATCH] mm, swap: bounds check swap_info accesses to avoid NULL derefs
    ` About swapoff race patch (was Re: [PATCH] mm, swap: bounds check swap_info accesses to avoid NULL d
      ` About swapoff race patch (was Re: [PATCH] mm, swap: bounds check swap_info accesses to avoid NU
            ` About swapoff race patch (was Re: [PATCH] mm, swap: bounds check swap_info accesses to avoid NULL derefs)

[PATCH] PCI: Add HXT vendor ID and ACS quirk
 2019-02-11  0:52 UTC  (4+ messages)
` [PATCH v2 1/2] "

[RFC PATCH v3 00/12] Draft for Extended Key ID support
 2019-02-10 21:06 UTC  (3+ messages)
` [RFC PATCH v3 07/12] iwlwifi: Extended Key ID support (NATIVE)
` [RFC PATCH v3 11/12] ath9k: Extended Key ID support (COMPAT)

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-11  0:39 UTC  (3+ messages)
` [PATCH v2 05/20] x86/alternative: initializing temporary mm for patching

[PATCH] generic: detect preallocation support for fsx tests 075 and 112
 2019-02-11  0:37 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/64s: Fix logic when handling unknown CPU features
 2019-02-11  0:20 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc: Enable kcov

[Qemu-devel] [PATCH] target/xtensa: don't specify windowed registers manually
 2019-02-11  0:14 UTC 

Linux 5.0-rc1
 2019-02-11  0:01 UTC  (3+ messages)

[PATCH] atop: Update to 2.4
 2019-02-10 23:55 UTC 

[PATCH] Input: qt2160 - switch to using brightness_set_blocking()
 2019-02-10 23:47 UTC  (2+ messages)

[PATCH net-next v3 0/9] net: Remove switchdev_ops
 2019-02-10 23:40 UTC  (20+ messages)
` [Bridge] "
` [PATCH net-next v3 1/9] Documentation: networking: switchdev: Update port parent ID section
  ` [Bridge] "
` [PATCH net-next v3 2/9] switchdev: Add SWITCHDEV_PORT_ATTR_SET, SWITCHDEV_PORT_ATTR_GET
  ` [Bridge] "
` [PATCH net-next v3 3/9] rocker: Handle SWITCHDEV_PORT_ATTR_GET/SET
  ` [Bridge] "
` [PATCH net-next v3 4/9] mlxsw: spectrum_switchdev: "
  ` [Bridge] "
` [PATCH net-next v3 5/9] net: mscc: ocelot: "
  ` [Bridge] "
` [PATCH net-next v3 6/9] staging: fsl-dpaa2: ethsw: "
  ` [Bridge] "
` [PATCH net-next v3 7/9] net: dsa: "
  ` [Bridge] "
` [PATCH net-next v3 8/9] net: switchdev: Replace port attr get/set SDO with a notification
  ` [Bridge] "
` [PATCH net-next v3 9/9] net: Remove switchdev_ops
  ` [Bridge] "

[PATCH] autofs: clear O_NONBLOCK on the pipe
 2019-02-10 23:37 UTC 

[PATCH] glibc-locale: Rewrite do_install using install utility instead of cp
 2019-02-10 23:32 UTC  (5+ messages)

[Qemu-devel] [PATCH] mac_newworld: change default NIC to sungem for mac99 machine
 2019-02-10 23:24 UTC  (2+ messages)

[Qemu-devel] [PATCH] spapr: Disallow unsupported kernel-irqchip settings
 2019-02-10 23:23 UTC  (2+ messages)

[Qemu-devel] [PATCH] cuda: decrease time delay before raising VIA SR interrupt
 2019-02-10 23:16 UTC  (2+ messages)

[Qemu-devel] [Bug 1815371] [NEW] SPICE session's connection_id's are not unique
 2019-02-10 23:15 UTC  (2+ messages)
` [Qemu-devel] [Bug 1815371] "

[PATCH] Input: apanel - switch to using brightness_set_blocking()
 2019-02-10 23:21 UTC  (2+ messages)

[PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330
 2019-02-10 23:16 UTC 

[PATCH] ARM: MCPM: Add provision for platform specific wfi alternative
 2019-02-10 23:12 UTC  (2+ messages)

Licensing of include/linux/hash.h
 2019-02-10 23:08 UTC  (3+ messages)

[PATCH V2] image_types.bbclass: Set 70% RAM memory usage limit and -T for xz
 2019-02-10 23:06 UTC  (2+ messages)

Linux 5.0-rc6
 2019-02-10 23:00 UTC 

Am a newby and I cannot compile git
 2019-02-10 22:48 UTC  (2+ messages)

[PATCH net-next] ipmr: ip6mr: Create new sockopt to clear mfc cache or vifs
 2019-02-10 22:55 UTC  (3+ messages)

[PATCH 0/2] Subject: [PATCH 0/2] clocksource: exynos_mct: Clear timer interrupt when shutting down
 2019-02-10 22:51 UTC  (6+ messages)
` [PATCH 1/2] clocksource: exynos_mct: Move one-shot check from tick clear to ISR
` [PATCH 2/2] clocksource: exynos_mct: Clear timer interrupt when shutdown

Linux kernel 5.0-rc6 released
 2019-02-10 22:48 UTC 

[Qemu-devel] [PATCH 00/17] target/arm: Implement ARMv8.5-MemTag
 2019-02-10 22:47 UTC  (7+ messages)
` [Qemu-arm] [PATCH 03/17] target/arm: Add MTE system registers
  ` [Qemu-devel] "

Possible minor bug in Git
 2019-02-10 22:46 UTC  (5+ messages)

[PATCH v6 1/2] dt-bindings: input: touchscreen: iqs5xx: Add bindings
 2019-02-10 22:39 UTC  (2+ messages)
` [PATCH v6 2/2] input: touchscreen: Add support for Azoteq IQS550/572/525

[PATCH] mm/gup.c: Remove unused write variable
 2019-02-10 22:34 UTC  (4+ messages)
` [PATCH V2] mm/gup: Remove write argument in gup_fast_permitted()

[PATCH v2 0/3] admin-guide: extend perf-security with resource control, data categories and privileged users
 2019-02-10 22:34 UTC  (3+ messages)
` [PATCH v2 1/4] perf-security: document perf_events/Perf resource control

[RESEND PATCH v2 0/2] clk: meson8b: fix typo "ABP" -> "APB"
 2019-02-10 22:26 UTC  (12+ messages)
` [RESEND PATCH v2 1/2] dt-bindings: clock: meson8b: add APB clock definition
` [RESEND PATCH v2 2/2] clk: meson: meson8b: fix the naming of the APB clocks

[RFCv1 0/3] Odroid c1+ usb fixs
 2019-02-10 22:21 UTC  (12+ messages)
` [RFCv1 2/3] ARM: dts: meson8b: odroidc1: fix USB power supplies for phy

[B.A.T.M.A.N.] [PATCH] batman-adv: Increase purge timeout on DAT DHT candidates
 2019-02-10 22:21 UTC  (4+ messages)

[Cluster-devel] [PATCH net-next v5 00/12] net: y2038-safe socket timestamps
 2019-02-10 22:12 UTC  (8+ messages)
` [Cluster-devel] [PATCH net-next v5 12/12] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
      `  "

[Qemu-devel] Bug: Lost slirp functionality on qemu-system-ppc build for windows
 2019-02-10 22:12 UTC 

[PATCH v2 00/10] xfs: stable fixes for v4.19.y
 2019-02-10 22:12 UTC  (6+ messages)

[Qemu-devel] [PATCH slirp 0/5] Make it a standalone project
 2019-02-10 22:07 UTC  (6+ messages)

fuse: trying to steal weird page
 2019-02-10 22:05 UTC  (8+ messages)
` [fuse-devel] "

[PATCH] auxdisplay: ht16k33: fix potential user-after-free on module unload
 2019-02-10 22:03 UTC  (2+ messages)


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.