All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-05 11:25:22 to 2019-02-05 12:31:25 UTC [more...]

[PATCH 0/5] sched refcount_t conversions
 2019-02-05 12:31 UTC  (4+ messages)

[1/3] dmaengine: at_xdmac: remove BUG_ON macro in tasklet
 2019-02-05 12:30 UTC  (4+ messages)
` [PATCH 1/3] "

[Qemu-devel] [PATCH v3 0/3] cutils: Cleanup, improve documentation
 2019-02-05 12:30 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 3/3] util/cutils: Move function documentations to the header
        ` [Qemu-riscv] "

[Xen-devel][PATCH v4 0/1] cameraif: add ABI for para-virtual camera
 2019-02-05 12:30 UTC  (14+ messages)
` [Xen-devel][PATCH v4 1/1] "
              ` [PATCH "

How to add/modify files in the root file systems in Yocto
 2019-02-05  6:51 UTC 

[PATCH v12 00/13] media: staging/imx7: add i.MX7 media driver
 2019-02-05 12:28 UTC  (6+ messages)

[PATCH i-g-t 01/13] i915/gem_mocs_settings: Allow hangs around reset tests
 2019-02-05 12:27 UTC  (3+ messages)
` [PATCH i-g-t 05/13] lib: Add GPU power measurement
  ` [igt-dev] "

[PATCH v3 0/3] Add nvmem driver support for ZynqMP
 2019-02-06 11:07 UTC  (6+ messages)
` [PATCH v3 2/3] dt-bindings: nvmem: Add bindings for ZynqMP nvmem driver

[PATCH v2 0/5] KVM: arm/arm64: add support for chained counters
 2019-02-05 12:27 UTC  (9+ messages)
` [PATCH v2 1/5] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v2 3/5] KVM: arm/arm64: re-create event when setting counter value

[PATCH V7 1/5] x86/cpufeature: Add facility to check for min microcode revisions
 2019-02-05 12:26 UTC  (3+ messages)

[RFC/WIP] powerpc: Fix 32-bit handling of MSR_EE on exceptions
 2019-02-05 12:19 UTC  (6+ messages)

[PATCH v2] livepatch: core: Return EOPNOTSUPP instead of ENOSYS
 2019-02-05 12:26 UTC  (2+ messages)

[Buildroot] [PATCH] package/qpid-proton: openssl 1.1.x compatibility
 2019-02-05 12:25 UTC  (2+ messages)

[PATCH] device: Fix comment for driver_data in struct device
 2019-02-05 12:19 UTC 

[PATCH] arm64: dts: ti: k3-am65: Add MSMC RAM node
 2019-02-05 12:25 UTC  (4+ messages)

[PATCH] ima: requiring signed kernel modules
 2019-02-05 12:24 UTC  (6+ messages)
` [PATCH] x86/ima: require "

[Qemu-devel] [PULL 00/37] ppc-for-4.0 queue 20190204
 2019-02-05 12:24 UTC  (4+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[PATCH] futex: convert futex_pi_state.refcount to refcount_t
 2019-02-05 12:24 UTC 

[PATCH v2] arm64: dts: lx2160aqds: Add mdio mux nodes
 2019-02-05 12:23 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add James Morse to the list of APEI reviewers
 2019-02-05 12:23 UTC  (3+ messages)

[Bug 201631] New: WARNING: CPU: 11 PID: 29593 at fs/ext4/inode.c:3927 .ext4_set_page_dirty+0x70/0xb0
 2019-02-05 12:21 UTC  (3+ messages)
` [Bug 201631] "

[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-05 11:35 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/6] Kconfig dependencies for MIPS machines (but Malta)
 2019-02-05 12:18 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 2/6] mips: Express dependencies of the Jazz machine with kconfig
` [Qemu-devel] [PATCH v2 3/6] mips: Express dependencies of the r4k platform "
` [Qemu-devel] [PATCH v2 6/6] mips: Express dependencies of the Loongson 2E machine "

[Buildroot] [PATCH] package/netsurf: fix build
 2019-02-05 12:18 UTC  (2+ messages)

Help needed, server is unresponsive after btrfs balance
 2019-02-05 12:17 UTC  (4+ messages)

[Buildroot] [git commit] package/netsurf: fix build
 2019-02-05 12:17 UTC 

[PATCH v16 00/21] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2019-02-05 11:32 UTC  (22+ messages)
` [PATCH v16 01/21] powerpc/irq: use memblock functions returning virtual address
` [PATCH v16 02/21] powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/booke
` [PATCH v16 03/21] powerpc: Avoid circular header inclusion in mmu-hash.h
` [PATCH v16 04/21] powerpc: Only use task_struct 'cpu' field on SMP
` [PATCH v16 05/21] powerpc: prep stack walkers for THREAD_INFO_IN_TASK
` [PATCH v16 06/21] powerpc: Rename THREAD_INFO to TASK_STACK
` [PATCH v16 07/21] powerpc: call_do_[soft]irq() takes a pointer to the stack
` [PATCH v16 08/21] powerpc: Don't use CURRENT_THREAD_INFO to find "
` [PATCH v16 09/21] powerpc: Replace current_thread_info()->task with current
` [PATCH v16 10/21] powerpc: Update comments in preparation for THREAD_INFO_IN_TASK
` [PATCH v16 11/21] powerpc/64: Use task_stack_page() to initialise paca->kstack
` [PATCH v16 12/21] powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMIT
` [PATCH v16 13/21] powerpc: Use linux/thread_info.h in processor.h
` [PATCH v16 14/21] powerpc: Use task_stack_page() in current_pt_regs()
` [PATCH v16 15/21] powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()
` [PATCH v16 16/21] powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
` [PATCH v16 17/21] powerpc: regain entire stack space
` [PATCH v16 18/21] powerpc: 'current_set' is now a table of task_struct pointers
` [PATCH v16 19/21] powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
` [PATCH v16 20/21] powerpc/64: Replace CURRENT_THREAD_INFO with PACA_CURRENT_TI
` [PATCH v16 21/21] powerpc: clean stack pointers naming

[U-Boot] eMMC boot partition possible with an eMMC 4.2 controller ?
 2019-02-05 12:17 UTC 

[PATCH] drm/i915: Push clear_intel_crtc_state() onto the heap
 2019-02-05 12:16 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Push clear_intel_crtc_state() onto the heap (rev2)

[GIT PULL FOR v5.1] Various fixes/improvements
 2019-02-05 12:16 UTC 

[net-next, PATCH] net: stmmac: fix ptp timestamping on Rx on gmac4
 2019-02-05 12:15 UTC 

[U-Boot] [PATCH v2 00/11] SiFive FU540 Support
 2019-02-05 12:14 UTC  (23+ messages)
` [U-Boot] [PATCH v2 11/11] riscv: Add SiFive FU540 board support

[aarch64] refcount_t: use-after-free in NFS with 64k pages
 2019-02-05 12:14 UTC  (6+ messages)

[PATCH] i2c: core-smbus: don't trace smbus_reply data on errors
 2019-02-05 12:13 UTC  (3+ messages)

[PATCH] KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> for all architectures
 2019-02-05 12:13 UTC  (2+ messages)

[PATCHv5 00/10] Heterogeneuos memory node attributes
 2019-02-05 12:12 UTC  (4+ messages)
` [PATCHv5 03/10] acpi/hmat: Parse and report heterogeneous memory

[PATCH v3 0/6] vfio-ccw: support hsch/csch (kernel part)
 2019-02-05 12:10 UTC  (15+ messages)
` [PATCH v3 1/6] vfio-ccw: make it safe to access channel programs
          ` [Qemu-devel] "
` [PATCH v3 2/6] vfio-ccw: rework ssch state handling
    ` [Qemu-devel] "

[SPDK] Making spdk_bdev_module_register_XX more predictable
 2019-02-05 12:10 UTC 

mm: race in put_and_wait_on_page_locked()
 2019-02-05 12:10 UTC  (3+ messages)

[PATCH v3 net-next 00/11] Devlink health reporting and recovery system
 2019-02-05 12:08 UTC  (12+ messages)
` [PATCH v3 net-next 01/11] devlink: Add devlink formatted message (fmsg) API
` [PATCH v3 net-next 02/11] devlink: Add health reporter create/destroy functionality
` [PATCH v3 net-next 03/11] devlink: Add health report functionality
` [PATCH v3 net-next 04/11] devlink: Add health get command
` [PATCH v3 net-next 05/11] devlink: Add health set command
` [PATCH v3 net-next 06/11] devlink: Add health recover command
` [PATCH v3 net-next 07/11] devlink: Add health diagnose command
` [PATCH v3 net-next 08/11] devlink: Add health dump {get,clear} commands
` [PATCH v3 net-next 09/11] net/mlx5e: Add tx reporter support
` [PATCH v3 net-next 10/11] net/mlx5e: Add tx timeout support for mlx5e tx reporter
` [PATCH v3 net-next 11/11] devlink: Add Documentation/networking/devlink-health.txt

[PATCH v2] i2c: bcm2835: Clear current buffer pointers and counts after a transfer
 2019-02-05 12:09 UTC  (3+ messages)

[PATCH v4 0/3] scsi: ufs-bsg: Add read descriptor
 2019-02-05 12:07 UTC  (4+ messages)
` [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

[PATCH v15] i2c: Add drivers for the AMD PCIe MP2 I2C controller
 2019-02-05 12:05 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Rework iowait boosting to be less aggressive
 2019-02-05 12:04 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/5] arm/arm64: Add support for running under kvmtool
 2019-02-05 12:05 UTC  (3+ messages)

[PATCH net-next V2 1/1] openvswitch: Declare ovs key structures using macros
 2019-02-05 12:02 UTC  (4+ messages)
` [ovs-dev] "

[U-Boot] [PATCH v4 0/7] AM65x: Add DMA support
 2019-02-05 12:01 UTC  (8+ messages)
` [U-Boot] [PATCH v4 1/7] firmware: ti_sci: Add support for NAVSS resource management
` [U-Boot] [PATCH v4 2/7] soc: ti: k3: add navss ringacc driver
` [U-Boot] [PATCH v4 3/7] soc: ti: k3: add CPPI5 description and helpers
` [U-Boot] [PATCH v4 4/7] dma: ti: add driver to K3 UDMA
` [U-Boot] [PATCH v4 5/7] soc: keystone: Merge into ti specific directory
` [U-Boot] [PATCH v4 6/7] arm64: dts: ti: k3-am65: add mcu navss nodes
` [U-Boot] [PATCH v4 7/7] configs: am65x_evm_a53: Enable DMA related configs

[PATCH for-4.12] libxl: correctly dispose of dominfo list in libxl_name_to_domid
 2019-02-05 12:00 UTC  (3+ messages)

[PATCH 4.14 0/2] Two nfsd4 fixes for 4.14 longterm
 2019-02-05 11:59 UTC  (2+ messages)

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-02-05 11:58 UTC  (14+ messages)
` [PATCH 17/19] KVM: PPC: Book3S HV: add get/set accessors for the VP XIVE state

msm8998: Hacking the USB3 controller (force controller to host/source mode)
 2019-02-05 11:58 UTC  (2+ messages)

[RESEND v4 00/11] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
 2019-02-05 11:57 UTC  (4+ messages)
` [RESEND v4 01/11] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()

[PATCH] PM / suspend: measure the time of filesystem syncing
 2019-02-05 11:55 UTC  (2+ messages)

[Buildroot] [PATCH] package/tpm2-tss: bump version to 2.1.1
 2019-02-05 11:55 UTC 

[PATCH v2] ALSA: hda/tegra: enable clock during probe
 2019-02-05 11:52 UTC  (9+ messages)

[RFC/PATCH 00/14] perf record: Add support to store data in directory
 2019-02-05 11:52 UTC  (5+ messages)
` [PATCH 01/14] perf tools: Make rm_rf to remove single file
` [PATCH 06/14] perf data: Add perf_data__(create_dir|free_dir) functions

[PATCH 0/3] Use HMM to replace get_user_pages
 2019-02-05 11:52 UTC  (5+ messages)
` [PATCH 2/3] drm/amdkfd: avoid HMM change cause circular lock dependency v2
` [PATCH 3/3] drm/amdgpu: replace get_user_pages with HMM address mirror helpers v6

[PATCH RESEND] eventfd: prepare id to userspace via fdinfo
 2019-02-05 11:46 UTC 

[Qemu-devel] [PATCH v4] scripts: use git archive in archive-source
 2019-02-05 11:50 UTC  (3+ messages)

[PATCH v2 0/4] Write-hint for FS journal
 2019-02-05 11:50 UTC  (9+ messages)

[PATCH] crypto: caam - Do not overwrite IV
 2019-02-05 11:49 UTC  (4+ messages)

[PATCH v6 0/5] sched/deadline: fix cpusets bandwidth accounting
 2019-02-05 11:49 UTC  (6+ messages)
` [PATCH v6 4/5] sched/core: Prevent race condition between cpuset and __sched_setscheduler()

[PATCH 0/1] rebase: drop the unwanted -y
 2019-02-05 11:49 UTC  (2+ messages)
` [PATCH 1/1] Revert "rebase: introduce a shortcut for --reschedule-failed-exec"

My Dear Friend,
 2019-02-05 11:48 UTC 

[Buildroot] [PATCH v2] package/softether: bump to v4.28-9669-beta
 2019-02-05 11:47 UTC 

[PATCH for-4.12 0/8] pvh/dom0/shadow/amd fixes
 2019-02-05 11:47 UTC  (12+ messages)
` [PATCH for-4.12 1/8] dom0/pvh: align allocation and mapping order to start address
` [PATCH for-4.12 4/8] x86/shadow: alloc enough pages so initialization doesn't fail

[PATCH] KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE
 2019-02-05 11:46 UTC  (2+ messages)

[PATCH 0/2] Add Apple SPI keyboard and trackpad driver
 2019-02-05 11:45 UTC  (3+ messages)
` [PATCH 2/2] Input: add "

preparations for 4.10.3 and 4.9.4
 2019-02-05 11:44 UTC  (4+ messages)

[PATCH-for-4.10/4.11] libxl: don't set gnttab limits in soft reset case
 2019-02-05 11:43 UTC  (3+ messages)

[PATCH 0/2] arc: hsdk_defconfig: permit kernelci jobs
 2019-02-05 11:42 UTC  (4+ messages)
` [PATCH 2/2] arc: hsdk_defconfig: enable CONFIG_ARC_UBOOT_SUPPORT

[SPDK] A problem with SPDK 19.01 NVMeoF/RDMA target
 2019-02-05 11:41 UTC 

[PATCH] travis-ci: make the OSX build jobs' 'brew update' more quiet
 2019-02-05 11:41 UTC  (7+ messages)

[PATCH 0/5] Fix Arm system PMU hotplug issues
 2019-02-05 11:40 UTC  (7+ messages)
` [PATCH 3/5] perf/arm-ccn: Fix CPU hotplug race avoidance
` [PATCH 5/5] perf/arm_dsu: Fix CPU hotplug races

[PATCH 1/8] drm/amdgpu: fix waiting for BO moves with CPU based PD/PT updates
 2019-02-05 11:40 UTC  (6+ messages)
` [PATCH 6/8] drm/amdgpu: allocate VM PDs/PTs on demand

[PATCH 1/4] drm/i915: Enable transition watermarks for glk
 2019-02-05 11:39 UTC  (4+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/4] "

[PATCH v7 00/15] KVM: s390: make use of the GIB
 2019-02-05 11:38 UTC  (3+ messages)
` [PATCH v7 13/15] KVM: s390: add gib_alert_irq_handler()

[PATCH v2 0/5] block: skip media change event handling if unsupported
 2019-02-05 11:37 UTC  (6+ messages)
` [PATCH v2 1/5] block: genhd: remove async_events field
` [PATCH v2 2/5] block: disk_events: introduce event flags
` [PATCH v2 3/5] Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd"
` [PATCH v2 4/5] Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"
` [PATCH v2 5/5] block: check_events: don't bother with events if unsupported

[PATCH 4.9 00/30] 4.9.155-stable review
 2019-02-05 11:38 UTC  (3+ messages)

[CI 1/5] drm/i915: Record the sseu configuration per-context & engine
 2019-02-05 11:37 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [CI,1/5] "

[Qemu-devel] [PULL 00/77] Misc patches for 2019-02-04
 2019-02-05 11:27 UTC  (3+ messages)

[PATCH] drm/i915/cmdparser: whitelist needed predicate registers for Anv
 2019-02-05 11:35 UTC  (3+ messages)

[PATCH 05/22] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
 2019-02-05 11:34 UTC  (11+ messages)

[U-Boot] [PATCH 1/3] x86: Change 4-level page table base address to low memory
 2019-02-05 11:32 UTC  (3+ messages)

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-05 11:31 UTC  (4+ messages)
` [PATCH v2 06/20] x86/alternative: use temporary mm for text poking

[PATCH net-next v3 00/16] Refactor classifier API to work with chain/classifiers without rtnl lock
 2019-02-05 11:22 UTC  (3+ messages)
` [PATCH net-next v3 07/16] net: sched: introduce reference counting for tcf_proto

[PATCH] arch/powerpc/radix: Fix kernel crash with mremap
 2019-02-05 11:25 UTC  (2+ messages)
`  "

[PATCH] drm/i915/pmu: Fix enable count array size and bounds checking
 2019-02-05 11:29 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/4] powerpc/livepatch: reliable stack unwinder fixes
 2019-02-05 11:24 UTC  (5+ messages)
` [PATCH 1/4] powerpc/64s: Clear on-stack exception marker upon exception return

[PATCH v2 0/9] driver core: Fix some device links issues and add "consumer autoprobe" flag
 2019-02-05 11:26 UTC  (4+ messages)

[PATCH v2 1/2] config.mak.uname: remove obsolete SPARSE_FLAGS setting
 2019-02-05 11:26 UTC  (2+ messages)

[PATCH] powerpc/papr_scm: Use the correct bind address
 2019-02-05 11:25 UTC  (2+ messages)
`  "

[PATCH 0/6] mtd: afs: Support AFSv2 parsing
 2019-02-05 11:25 UTC  (5+ messages)
` [PATCH 1/6] mtd: afs: simplify partition parsing


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.