All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-25 21:08:28 to 2017-08-25 22:18:08 UTC [more...]

[PATCH v9 00/19] xfs: online fs repair support
 2017-08-25 22:18 UTC  (12+ messages)
` [PATCH 01/19] xfs: add helpers to calculate btree size
` [PATCH 02/19] xfs: expose various functions to repair code
` [PATCH 03/19] xfs: add repair helpers for the reverse mapping btree
` [PATCH 04/19] xfs: add repair helpers for the reference count btree
` [PATCH 05/19] xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmpabt
` [PATCH 06/19] xfs: halt auto-reclamation activities while rebuilding rmap
` [PATCH 07/19] xfs: create tracepoints for online repair
` [PATCH 08/19] xfs: implement the metadata repair ioctl flag
` [PATCH 09/19] xfs: add helper routines for the repair code
` [PATCH 10/19] xfs: repair superblocks
` [PATCH 11/19] xfs: repair the AGF and AGFL

[PATCH 0/3] cxlflash: Miscellaneous fixes
 2017-08-25 22:17 UTC  (2+ messages)
` [PATCH 1/3] cxlflash: Remove unnecessary existence check

v12.1.4 Luminous (RC) released
 2017-08-25 22:17 UTC  (20+ messages)
` [Ceph-maintainers] [ceph-users] "

+ linux-next-rejects-2.patch added to -mm tree
 2017-08-25 22:17 UTC 

[PATCH] drm/i915/guc: Add GuC Load time to debugfs
 2017-08-25 22:15 UTC  (3+ messages)

File Servicing
 2017-08-25 22:11 UTC 

[PATCH] matrix_browser: update for QWebEngine from QWebKit
 2017-08-25 22:11 UTC  (5+ messages)

git signed push server-side
 2017-08-25 22:11 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/17] nbd client refactoring and fixing
 2017-08-25 22:10 UTC  (13+ messages)
` [Qemu-devel] [PATCH 03/17] nbd/client: refactor nbd_receive_reply
` [Qemu-devel] [PATCH 04/17] nbd/client: fix nbd_send_request to return int
` [Qemu-devel] [PATCH 05/17] block/nbd-client: get rid of ssize_t
` [Qemu-devel] [PATCH 08/17] block/nbd-client: rename nbd_recv_coroutines_enter_all
` [Qemu-devel] [PATCH 10/17] block/nbd-client: move nbd_coroutine_end content into nbd_co_request

How to detect change on a repo manifest.git and rebuild the recipe with "repo://"
 2017-08-25 22:11 UTC  (2+ messages)

[PATCH v6] mtd: sharpslpart: Add sharpslpart partition parser
 2017-08-25 22:09 UTC  (10+ messages)

[patch V2 00/44] x86: Cleanup IDT code
 2017-08-25 21:47 UTC  (45+ messages)
` [patch V2 01/44] x86/irq: Remove vector_used_by_percpu_irq()
` [patch V2 02/44] x86/irq: Unexport used_vectors
` [patch V2 03/44] x86/irq: Get rid of the first_system_vector bogisity
` [patch V2 04/44] x86/irq: Remove duplicated used_vectors definition
` [patch V2 05/44] x86/boot: Move EISA setup to a proper place
` [patch V2 06/44] x86/tracing: Introduce a static key for exception tracing
` [patch V2 07/44] x86/traps: Simplify pagefault tracing logic
` [patch V2 08/44] x86/apic: Remove the duplicated tracing version of local_timer_interrupt
` [patch V2 09/44] x86/apic: Use this_cpu_ptr in local_timer_interrupt
` [patch V2 10/44] x86/irq: Get rid of duplicated trace_x86_platform_ipi() code
` [patch V2 11/44] x86/apic: Remove the duplicated tracing versions of interrupts
` [patch V2 12/44] x86/irqwork: Get rid of duplicated tracing interrupt code
` [patch V2 13/44] x86/mce: Remove "
` [patch V2 14/44] x86/smp: Remove pointless duplicated "
` [patch V2 15/44] x86/smp: Use static key for reschedule interrupt tracing
` [patch V2 16/44] x86/idt: Remove tracing idt completely
` [patch V2 17/44] x86/idt: Cleanup the i386 low level entry macros
` [patch V2 18/44] x86/tracing: Disentangle pagefault and resched IPI tracing key
` [patch V2 19/44] x86/ipi: Make platform IPI depend on APIC
` [patch V2 20/44] x86/irq_work: Make it "
` [patch V2 21/44] x86/tracing: Build tracepoints only when they are used
` [patch V2 22/44] x86/idt: Unify gate_struct handling for 32/64bit
` [patch V2 23/44] x86/percpu: Use static initializer for GDT entry
` [patch V2 24/44] x86/fpu: Use bitfield accessors for desc_struct
` [patch V2 25/44] x86: Replace access to desc_struct:a/b fields
` [patch V2 26/44] x86/gdt: Use bitfields for initialization
` [patch V2 27/44] x86/ldttss: Cleanup 32bit descriptors
` [patch V2 28/44] x86/idt: Create file for IDT related code
` [patch V2 29/44] x86/idt: Move 32bit idt_descr to C code
` [patch V2 30/44] x86/idt: Remove unused set_trap_gate()
` [patch V2 31/44] x86/idt: Consolidate IDT invalidation
` [patch V2 32/44] x86/idt: Move early IDT handler setup to IDT code
` [patch V2 33/44] x86/idt: Move early IDT setup out of 32bit asm
` [patch V2 34/44] x86/idt: Prepare for table based init
` [patch V2 35/44] x86/idt: Switch early trap init to IDT tables
` [patch V2 36/44] x86/idt: Move debug stack init to table based
` [patch V2 37/44] x86/idt: Move ist stack based traps to table init
` [patch V2 38/44] x86/idt: Move regular trap init to tables
` [patch V2 39/44] x86/idt: Move APIC gate initialization "
` [patch V2 40/44] x86/idt: Move interrupt gate initialization to IDT code
` [patch V2 41/44] x86/idt: Remove unused functions/inlines
` [patch V2 42/44] x86/idt: Deinline setup functions
` [patch V2 43/44] x86/idt: Simplify alloc_intr_gate
` [patch V2 44/44] x86/idt: Hide set_intr_gate()

[Intel-wired-lan] how to submit fixes for i40e/i40evf?
 2017-08-25 22:10 UTC  (3+ messages)

[PATCH] x86: use KERN_CONT in dump_pagetable()
 2017-08-25 22:09 UTC  (2+ messages)

[PATCH trivial] dt-bindings: usb: musb: Grammar s/the/to/, s/is/are/
 2017-08-25 22:07 UTC  (2+ messages)

[PATCH] HID: multitouch: support buttons and trackpoint on Lenovo X1 Tab Gen2
 2017-08-25 22:06 UTC 

[Bug 196707] New: Adaptec ICP9087MA: aacraid prints "AAC: Host adapter is dead (or got a PCI error) -1" twice times around errors of aacraid and the kernel crashes after starting the "Kernel Device Manager"
 2017-08-25 22:05 UTC  (3+ messages)
` [Bug 196707] "

[PATCH v4 0/3] PCI hotplug feature
 2017-08-25 22:03 UTC  (4+ messages)
` [PATCH v4 2/3] dt-bindings: PCI: add PCIe hotplug property

[PATCH net] ipv6: fix sparse warning on rt6i_node
 2017-08-25 22:03 UTC 

+ mm-madvise-fix-freeing-of-locked-page-with-madv_free.patch added to -mm tree
 2017-08-25 22:02 UTC  (5+ messages)

[PATCH] net: sunrpc: svcsock: fix NULL-pointer exception
 2017-08-25 22:01 UTC  (3+ messages)

[net-next v2 00/13][pull request] 40GbE Intel Wired LAN Driver Updates 2017-08-25
 2017-08-25 22:00 UTC  (14+ messages)
` [net-next v2 01/13] i40e/i40evf: adjust packet size to account for double VLANs
` [net-next v2 02/13] i40evf: prevent VF close returning before state transitions to DOWN
` [net-next v2 03/13] i40e: Fix a bug with VMDq RSS queue allocation
` [net-next v2 04/13] i40e: separate hw_features from runtime changing flags
` [net-next v2 05/13] i40e: remove workaround for Open Firmware MAC address
` [net-next v2 06/13] i40e: Detect ATR HW Evict NVM issue and disable the feature
` [net-next v2 07/13] i40e/i40evf: use cmpxchg64 when updating private flags in ethtool
` [net-next v2 08/13] i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlan
` [net-next v2 09/13] i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_resource
` [net-next v2 10/13] i40evf: use netdev variable in reset task
` [net-next v2 11/13] i40e: use cpumask_copy instead of direct assignment
` [net-next v2 12/13] i40e: prevent changing ITR if adaptive-rx/tx enabled
` [net-next v2 13/13] i40e: synchronize nvmupdate command and adminq subtask

[PATCH] staging: rtlwifi: Improve debugging by using debugfs
 2017-08-25 22:00 UTC  (5+ messages)

[PATCH v2 0/4] crypto: Add driver for JZ4780 PRNG
 2017-08-25 21:57 UTC  (3+ messages)
` [PATCH v2 1/4] crypto: jz4780-rng: Add JZ4780 PRNG devicetree binding documentation

[RFC PATCH] xfs: Properly retry failed dquot items in case of error during buffer writeback
 2017-08-25 21:57 UTC  (3+ messages)

+ kthread_worker-dont-hog-the-cpu.patch added to -mm tree
 2017-08-25 21:55 UTC 

[PATCH 0/2] DT bindings for rtc-v3020
 2017-08-25 21:54 UTC  (3+ messages)
` [PATCH 1/2] rtc: v3020: Add documentation for DT bindings

[PATCH 0/2] md: Add support for Multiple PPLs
 2017-08-25 21:53 UTC  (6+ messages)

+ mm-hmm-struct-hmm-is-only-use-by-hmm-mirror-functionality-v2.patch added to -mm tree
 2017-08-25 21:52 UTC 

[PATCH 0/3] Eliminate delegation self-conflicts
 2017-08-25 21:52 UTC  (4+ messages)
` [PATCH 1/3] fs: cleanup to hide some details of delegation logic
` [PATCH 2/3] fs: hide another detail "
` [PATCH 3/3] nfsd: clients don't need to break their own delegations

[PATCH v4] ASoC: Intel: kbl: Add map for Maxim IV Feedback
 2017-08-25 21:51 UTC 

+ mm-fadvise-avoid-fadvise-for-fs-without-backing-device.patch added to -mm tree
 2017-08-25 21:51 UTC 

[U-Boot] [PATCH 1/2] configs: Migrate all of the existing USB symbols, except fastboot
 2017-08-25 21:50 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs

[PATCH 00/14] VME: Adjustments for several function implementations
 2017-08-25 21:50 UTC  (2+ messages)

[RFC PATCH] mm: fadvise: avoid fadvise for fs without backing device
 2017-08-25 21:49 UTC  (3+ messages)

[PATCH 0/6] pm80xx updates
 2017-08-25 21:47 UTC  (2+ messages)

+ mm-zsmalloc-change-stat-type-parameter-to-int.patch added to -mm tree
 2017-08-25 21:46 UTC 

[PATCH] kthread_worker: don't hog the cpu
 2017-08-25 21:44 UTC 

[PATCH] ASoC: tas2552: Fix fraction overflow in PLL calculation
 2017-08-25 21:36 UTC  (2+ messages)

[PATCH] mm: Reward slab shrinkers that reclaim more than they were asked
 2017-08-25 21:41 UTC  (5+ messages)
` [PATCH 1/2] mm: Track actual nr_scanned during shrink_slab()

[PATCH V2 00/20] blk-mq-sched: improve SCSI-MQ performance
 2017-08-25 21:41 UTC  (9+ messages)
` [PATCH V2 02/20] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V2 03/20] blk-mq: introduce blk_mq_dispatch_rq_from_ctx()

[PATCH net-next] selftests/bpf: check the instruction dumps are populated
 2017-08-25 21:39 UTC 

[PATCH 0/2][RFC] ACPI / PM: Disable MSR T-state after resumed
 2017-08-25 21:40 UTC 

[PATCH] scsi: Fix the kerneldoc for scsi_initialize_rq()
 2017-08-25 21:39 UTC  (2+ messages)

[RFC PATCH] treewide: remove GFP_TEMPORARY allocation flag
 2017-08-25 21:39 UTC  (6+ messages)

[PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver
 2017-08-25 21:39 UTC  (3+ messages)

[krogoth] [PATCH 0/3] recipe updates for 2016.08-rc2
 2017-08-25 21:38 UTC  (4+ messages)
` [krogoth] [PATCH 1/3] u-boot-ti-staging 2016.05: update to the latest for ti2016.08-rc2
` [krogoth] [PATCH 2/3] linux-ti-staging 4.4: "
` [krogoth] [PATCH 3/3] linux-ti-staging 4.4: package the dtb for the dra76-evm platform

[PATCH v5 0/10] Some cleanup and bug fix for pcie-rockchip
 2017-08-25 21:38 UTC  (4+ messages)
` [PATCH v5 06/10] PCI: rockchip: fix missing phy manipulation for legacy phy

[PATCH] ses: Fix racy cleanup of /sys in remove_dev()
 2017-08-25 21:36 UTC  (2+ messages)

[PATCH] mtd: nandsim: remove debugfs entries in error path
 2017-08-25 21:35 UTC  (3+ messages)

[PATCH] libxl/arm: Fix build on arm64 + acpi
 2017-08-25 21:35 UTC 

[PATCH] mtd: nand: atmel: Relax tADL_min constraint
 2017-08-25 21:34 UTC  (4+ messages)

[PATCH] mptsas: Fixup device hotplug for VMWare ESXi
 2017-08-25 21:33 UTC  (2+ messages)

[Buildroot] [PATCH] bcusdk: fix endless recursion when opening USB backends
 2017-08-25 21:33 UTC  (7+ messages)

[LTP] [PATCH] android: getcwd0[12]: use temp dir from $TMPDIR if present
 2017-08-25 21:33 UTC 

[PATCH 00/15] drivers: make device_type const
 2017-08-25 21:30 UTC  (6+ messages)
` [13/15] scsi: "
  ` [PATCH 13/15] "

[PATCH 0/3] mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
 2017-08-25 21:32 UTC  (3+ messages)

[PATCH 1/2] drm/i915/guc : Removing enable_guc_loading module
 2017-08-25 21:32 UTC  (2+ messages)

[PATCH] drm/i915: Quietly cancel FBC activation if CRTC is turned off before worker
 2017-08-25 21:31 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH 1/9] drm/amdgpu: fix amdgpu_vm_bo_map trace point
 2017-08-25 21:31 UTC  (3+ messages)
` [PATCH 9/9] drm/amdgpu: WIP add IOCTL interface for per VM BOs

[PATCH] mm/hmm: struct hmm is only use by HMM mirror functionality v2
 2017-08-25 21:31 UTC  (2+ messages)

[PATCH 0/4] Four more patches for the sTec s1120 driver (skd)
 2017-08-25 21:30 UTC  (6+ messages)
` [PATCH 1/4] skd: Rename skd_softirq_done() into skd_complete_rq()
` [PATCH 2/4] skd: Inline skd_end_request()
` [PATCH 3/4] skd: Make it easier for static analyzers to analyze skd_free_disk()
` [PATCH 4/4] skd: Remove SKD_ID_INCR

+ mm-page_owner-make-init_pages_in_zone-faster-fix-checkpatch-fixes.patch added to -mm tree
 2017-08-25 21:29 UTC 

[PATCH] scsi: sd: remove duplicated setting of gd->minors
 2017-08-25 21:28 UTC  (2+ messages)

[patch 00/41] x86: Cleanup IDT code
 2017-08-25 21:29 UTC  (9+ messages)
` [patch 14/41] x86/smp: Use static key for reschedule interrupt tracing
` [patch 15/41] x86/idt: Remove tracing idt completely

+ mm-page_owner-make-init_pages_in_zone-faster-fix.patch added to -mm tree
 2017-08-25 21:26 UTC 

[Buildroot] [PATCH v3] util-linux: add menu items for login utilities
 2017-08-25 21:26 UTC  (2+ messages)
` [Buildroot] [PATCH v4] "

+ mm-mlock-use-page_zone-instead-of-page_zone_id.patch added to -mm tree
 2017-08-25 21:25 UTC 

linux-next: build warnings after merge of the akpm-current tree
 2017-08-25 21:23 UTC  (3+ messages)

[PATCH v5 00/40] Add initial experimental external ODB support
 2017-08-25 21:23 UTC  (5+ messages)
` [PATCH v5 35/40] Add Documentation/technical/external-odb.txt

[PATCHv2 00/26] SCSI EH argument reshuffle part I
 2017-08-25 21:22 UTC  (2+ messages)

Maintenance of Linux/MIPS?
 2017-08-25 21:21 UTC 

[PATCH 00/11] MIPS: Fix various sparse warnings
 2017-08-25 21:20 UTC  (2+ messages)

[PATCH v3 0/2] Add platform support for Adaptrum Anarion SOC
 2017-08-25 21:18 UTC  (2+ messages)

[PATCH] usage_with_options: omit double new line on empty option list
 2017-08-25 21:17 UTC  (4+ messages)

[RFC][PATCH 0/4] Fixes for two recently found timekeeping bugs
 2017-08-25 21:16 UTC  (5+ messages)
` [RFC][PATCH 4/4] time: Clean up CLOCK_MONOTONIC_RAW time handling

[PATCH] Add /proc/pid/smaps_rollup
 2017-08-25 21:16 UTC  (12+ messages)
` [PATCH RFC v2] "

+ mm-change-the-call-sites-of-numa-statistics-items-checkpatch-fixes.patch added to -mm tree
 2017-08-25 21:14 UTC 

[PATCH] futex: avoid undefined behaviour when shift exponent is negative
 2017-08-25 21:13 UTC  (7+ messages)

[kvm-unit-tests PATCH] Fix an inline asm constraint
 2017-08-25 21:12 UTC 

[Qemu-devel] [PATCH for-2.11 v2] hw/ppc: CAS reset on early device hotplug
 2017-08-25 21:11 UTC  (2+ messages)

+ mm-consider-the-number-in-local-cpus-when-reads-numa-stats.patch added to -mm tree
 2017-08-25 21:11 UTC 

+ mm-update-numa-counter-threshold-size.patch added to -mm tree
 2017-08-25 21:11 UTC 

+ mm-change-the-call-sites-of-numa-statistics-items.patch added to -mm tree
 2017-08-25 21:11 UTC 

[Buildroot] [PATCH V2] bcusdk: eibd: drop local clock_gettime in USB backends
 2017-08-25 21:11 UTC 

[PATCH v2 00/17] A series of small SCSI patches for kernel v4.14
 2017-08-25 21:09 UTC  (2+ messages)

[PATCH v2 1/1] futex: remove duplicated code and fix UB
 2017-08-25 20:55 UTC  (2+ messages)
` [tip:locking/core] futex: Remove duplicated code and fix undefined behaviour


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.