public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-23 08:17:07 to 2017-08-23 12:37:12 UTC [more...]

[PATCH] wireless: ipw2x00: make iw_handler_def const
 2017-08-23 12:36 UTC 

[RFC v2 0/4] arm-smmu-v3 tlbi-on-map option
 2017-08-23 12:36 UTC  (7+ messages)
` [RFC v2 2/4] iommu/arm-smmu-v3: Add tlbi_on_map option

[v5 1/4] mm, oom: refactor the oom_kill_process() function
 2017-08-23 12:30 UTC  (3+ messages)

[PATCH] ALSA: ctxfi: make hw structures const
 2017-08-23 12:28 UTC 

[PATCH v2 1/2] KVM: VMX: use kvm_event_needs_reinjection
 2017-08-23 12:27 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: X86: Fix loss of exception which has not yet injected

[PATCH] selftests: timers: remove rtctest_setdate from run_destructive_tests
 2017-08-23 12:27 UTC  (2+ messages)

[PATCH][V2][netdev-next] gre: remove duplicated assignment of iph
 2017-08-23 12:26 UTC  (2+ messages)

[PATCH 0/3] Make count list_lru_one::nr_items lockless
 2017-08-23 12:26 UTC  (6+ messages)
` [PATCH 3/3] mm: Count "

[PATCH] RFC: hung task: Check specific tasks for long uninterruptible sleep state
 2017-08-23 12:25 UTC  (3+ messages)

kvm splat in mmu_spte_clear_track_bits
 2017-08-23 12:22 UTC  (6+ messages)

[PATCH v3 0/3] Add usb3 ctrl node on RK3328 SoCs and enable usb3 host on RK3328 evb
 2017-08-23 12:22 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: usb: add DT binding for RK3328 dwc3 controller

gcc-8 objtool warnings
 2017-08-23 12:22 UTC 

[PATCH v2 00/10] Remove unnecessary function
 2017-08-23 12:21 UTC  (11+ messages)
` [PATCH v2 01/10] ASoC: s3c24xx_uda134x: Remove unnecessary function call
` [PATCH v2 02/10] ASoC: mediatek: "
` [PATCH v2 03/10] ASoC: Intel: "
` [PATCH v2 04/10] ASoC: atmel: "
` [PATCH v2 05/10] ASoC: rockchip: "
` [PATCH v2 06/10] ASoC: mxs-sgtl5000: "
` [PATCH v2 07/10] ASoC: qcom: Remove useless "
` [PATCH v2 08/10] ASoC: sun4i-codec: Remove unnecessary "
` [PATCH v2 09/10] ASoC: tegra: "
` [PATCH v2 10/10] ASoC: ux500: "

[PATCH 0/4] workqueue and lockdep stuffs
 2017-08-23 11:58 UTC  (5+ messages)
` [PATCH 1/4] workqueue: Use TASK_IDLE
` [PATCH 2/4] lockdep/selftests: Add mixed read-write ABBA tests
` [PATCH 3/4] workqueue/lockdep: Fix flush_work() annotation
` [PATCH 4/4] lockdep: Fix workqueue crossrelease annotation

[PATCH 0/5] Updates to arc clock tree managment
 2017-08-23 12:18 UTC  (7+ messages)
` [PATCH 3/5] ARC: AXS103: DTS: Add core pll node to manage cpu frequency
` [PATCH 4/5] ARC: AXS103: DTS: Set cpu frequency explicitly via dts

[PATCH 0/4] iommu/pamu: Support generic iommu-device handles
 2017-08-23 12:17 UTC  (3+ messages)
` [PATCH 4/4] iommu/pamu: Add support for generic iommu-device

[PATCH 0/4] constify ac97_pcm structures
 2017-08-23 12:09 UTC  (5+ messages)
` [PATCH 1/4] ALSA: aaci: "
` [PATCH 2/4] ALSA: ac97c: "
` [PATCH 3/4] ALSA: atiixp: "
` [PATCH 4/4] ALSA: intel8x0: "

[PATCH 00/13] Introduce IOMMU-API TLB Flushing Interface
 2017-08-23 12:09 UTC  (6+ messages)

[PATCHv6 00/19] Boot-time switching between 4- and 5-level paging
 2017-08-23 12:03 UTC  (20+ messages)
` [PATCHv6 01/19] mm/sparsemem: Allocate mem_section at runtime for SPARSEMEM_EXTREME
` [PATCHv6 02/19] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
` [PATCHv6 03/19] x86/kasan: Use the same shadow offset for 4- and 5-level paging
` [PATCHv6 04/19] x86/xen: Provide pre-built page tables only for XEN_PV and XEN_PVH
` [PATCHv6 05/19] x86/xen: Drop 5-level paging support code from XEN_PV code
` [PATCHv6 06/19] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
` [PATCHv6 07/19] x86/mm: Make virtual memory layout movable for CONFIG_X86_5LEVEL
` [PATCHv6 08/19] x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
` [PATCHv6 09/19] x86/mm: Make MAX_PHYSADDR_BITS and MAX_PHYSMEM_BITS dynamic
` [PATCHv6 10/19] x86/mm: Make __PHYSICAL_MASK_SHIFT and __VIRTUAL_MASK_SHIFT dynamic
` [PATCHv6 11/19] x86/mm: Make STACK_TOP_MAX dynamic
` [PATCHv6 12/19] x86/mm: Adjust virtual address space layout in early boot
` [PATCHv6 13/19] x86/mm: Make early boot code support boot-time switching of paging modes
` [PATCHv6 14/19] x86/mm: Fold p4d page table layer at runtime
` [PATCHv6 15/19] x86/mm: Replace compile-time checks for 5-level with runtime-time
` [PATCHv6 16/19] x86/mm: Allow to boot without la57 if CONFIG_X86_5LEVEL=y
` [PATCHv6 17/19] x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVEL
` [PATCHv6 18/19] x86/mm: Redefine some of page table helpers as macros
` [PATCHv6 19/19] x86/mm: Offset boot-time paging mode switching cost

[PATCH v6 0/3] perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi
 2017-08-23 11:54 UTC  (13+ messages)
` [PATCH v6 2/3]: perf/core: use context tstamp_data for skipped events on mux interrupt
` [PATCH v7 0/2] perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi
  ` [PATCH v7 1/2] perf/core: use rb trees for pinned/flexible groups
  ` [PATCH v7 2/2] perf/core: add mux switch to skip to the current CPU's events list on mux interrupt

[PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40
 2017-08-23 11:56 UTC  (3+ messages)

[PATCH][netdev-next] gre: remove duplicated assignment of iph
 2017-08-23 11:52 UTC  (2+ messages)

[PATCH 0/2] net: Fix crashes due to activity during suspend
 2017-08-23 11:45 UTC  (3+ messages)

[PATCH V9 1/2] powerpc/numa: Update CPU topology when VPHN enabled
 2017-08-23 11:41 UTC  (2+ messages)

[PATCH] rwsem: fix missed wakeup due to reordering of load
 2017-08-23 11:28 UTC 

[PATCH net] sctp: Avoid out-of-bounds reads from address storage
 2017-08-23 11:27 UTC 

[PATCH][next] tracing: remove redundant unread variable ret
 2017-08-23 11:23 UTC 

[PATCH V9 2/2] powerpc/nodes: Ensure enough nodes avail for operations
 2017-08-23 11:20 UTC  (2+ messages)

[PATCH] tty: xilinx_uartps: move to arch_initcall for earlier console
 2017-08-23 11:20 UTC 

[PATCH 1/2] powerpc/workqueue: update list of possible CPUs
 2017-08-23 11:17 UTC  (6+ messages)

[PATCH v2 0/3] Initial Allwinner V3s CSI Support
 2017-08-23 11:13 UTC  (5+ messages)
` [PATCH v2 1/3] media: V3s: Add support for Allwinner CSI

[PATCH v2] staging: olpc_dcon: Change fixed function names with "%s: ", __func__
 2017-08-23 11:12 UTC 

linux-next: build failure after merge of the security tree
 2017-08-23 11:12 UTC 

[BUGFIX PATCH v2] staging: ccree: save ciphertext for CTS IV
 2017-08-23 11:09 UTC  (4+ messages)

[PATCH] doc: coresight: correct usage for '/dev/cpu_dma_latency'
 2017-08-23 11:08 UTC  (3+ messages)

[PATCH][next] ASoC: tegra: remove unused variable machine, fixes build warning
 2017-08-23 11:06 UTC  (2+ messages)

[PATCH] ASoC: Add a sanity check before using dai driver name
 2017-08-23 11:06 UTC  (4+ messages)

[PATCH ALT4 V3 1/2] audit: show fstype:pathname for entries with anonymous parents
 2017-08-23 11:03 UTC  (2+ messages)
` [PATCH ALT4 V3 2/2] audit: filter PATH records keyed on filesystem magic

[PATCH 0/2] Amend tty Goldfish driver functionality
 2017-08-23 10:46 UTC  (4+ messages)
` [PATCH 1/2] tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms

[RFC PATCH v1] irqchip: Add support for tango interrupt router
 2017-08-23 10:58 UTC  (14+ messages)
    ` [RFC PATCH v2] "
          ` [RFC PATCH v3] "
              ` [PATCH v4] "
                ` [PATCH v5] "
                  ` [PATCH v6] "

[PATCH] usb:xhci:Fix regression when ATI chipsets detected
 2017-08-23 10:56 UTC 

[PATCH] ALSA: USB-MIDI: Use common error handling code in __snd_usbmidi_create()
 2017-08-23 10:54 UTC  (3+ messages)
` [alsa-devel] "

[PATCH 3/3 v3] net: tipc: constify genl_ops
 2017-08-23 10:52 UTC 

[PATCH V8 net-next 00/22] Huawei HiNIC Ethernet Driver
 2017-08-23 10:46 UTC  (7+ messages)

[PATCH v3 1/3] lockdep: Make LOCKDEP_CROSSRELEASE configs all part of PROVE_LOCKING
 2017-08-23 10:46 UTC  (19+ messages)

linux-next: build failure after merge of the akpm-current tree
 2017-08-23 10:41 UTC 

[PATCH 0/3] media: atmel-isc: Supplement the configuration of formats
 2017-08-23 10:37 UTC  (7+ messages)
` [PATCH 1/3] media: atmel-isc: Not support RBG format from sensor

[RESEND PATCH] staging: fsl-mc: be consistent when checking strcmp() returns
 2017-08-23 10:36 UTC 

[PATCH v3] net: sunrpc: svcsock: fix NULL-pointer exception
 2017-08-23 10:33 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v7 0/2] PCI: iproc: SOC specific fixes
 2017-08-23 10:27 UTC  (4+ messages)
` [PATCH v7 1/2] PCI: iproc: Retry request when CRS returned from EP

[PATCH 3/3 v2] net: netlink: constify genl_ops
 2017-08-23 10:24 UTC  (3+ messages)

[PATCH 1/2] f2fs: fix to avoid race in between aio and gc
 2017-08-23 10:23 UTC  (2+ messages)
` [PATCH 2/2] f2fs: trigger fdatasync for non-atomic_write file

[PATCH 0/3] constify dsa_switch_ops
 2017-08-23 10:16 UTC  (4+ messages)
` [PATCH 1/3] net: dsa: loop: "
` [PATCH 2/3] net: dsa: lan9303: "
` [PATCH 3/3] net: dsa: mt7530: "

[PATCH v5 0/4] Add support for ThunderX2 pmu events using json files
 2017-08-23 10:17 UTC  (5+ messages)
` [PATCH v5 2/4] perf tools arm64: Add support for get_cpuid_str function

[PATCH] fix memory leak on kvm_vm_ioctl_create_spapr_tce
 2017-08-23 10:17 UTC  (8+ messages)
    `  "
      `  "
          ` 答复: "

[PATCH 1/2] KVM: VMX: use kvm_event_needs_reinjection
 2017-08-23 10:16 UTC  (3+ messages)
` [PATCH 2/2] KVM: X86: Fix loss of exception which has not yet injected

Merging iosf_mbi patches via the drm-tip tree
 2017-08-23 10:14 UTC 

[PATCH][net-next] net: hinic: make functions set_ctrl0 and set_ctrl1 static
 2017-08-23 10:08 UTC  (2+ messages)

[PATCH 0/3] constify *_ops
 2017-08-23 10:05 UTC  (6+ messages)
` [PATCH 1/3] net: rtlwifi: constify rate_control_ops
` [PATCH 2/3] net: rsi: mac80211: constify ieee80211_ops
` [PATCH 3/3] net: rsi: netlink: constify genl_ops

[RESEND PATCH 0/3] mm: Add cache coloring mechanism
 2017-08-23 10:02 UTC  (4+ messages)
` [RESEND PATCH 1/3] mm: move free_list selection to dedicated functions
` [RESEND PATCH 2/3] mm: Add page colored allocation path
` [RESEND PATCH 3/3] mm: Add helper rbtree to search for next cache color

[PATCH v5] mtd: spi-nor: add support for GD25Q256
 2017-08-23 10:01 UTC 

[PATCH 1/2] dax: fallback on misaligned PMD faults
 2017-08-23  9:58 UTC  (5+ messages)
` [PATCH v2 1/2] dax: fix deadlock due to "
  ` [PATCH v2 2/2] dax: use PG_PMD_COLOUR instead of open coding

[PATCH v1 0/3] Enable some devices for rk3328 evaluation board
 2017-08-23  9:58 UTC  (5+ messages)
` [PATCH v1 1/3] arm64: dts: rockchip: add mmc nodes "
` [PATCH v1 2/3] cpufreq: rockchip: add support for rk3328 soc
` [PATCH v1 3/3] arm64: dts: rockchip: add cpu regulator for rk3328 evaluation board

[ANNOUNCE] v4.11.12-rt10
 2017-08-23  9:57 UTC  (3+ messages)
` v4.11.12-rt10 - hotplug lockdep splat
` [patch-rt] drivers/zram: fix zcomp_stream_get() smp_processor_id() use in preemptible code

[PATCH v2] rtc: sa1100: make alarms useful
 2017-08-23  9:49 UTC 

[PATCH] misc: pci_endpoint_test: make boolean no_msi static
 2017-08-23  9:47 UTC 

[PATCH RFC] media: open.rst: document devnode-centric and mc-centric types
 2017-08-23  9:37 UTC  (2+ messages)

[PATCH] clk: ti: make clk_ops const
 2017-08-23  9:31 UTC  (2+ messages)

[PATCH] ASoC: rt5677: Reintroduce I2C device IDs
 2017-08-23  9:28 UTC  (2+ messages)

[PATCH] staging:rtl8188eu:core Fix coding style Issues
 2017-08-23  9:15 UTC 

[PATCH] irqchip: Convert to using %pOF instead of full_name
 2017-08-23  9:17 UTC  (2+ messages)

DSA support for Micrel KSZ8895
 2017-08-23  9:09 UTC  (4+ messages)

[PATCH] staging: fsl-mc: move bus driver out of staging
 2017-08-23  9:08 UTC  (3+ messages)

[BUGFIX PATCH] staging: ccree: save ciphertext for CTS IV
 2017-08-23  9:04 UTC  (3+ messages)

[PATCH v2 0/8] ARM/ARM64 Direct EOI setup for VFIO platform interrupts
 2017-08-23  8:58 UTC  (4+ messages)
` [PATCH v2 6/8] KVM: arm/arm64: vgic: Implement forwarding setting

[PATCH v2 0/4] Fix problems with PDF output with Sphinx 1.6
 2017-08-23  8:56 UTC  (5+ messages)
` [PATCH v2 1/4] media: fix pdf build with Spinx 1.6
` [PATCH v2 2/4] media: dev-sliced-vbi.rst: fix verbatim font size on a table
` [PATCH v2 3/4] docs-rst: pdf: use same vertical margin on all Sphinx versions
` [PATCH v2 4/4] docs-rst: Allow Sphinx version 1.6

linux-next-20170823 failed to build for arm64/defconfig
 2017-08-23  8:53 UTC  (2+ messages)

[PATCH v3] net: stmmac: Delete dead code for MDIO registration
 2017-08-23  8:50 UTC 

[GIT PULL] GPIO fixes for v4.13
 2017-08-23  8:48 UTC 

[PATCH v4] mtd: spi-nor: add support for GD25Q256
 2017-08-23  8:46 UTC  (5+ messages)

[PATCH 0/2 v7] printk: Add new timestamps
 2017-08-23  8:45 UTC  (3+ messages)
` [PATCH 2/2 v7] printk: Add monotonic, boottime, and realtime timestamps

[patch 1/2] mm, compaction: kcompactd should not ignore pageblock skip
 2017-08-23  8:41 UTC  (4+ messages)
` [patch 2/2] mm, compaction: persistently skip hugetlbfs pageblocks

[PATCH] ALSA: core: Use common error handling code in two functions
 2017-08-23  8:39 UTC  (15+ messages)
  ` [PATCH 0/6] ALSA: core: Fine-tuning for some function implementations
    ` [PATCH 1/6] ALSA: pcm: Use common error handling code in _snd_pcm_new()
    ` [PATCH 2/6] ALSA: pcm: Adjust nine function calls together with a variable assignment
    ` [PATCH 3/6] ALSA: pcm: Adjust 11 checks for null pointers
    ` [PATCH 4/6] ALSA: timer: Use common error handling code in alsa_timer_init()
    ` [PATCH 5/6] ALSA: timer: Adjust a condition check in snd_timer_resolution()
    ` [PATCH 6/6] ALSA: timer: Adjust 13 checks for null pointers

[PATCH] drm/amdgpu: check memory allocation failure
 2017-08-23  8:39 UTC  (2+ messages)

[RFC][PATCHv5 00/13] printk: introduce printing kernel thread
 2017-08-23  8:33 UTC  (2+ messages)

[PATCH] x86/ioapic: Correctly print IRTE's index field when enabling INTR
 2017-08-23  8:25 UTC  (2+ messages)
` [tip:x86/apic] x86/ioapic: Print the IRTE's index field correctly "

[PATCH v9 0/2] serio: PS/2 gpio bit banging driver for serio bus
 2017-08-23  8:29 UTC  (3+ messages)
` [PATCH v9 1/2] "

[PATCH] mm/page_fault: Remove reduntant check for write access
 2017-08-23  8:28 UTC 

[PATCH] rtc: ds1307: add basic support for ds1341 chip
 2017-08-23  8:25 UTC  (2+ messages)

[PATCH] x86/boot/KASLR: exclude EFI_BOOT_SERVICES_{CODE|DATA} from KASLR's choice
 2017-08-23  8:24 UTC  (8+ messages)
` [PATCH v3 2/2] x86/efi: clean up dead code around efi_reserve_boot_services()
          ` [PATCH] x86/boot: check overlap between kernel and EFI_BOOT_SERVICES_*

[PATCH v3] pinctrl: aspeed: Fix ast2500 strap register write logic
 2017-08-23  8:23 UTC  (4+ messages)

[PATCH] MIPS: Revert "MIPS: Fix race on setting and getting cpu_online_mask"
 2017-08-23  8:21 UTC 

[PATCH] gpio: twl6040: remove unneeded forward declaration
 2017-08-23  8:20 UTC  (2+ messages)

[PATCH v3] serial: 8250_of: Add basic PM runtime support
 2017-08-23  8:15 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox