linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-06 04:06:09 to 2018-09-06 09:09:37 UTC [more...]

[RFC PATCH 00/29] mm: remove bootmem allocator
 2018-09-06  9:08 UTC  (52+ messages)
` [RFC PATCH 04/29] mm: remove bootmem allocator implementation
` [RFC PATCH 06/29] memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
` [RFC PATCH 07/29] memblock: remove _virt from APIs returning virtual address
` [RFC PATCH 08/29] memblock: replace alloc_bootmem_align with memblock_alloc
` [RFC PATCH 09/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 10/29] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
` [RFC PATCH 11/29] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [RFC PATCH 12/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 13/29] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [RFC PATCH 14/29] memblock: add align parameter to memblock_alloc_node()
` [RFC PATCH 15/29] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [RFC PATCH 16/29] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [RFC PATCH 17/29] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [RFC PATCH 18/29] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [RFC PATCH 19/29] memblock: replace alloc_bootmem_pages with memblock_alloc
` [RFC PATCH 20/29] memblock: replace __alloc_bootmem with memblock_alloc_from
` [RFC PATCH 21/29] memblock: replace alloc_bootmem with memblock_alloc
` [RFC PATCH 22/29] mm: nobootmem: remove bootmem allocation APIs
` [RFC PATCH 23/29] memblock: replace free_bootmem{_node} with memblock_free
` [RFC PATCH 24/29] memblock: replace free_bootmem_late with memblock_free_late
` [RFC PATCH 25/29] memblock: rename free_all_bootmem to memblock_free_all
` [RFC PATCH 26/29] memblock: rename __free_pages_bootmem to memblock_free_pages
` [RFC PATCH 27/29] mm: remove nobootmem
` [RFC PATCH 28/29] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants

[PATCH v2 00/14] coresight: Implement device claim protocol
 2018-09-06  9:08 UTC  (15+ messages)
` [PATCH v2 01/14] coresight: Handle failures in enabling a trace path
` [PATCH v2 02/14] coresight: tmc-etr: Refactor for handling errors
` [PATCH v2 03/14] coresight: tmc-etr: Handle errors enabling CATU
` [PATCH v2 04/14] coresight: tmc-etb/etf: Prepare to handle errors enabling
` [PATCH v2 05/14] coresight: etm4x: Add support for handling errors
` [PATCH v2 06/14] coresight: etm3: "
` [PATCH v2 07/14] coresight: etb10: Handle errors enabling the device
` [PATCH v2 08/14] coresight: dynamic-replicator: Handle multiple connections
` [PATCH v2 09/14] coresight: Add support for CLAIM tag protocol
` [PATCH v2 10/14] coresight: etmx: Claim devices before use
` [PATCH v2 11/14] coresight: funnel: "
` [PATCH v2 12/14] coresight: catu: Claim device "
` [PATCH v2 13/14] coresight: dynamic-replicator: Claim device for use
` [PATCH v2 14/14] coreisght: tmc: Claim device before use

[PATCH v2 1/2] PCI/ACPI: correct error message for ASPM disabling
 2018-09-06  9:05 UTC  (3+ messages)

[PATCH] printk/tracing: Do not trace printk_nmi_enter()
 2018-09-06  9:04 UTC  (3+ messages)

[PATCH 1/2] powerpc/process: fix nested output in show_user_instructions()
 2018-09-06  9:04 UTC  (3+ messages)

[PATCH] ARM: dts: stih410: change syntax of multiple DAI
 2018-09-06  9:03 UTC 

[PATCH] perf tools: use PTR_ERR_OR_ZERO inetead of return code
 2018-09-06  9:04 UTC 

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-06  9:01 UTC  (6+ messages)
` [PATCH 3/7] vfio: add sdmdev support

[PATCH 1/2 dhowells/mount-api] staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)
 2018-09-06  9:01 UTC  (2+ messages)
` [PATCH 2/2 dhowells/mount-api] staging: erofs: update .mount and .remount_sb

[PATCH v2 0/6] x86/alternatives: text_poke() fixes
 2018-09-06  9:01 UTC  (8+ messages)
` [PATCH v2 4/6] x86/alternatives: initializing temporary mm for patching

[PATCH] cpu/hotplug: Fix rollback during error-out in takedown_cpu()
 2018-09-06  9:00 UTC  (8+ messages)

[PATCH] mac80211: fix TX status reporting for ieee80211s
 2018-09-06  8:57 UTC  (2+ messages)

[PATCH 00/21] DT cpu node iterator
 2018-09-06  8:56 UTC  (10+ messages)
` [PATCH 01/21] of: Add cpu node iterator for_each_of_cpu_node()
` [PATCH 05/21] ARM: shmobile: use for_each_of_cpu_node iterator
` [PATCH 16/21] x86: DT: "
` [PATCH 18/21] edac: cpc925: "

[PATCH 1/1] coresight: etm4x: Configure EL2 exception level when kernel is running in HYP
 2018-09-06  8:55 UTC  (3+ messages)

linux-next boot error (2)
 2018-09-06  8:52 UTC  (3+ messages)

[PATCH 0/2] crypto: Remove VLA usage from skcipher
 2018-09-06  8:51 UTC  (10+ messages)
` [PATCH 2/2] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK

[PATCH] vme: remove unneeded kfree
 2018-09-06  8:51 UTC 

[PATCH v2 1/2] powerpc/process: fix interleaved output in show_user_instructions()
 2018-09-06  8:51 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/process: Constify the number of insns printed by show instructions functions

[PATCH 1/2] mtd: nand: reorder nand manufacturer ids
 2018-09-06  8:49 UTC  (2+ messages)
` [PATCH 2/2] mtd: nand: esmt: retrieve ecc requirements from 5th id byte

general protection fault in tcp_cleanup_ulp
 2018-09-06  8:50 UTC 

[PATCH] platform/x86: ideapad-laptop: Use __func__ instead of read_ec_cmd in pr_err
 2018-09-06  8:49 UTC  (2+ messages)

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-09-06  8:49 UTC  (3+ messages)
` [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

[PATCH 0/1] Fix ADI axi-i2s + Xilinx AXI-DMA capture
 2018-09-06  8:43 UTC  (5+ messages)
` [PATCH 1/1] axi-i2s: set period size register

[PATCH 0/3] thunderbolt: Miscellaneous cleanups
 2018-09-06  8:41 UTC  (5+ messages)
` [PATCH 1/3] thunderbolt: Make the driver less verbose

[PATCH v5 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-09-06  8:39 UTC  (7+ messages)
` [PATCH v5 10/16] x86/mce: enable Hygon support to MCE infrastructure

[PATCH RT 00/22] Linux 4.14.63-rt41-rc1
 2018-09-06  8:38 UTC  (7+ messages)
` [PATCH RT 08/22] Revert "x86: UV: raw_spinlock conversion"
` [PATCH RT 11/22] irqchip/gic-v3-its: Move ITS ->pend_page allocation into an early CPU up hook

linux-next test error
 2018-09-06  8:38 UTC  (8+ messages)

[PATCH] usb: dwc2: disable power_down on Amlogic devices
 2018-09-06  8:36 UTC  (2+ messages)

[PATCH v4 0/2] Harden spectrev2 userspace-userspace protection
 2018-09-06  8:33 UTC  (3+ messages)
` [PATCH v4 1/2] x86/speculation: apply IBPB more strictly to avoid cross-process data leak
` [PATCH v4 2/2] x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation

[PATCH v3 0/3] soc: amlogic: add meson-canvas
 2018-09-06  8:31 UTC  (5+ messages)
` [PATCH v3 2/3] soc: amlogic: add meson-canvas driver
` [PATCH v3 3/3] ARM64: dts: meson-gx: add dmcbus and canvas nodes

[PATCH 0/7] spi: spi-mem: Add a driver for NXP FlexSPI controller
 2018-09-06  8:26 UTC  (9+ messages)
` [PATCH 3/7] "
` [PATCH 4/7] dt-bindings: spi: add binding file for NXP FlexSPI driver

KASAN: use-after-free Read in bpf_tcp_close (2)
 2018-09-06  8:22 UTC 

[PATCH v7 0/2]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-09-06  8:20 UTC  (9+ messages)

[PATCH v4 2/2] x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
 2018-09-06  8:18 UTC 

[PATCH v4 1/2] x86/speculation: apply IBPB more strictly to avoid cross-process data leak
 2018-09-06  8:18 UTC 

[PATCH 03/11] UAPI: virtio_net: Fix use of C++ keywords as structural members
 2018-09-06  8:17 UTC  (12+ messages)
` [RFC] UAPI: Check headers by compiling all together as C++
  ` [PATCH 05/11] UAPI: coda: Don't use internal kernel structs in UAPI
  ` [PATCH 08/11] UAPI: sound: Fix use of u32 and co. in UAPI headers

[PATCH v4 00/16] Add utilization clamping support
 2018-09-06  8:17 UTC  (3+ messages)
` [PATCH v4 02/16] sched/core: uclamp: map TASK's clamp values into CPU's clamp groups

[4.17 regression] Performance drop on kernel-4.17 visible on Stream, Linpack and NAS parallel benchmarks
 2018-09-06  8:16 UTC  (6+ messages)

[PATCH 1/2] thunderbolt: Do not handle ICM events after domain is stopped
 2018-09-06  8:13 UTC  (5+ messages)
` [PATCH 2/2] thunderbolt: Initialize after IOMMUs

[PATCH] kernel: cpu: Handle hotplug failure for state CPUHP_AP_IDLE_DEAD
 2018-09-06  8:10 UTC  (2+ messages)

[PATCH v3 00/12] SMP cleanup and new features
 2018-09-06  8:05 UTC  (13+ messages)
` [PATCH v3 01/12] RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}
` [PATCH v3 02/12] RISC-V: Filter ISA and MMU values in cpuinfo
` [PATCH v3 03/12] RISC-V: Comment on the TLB flush in smp_callin()
` [PATCH v3 04/12] RISC-V: Disable preemption before enabling interrupts
` [PATCH v3 05/12] RISC-V: Provide a cleaner raw_smp_processor_id()
` [PATCH v3 06/12] RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
` [PATCH v3 07/12] RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu
` [PATCH v3 08/12] RISC-V: Use mmgrab()
` [PATCH v3 09/12] RISC-V: User WRITE_ONCE instead of direct access
` [PATCH v3 10/12] RISC-V: Add logical CPU indexing for RISC-V
` [PATCH v3 11/12] RISC-V: Use Linux logical cpu number instead of hartid
` [PATCH v3 12/12] RISC-V: Support cpu hotplug

[PATCH] block: bfq: swap puts in bfqg_and_blkg_put
 2018-09-06  8:05 UTC 

[PATCH] KVM: x86: fix failure of injecting exceptions in x86_emulate_instruction
 2018-09-06  8:02 UTC 

[PATCH] genirq: Avoid race between cpu hot plug and irq_desc() allocation paths
 2018-09-06  7:56 UTC  (4+ messages)

[PATCH v2] lightnvm: pblk-recovery: lightnvm: pblk: Fix two sleep-in-atomic-context bugs
 2018-09-06  7:51 UTC  (2+ messages)

After a couple of months work, (re:Nyt Cloud - A universalized international streaming goods paradigm)
 2018-09-06  7:43 UTC 

Plumbers 2018 - Performance and Scalability Microconference
 2018-09-06  7:45 UTC  (8+ messages)

[PATCH v2] mm: slowly shrink slabs with a relatively small number of objects
 2018-09-06  7:42 UTC  (2+ messages)

[PATCH v8 0/8] Cedrus driver for the Allwinner Video Engine, using media requests
 2018-09-06  7:39 UTC  (8+ messages)
` [PATCH v8 4/8] media: platform: Add Cedrus VPU decoder driver

[4.14.66-rt40] [report][cpuhotplug] BUG: sleeping function called from invalid context at kernel/locking/rtmutex.c:974
 2018-09-06  7:39 UTC  (8+ messages)

[PATCH] drm: refuse ADDFB2 ioctl for broken bigendian drivers
 2018-09-06  7:32 UTC  (2+ messages)

[PATCH v3] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA
 2018-09-06  7:31 UTC  (2+ messages)

[PATCH net] devlink: Fix devlink_param_driverinit_value_set() stub return code
 2018-09-06  7:30 UTC  (5+ messages)

[PATCH 4.19 regression fix] printk: For early boot messages check loglevel when flushing the buffer
 2018-09-06  7:29 UTC  (7+ messages)

POSIX violation by writeback error
 2018-09-06  7:28 UTC  (8+ messages)

[PATCH v3 00/30] IIO-based thermal sensor driver for Allwinner H3 and A83T SoC
 2018-09-06  7:24 UTC  (3+ messages)
` [PATCH v3 30/30] ARM: sun8i: a83t: full range OPP tables and CPUfreq

[PATCH] stm class: increase pos if no free channels found
 2018-09-06  7:22 UTC 

[PATCH] bochs: convert to drm_fb_helper_fbdev_setup/teardown
 2018-09-06  7:23 UTC  (4+ messages)

[PATCHv2 1/1] perf/x86/intel: make error messages less confusing
 2018-09-06  7:21 UTC  (5+ messages)

[PATCH v2 4/6] drm: fix drm_mode_addfb() on big endian machines
 2018-09-06  7:18 UTC  (3+ messages)

[BUG BISECT] NFS root failure (NULL pointer)
 2018-09-06  7:10 UTC 

[PATCH] i2c: xiic: Make the start and the byte count write atomic
 2018-09-06  7:08 UTC  (3+ messages)

[PATCH v2] HID: i2c-hid: Don't reset device upon system resume
 2018-09-06  7:07 UTC  (2+ messages)

[PATCH] mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()
 2018-09-06  7:03 UTC  (6+ messages)

KASAN: slab-out-of-bounds Read in _decode_session6
 2018-09-06  7:00 UTC  (2+ messages)

[PATCH v6 00/14] Energy Aware Scheduling
 2018-09-06  6:56 UTC  (5+ messages)
` [PATCH v6 04/14] PM / EM: Expose the Energy Model in sysfs
` [PATCH v6 07/14] sched/topology: Introduce sched_energy_present static key

[PATCH] x86/mm/pat: Fix L1TF stable backport for CPA
 2018-09-06  6:48 UTC  (2+ messages)

[PATCH] scsi: zfcp: remove redundant put_device
 2018-09-06  6:43 UTC  (3+ messages)

[PATCH v2] xen: avoid crash in disable_hotplug_cpu
 2018-09-06  6:37 UTC 

[PATCH RESEND] zlib: remove fall through warnings
 2018-09-06  6:38 UTC 

[PATCH] xen: remove redundant put_device
 2018-09-06  6:33 UTC 

[PATCH RFC] usb: dwc2: power off during shutdown
 2018-09-06  6:33 UTC  (4+ messages)

[PATCH v4 00/11] arm64: allwinner: Add A64 DE2 HDMI support
 2018-09-06  6:19 UTC  (11+ messages)
` [PATCH v4 08/11] arm64: dts: allwinner: a64: Add display pipeline
  ` [linux-sunxi] "
` [PATCH v4 11/11] arm64: dts: allwinner: a64: Enable HDMI output on A64 boards w/ HDMI
  ` [linux-sunxi] "

[PATCH v2 00/13] drm/mediatek: support hdmi output for mt2701 and mt7623
 2018-09-06  6:03 UTC  (7+ messages)
` [PATCH v2 08/13] drm/mediatek: register hdmi codec more earlier
` [PATCH v2 11/13] drm/mediatek: implement connection from BLS to DPI0
` [PATCH v2 13/13] drm/mediatek: config component output by device node port

[PATCH v2 0/5] watchdog: hpwdt: Bug Fixes/Enhancement
 2018-09-06  6:03 UTC  (2+ messages)

[PATCH 0/3] x86/boot/KASLR: enhance randomness of kernel load addr when using GiB hugepage
 2018-09-06  5:58 UTC  (3+ messages)

[PATCH v2 0/2] Address issues slowing memory init
 2018-09-06  5:49 UTC  (5+ messages)
` [PATCH v2 1/2] mm: Move page struct poisoning to CONFIG_DEBUG_VM_PAGE_INIT_POISON
` [PATCH v2 2/2] mm: Create non-atomic version of SetPageReserved for init use

[PATCH] sysctl: kselftests: use kernel module instead of built-in
 2018-09-06  5:48 UTC  (3+ messages)

[PATCH v2] cgroup: kselftests: add test_core to .gitignore
 2018-09-06  5:47 UTC 

[RFC PATCH V2 1/4] mm: Export alloc_migrate_huge_page
 2018-09-06  5:43 UTC  (4+ messages)
` [RFC PATCH V2 2/4] mm: Add get_user_pages_cma_migrate
` [RFC PATCH V2 3/4] powerpc/mm/iommu: Allow large IOMMU page size only for hugetlb backing
` [RFC PATCH V2 4/4] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_get

[PATCH 0/2] Address issues slowing memory init
 2018-09-06  5:41 UTC  (9+ messages)
` [PATCH 1/2] mm: Move page struct poisoning from CONFIG_DEBUG_VM to CONFIG_DEBUG_VM_PGFLAGS
` [PATCH 2/2] mm: Create non-atomic version of SetPageReserved for init use

[PATCH RESEND] mips: switch to NO_BOOTMEM
 2018-09-06  5:30 UTC  (6+ messages)

[PATCH net-next v2 0/9] rtnetlink: add IFA_TARGET_NETNSID for RTM_GETADDR
 2018-09-06  5:27 UTC  (2+ messages)

[PATCH V2 0/4 next] net: lan78xx: Minor improvements
 2018-09-06  5:20 UTC  (2+ messages)

[RFC PATCH net-next V2 0/6] XDP rx handler
 2018-09-06  5:12 UTC  (13+ messages)

[PATCH] netlink: Make groups check less stupid in netlink_bind()
 2018-09-06  5:11 UTC  (2+ messages)

[PATCH v4 1/4] clk: sunxi-ng: Enable DE2_CCU for SUN8I and SUN50I
 2018-09-06  5:10 UTC  (3+ messages)
  ` [linux-sunxi] "

[PATCH] cpufreq: intel_pstate: Optimize IO boost in non HWP mode
 2018-09-06  4:20 UTC  (7+ messages)

[PATCH] fcoe: make use of fip_mode enum complete
 2018-09-06  4:36 UTC 

[PATCH] mips: txx9: fix iounmap related issue
 2018-09-06  4:19 UTC 

[PATCH net-next 00/11] Vhost_net TX batching
 2018-09-06  4:05 UTC  (6+ messages)
` [PATCH net-next 07/11] tuntap: move XDP flushing out of tun_do_xdp()
` [PATCH net-next 08/11] tun: switch to new type of msg_control
` [PATCH net-next 09/11] tuntap: accept an array of XDP buffs through sendmsg()
` [PATCH net-next 10/11] tap: "
` [PATCH net-next 11/11] vhost_net: batch submitting XDP buffers to underlayer sockets

[PATCH 05/11] UAPI: coda: Don't use internal kernel structs in UAPI
 2018-09-05 17:12 UTC 


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