linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-28 16:59:09 to 2018-11-28 20:35:14 UTC [more...]

use generic DMA mapping code in powerpc V4
 2018-11-28 20:35 UTC  (6+ messages)

[PATCH] fscache: fix race between enablement and dropping of object
 2018-11-28 20:18 UTC  (3+ messages)

[PATCH v2] x86/resctrl: fix the uninitialized variable warning
 2018-11-28 20:31 UTC 

[PATCH v2 0/4] PCI / iommu / thunderbolt: IOMMU based DMA protection
 2018-11-28 20:31 UTC  (5+ messages)
` [PATCH v2 1/4] PCI / ACPI: Identify untrusted PCI devices

[PATCH] x86/resctrl: fix the uninitialized variable warning
 2018-11-28 20:29 UTC  (2+ messages)

[GIT] Networking
 2018-11-28 20:27 UTC 

[PATCH] drm/amd/pp: fix spelling mistake "dependancy" -> "dependency"
 2018-11-28 20:26 UTC  (2+ messages)

overlayfs access checks on underlying layers
 2018-11-28 20:24 UTC  (7+ messages)

[PATCH] PCI: Mark NXP LS1088 to avoid bus reset bus
 2018-11-28 20:15 UTC  (5+ messages)

dcache_readdir NULL inode oops
 2018-11-28 20:08 UTC  (8+ messages)

[PULL 0/3] Xtensa fixes for v4.20-rc5
 2018-11-28 20:07 UTC 

[Bug] SD card reader in Acer Aspire S5 broken in 4.20-rc
 2018-11-28 20:05 UTC  (5+ messages)

[PATCH] pci: imx6: support kernels built in Thumb-2 mode
 2018-11-28 20:00 UTC  (8+ messages)

[RFC PATCH v3] genirq/affinity: Create and transfer more irq desc info by a new structure
 2018-11-28 20:00 UTC  (2+ messages)

File not found: /sys/kernel/debug/tracing/events/syscalls
 2018-11-28 19:59 UTC  (8+ messages)
` [PATCH] arm64: ftrace: Fix to enable syscall events on arm64

[RFC v2 00/14] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-11-28 19:54 UTC  (4+ messages)

[PATCH] tools/lib/traceevent: Add sanity check to is_timestamp_in_us()
 2018-11-28 19:55 UTC 

[PATCH 1/6] staging: rtl8188eu: use __func__ in hal8188e_rate_adaptive.c
 2018-11-28 19:49 UTC  (7+ messages)
` [PATCH 2/6] staging: rtl8188eu: remove parentheses "
` [PATCH 3/6] staging: rtl8188eu: add spaces around operators "
` [PATCH 4/6] staging: rtl8188eu: cleanup lines ending with '('
` [PATCH 5/6] staging: rtl8188eu: cleanup alignment issues in hal8188e_rate_adaptive.c
` [PATCH 6/6] staging: rtl8188eu: cleanup comment "

[PATCH v4 00/21] lib, rtc: Print rtc_time via %ptR[dt][r]
 2018-11-28 19:48 UTC  (23+ messages)
` [PATCH v4 01/21] nvmem: Mark nvmem_type_str array with __maybe_unused
` [PATCH v4 02/21] lib/vsprintf: Print time and date in human readable format via %pt
` [PATCH v4 03/21] rtc: Switch to use %ptR
` [PATCH v4 04/21] rtc: at91rm9200: "
` [PATCH v4 05/21] rtc: at91sam9: "
` [PATCH v4 06/21] rtc: m41t80: "
` [PATCH v4 07/21] rtc: m48t59: "
` [PATCH v4 08/21] rtc: mcp795: "
` [PATCH v4 09/21] rtc: pcf50633: "
` [PATCH v4 10/21] rtc: pic32: "
` [PATCH v4 11/21] rtc: pm8xxx: "
` [PATCH v4 12/21] rtc: puv3: "
` [PATCH v4 13/21] rtc: rk808: "
` [PATCH v4 14/21] rtc: rx6110: "
` [PATCH v4 15/21] rtc: rx8025: "
` [PATCH v4 16/21] rtc: s3c: "
` [PATCH v4 17/21] rtc: s5m: "
` [PATCH v4 18/21] rtc: tegra: "
` [PATCH v4 19/21] Input: hp_sdc_rtc - "
` [PATCH v4 20/21] mk68/mac: "
` [PATCH v4 21/21] PM: "

remove the ->mapping_error method from dma_map_ops V2
 2018-11-28 19:47 UTC  (16+ messages)

[PATCH 0/4] V3D TFU engine support
 2018-11-28 19:45 UTC  (4+ messages)
` [PATCH 4/4] drm/v3d: Add support for submitting jobs to the TFU

[PATCH anybus v4 0/7] Add Fieldbus subsystem + support HMS Profinet card
 2018-11-28 19:39 UTC  (8+ messages)
` [PATCH anybus v4 1/7] fieldbus_dev: add Fieldbus Device subsystem

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-11-28 19:36 UTC  (20+ messages)
` [RFC v3 01/19] kunit: test: add KUnit test runner core
` [RFC v3 02/19] kunit: test: add test resource management API
` [RFC v3 03/19] kunit: test: add string_stream a std::stream like string builder
` [RFC v3 04/19] kunit: test: add test_stream a std::stream like logger
` [RFC v3 05/19] kunit: test: add the concept of expectations
` [RFC v3 06/19] arch: um: enable running kunit from User Mode Linux
` [RFC v3 07/19] kunit: test: add initial tests
` [RFC v3 08/19] arch: um: add shim to trap to allow installing a fault catcher for tests
` [RFC v3 09/19] kunit: test: add the concept of assertions
` [RFC v3 10/19] kunit: test: add test managed resource tests
` [RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
` [RFC v3 12/19] kunit: add KUnit wrapper script and simple output parser
` [RFC v3 13/19] kunit: improve output from python wrapper
` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit
` [RFC v3 15/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [RFC v3 16/19] arch: um: make UML unflatten device tree when testing
` [RFC v3 17/19] of: unittest: migrate tests to run on KUnit
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest
` [RFC v3 19/19] of: unittest: split up some super large test cases

[RFC PATCH v1 0/7] Block/XFS: Support alternative mirror device retry
 2018-11-28 19:38 UTC  (4+ messages)

[PATCH] crypto: use memzero_explicit instead of memset to clear contexts
 2018-11-28 19:36 UTC 

[RFC PATCH 0/5] x86: dynamic indirect call promotion
 2018-11-28 19:34 UTC  (3+ messages)

[PATCH] iio: adc: Replace license text w/ SPDX identifier
 2018-11-28 19:29 UTC  (2+ messages)

[PATCH 00/41] scsi: Mark expected switch fall-throughs
 2018-11-28 19:24 UTC  (5+ messages)
` [PATCH 03/41] scsi: aacraid: aachba: "
` [PATCH 04/41] scsi: aacraid: linit: Mark expected switch fall-through

[PATCH v17 18/23] platform/x86: Intel SGX driver
 2018-11-28 19:22 UTC  (11+ messages)

[PATCH v5 0/7] tpm: retrieve digest size of unknown algorithms from TPM
 2018-11-28 19:19 UTC  (11+ messages)
` [PATCH v5 6/7] tpm: ensure that the output of PCR read contains the correct digest size

Rough idea of implementing blocking perf calls for system call tracepoints
 2018-11-28 19:18 UTC  (2+ messages)

[PATCH] x86: boot: add missing va_end to die
 2018-11-28 19:15 UTC  (2+ messages)
` [tip:x86/boot] x86/boot: Add missing va_end() to die()

[PATCH net-next] net: qualcomm: rmnet: remove set but not used variables 'ip_family, fc_seq, qos_id'
 2018-11-28 19:10 UTC  (2+ messages)

[PATCH net-next] qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_info'
 2018-11-28 19:10 UTC  (2+ messages)

[PATCH net-next] net: neterion: vxge: remove set but not used variables 'max_frags' and 'txdl_priv'
 2018-11-28 19:10 UTC  (2+ messages)

[PATCH 0/1] drm/msm/a6xx: Add interconnect support
 2018-11-28 19:09 UTC  (3+ messages)
` [PATCH 1/1] drm/msm/a6xx: Add support for an interconnect path
  ` [Freedreno] "

Trumps
 2018-11-28 19:01 UTC 

[4.19-stable PATCH] dax: Avoid losing wakeup in dax_lock_mapping_entry
 2018-11-28 18:53 UTC 

[PATCH v2] arm64: dts: qcom: sdm845: Add qspi (quad SPI) node
 2018-11-28 18:59 UTC  (3+ messages)

[PATCH v6 00/10] x86/alternative: text_poke() fixes
 2018-11-28 18:59 UTC  (3+ messages)
` [PATCH v6 08/10] x86: avoid W^X being broken during modules loading

[PATCH] net: dwc-xlgmac: set skb to NULL after freeing it
 2018-11-28 18:59 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: clock: qcom: Fix the xo parent in gpucc example
 2018-11-28 18:57 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: sdm845: Add gpu clock controller node

[RFC -next v0 0/3] netfilter: expose flow offload tables as an ebpf map
 2018-11-28 18:51 UTC  (6+ messages)
` [RFC -next v0 1/3] bpf: modular maps

[PATCH] amd-xgbe: set skb to NULL after freeing it
 2018-11-28 18:49 UTC  (2+ messages)

[PATCH] clk: qcom: gpu_cc_gmu_clk_src has 5 parents, not 6
 2018-11-28 18:48 UTC 

[PATCH 00/15] rtc: sun6i: clock rework and pre-H6 SoC support
 2018-11-28 18:45 UTC  (2+ messages)
` [linux-sunxi] "

[PATCH] x86/mm/dump_pagetables: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-28 18:44 UTC  (4+ messages)

[PATCH] clk: renesas: Mark rza2_cpg_clk_register static
 2018-11-28 18:42 UTC  (2+ messages)

[PATCH] net: hisilicon: remove unexpected free_netdev
 2018-11-28 18:42 UTC  (2+ messages)

[PATCH] rapidio/rionet: do not free skb before reading its length
 2018-11-28 18:41 UTC  (2+ messages)

[LKP] [mm] ac5b2c1891: vm-scalability.throughput -61.3% regression
 2018-11-28 18:39 UTC  (6+ messages)

[PATCH] aio: Convert ioctx_table to XArray
 2018-11-28 18:35 UTC 

[PATCH 0/2] Don’t leave executable TLB entries to freed pages
 2018-11-28 18:29 UTC  (5+ messages)

[PATCH] x86/resctrl: Ensure usage of CPUs are locked while needed
 2018-11-28 18:22 UTC 

[PATCH] x86/resctrl: Fix rdt_find_domain() return value checks
 2018-11-28 18:20 UTC 

[PATCH] mm/memblock: skip kmemleak for kasan_init()
 2018-11-28 18:18 UTC  (2+ messages)

[PATCH v10 0/8] Introduce on-chip interconnect API
 2018-11-28 18:18 UTC  (4+ messages)
` [PATCH v10 1/7] interconnect: Add generic "

[PATCH] staging: wilc1000: correct inconsistent indenting
 2018-11-28 18:17 UTC 

[PATCH 0/2] staging: iio: ad7780: move out of staging
 2018-11-28 18:16 UTC  (3+ messages)
` [PATCH 1/2] staging: iio: ad7780: Add gain & filter gpio support
` [PATCH 2/2] staging: iio: ad7780: Moving ad7780 out of staging

[PATCH v3 00/20] lib, rtc: Print rtc_time via %ptR[dt][rv]
 2018-11-28 18:16 UTC  (4+ messages)
` [PATCH v3 01/20] lib/vsprintf: Print time and date in human readable format via %pt

macb: probe of 10090000.ethernet failed with error -110
 2018-11-28 18:15 UTC  (2+ messages)

[RFC PATCH 0/6] ASoC:Intel:Skylake: Enable HDaudio legacy fallback
 2018-11-28 18:09 UTC  (3+ messages)

[PATCH v3 1/2] PCI: imx6: introduce drvdata
 2018-11-28 18:01 UTC  (12+ messages)
` [PATCH v3 2/2] PCI: imx6: limit DBI register length

[PATCHv2 0/4] PCI: dwc: add prefetchable memory range support
 2018-11-28 17:59 UTC  (3+ messages)
` [PATCHv2 4/4] "

[PATCH v2 1/9] drm/msm/mdp4: only use lut_clk on mdp4.2+
 2018-11-28 17:55 UTC  (4+ messages)
` [PATCH v2 5/9] drm/msm: add headless gpu device (for imx5)
  ` [Freedreno] "

[PATCH] softirq: don't push timer softirq handling to ksoftirqd
 2018-11-28 17:56 UTC  (5+ messages)
      ` [kreview] "

[PATCH v2 0/4] x86/kvm/hyper-v: Implement Direct Mode for synthetic timers
 2018-11-28 17:55 UTC  (9+ messages)
` [PATCH v2 1/4] x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h

[PATCH v4 0/20] MMP platform fixes
 2018-11-28 17:53 UTC  (21+ messages)
` [PATCH v4 01/20] dt-bindings: mrvl,mmp-timer: add clock
` [PATCH v4 02/20] DT: marvell,mmp2: fix the gpio interrupt cell number
` [PATCH v4 03/20] DT: marvell,mmp2: give gpio node a name
` [PATCH v4 04/20] DT: marvell,mmp2: add clock to the timer
` [PATCH v4 05/20] DT: marvell,mmp2: add MMC controllers
` [PATCH v4 06/20] DT: marvell,mmp2: fix TWSI2
` [PATCH v4 07/20] DT: marvell,mmp2: add more TWSI controllers
` [PATCH v4 08/20] DT: marvell,mmp2: add OTG PHY
` [PATCH v4 09/20] DT: marvell,mmp2: add USB OTG host controller
` [PATCH v4 10/20] DT: marvell,mmp2: Add SSP controllers
` [PATCH v4 11/20] irqchip/mmp: only touch the PJ4 & FIQ bits on enable/disable
` [PATCH v4 12/20] irqchip/mmp: do not use of_address_to_resource() to get mux regs
` [PATCH v4 13/20] gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2
` [PATCH v4 14/20] ARM: mmp/mmp2: use cpu_is_pj4() instead of cpu_is_mmp2()
` [PATCH v4 15/20] ARM: mmp2: initialize clocks before the timer
` [PATCH v4 16/20] ARM: mmp/mmp2: dt: enable the clock
` [PATCH v4 17/20] ARM: mmp: add a pxa-usb-phy device
` [PATCH v4 18/20] ARM: mmp: add an instance of pxa-usb-phy to ttc_dkb and aspenite
` [PATCH v4 19/20] USB: phy-mv-usb: use phy-pxa-usb
` [PATCH v4 20/20] USB: gadget: mv-udc: "

[PATCH V5 1/2] base/drivers/arch_topology: Replace mutex with READ_ONCE / WRITE_ONCE
 2018-11-28 17:54 UTC  (3+ messages)

[PATCH] usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
 2018-11-28 16:40 UTC 

[PATCH] f2fs: avoid frequent costly fsck triggers
 2018-11-28 17:48 UTC  (5+ messages)
` [f2fs-dev] "

KASAN: use-after-free Read in trailing_symlink
 2018-11-28 17:40 UTC 

KASAN: use-after-free Read in link_path_walk
 2018-11-28 17:40 UTC 

possible deadlock in start_creating
 2018-11-28 17:40 UTC 

KMSAN: uninit-value in ip6_compressed_string
 2018-11-28 17:40 UTC 

KASAN: use-after-free Read in path_lookupat
 2018-11-28 17:40 UTC 

[RFC v3 0/3] qcom: GPIO IRQ wakeup using PDC irqchip
 2018-11-28 17:39 UTC  (8+ messages)
` [RFC v3 2/3] dt-bindings: sdm845-pinctrl: add wakeup interrupt parent for GPIO

[PATCH AUTOSEL 4.14 01/21] pinctrl: meson: fix pinconf bias disable
 2018-11-28 17:39 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 10/21] ARM: make lookup_processor_type() non-__init

[PATCH] xen: xlate_mmu: add missing header to fix 'W=1' warning
 2018-11-28 17:38 UTC  (2+ messages)

[PATCH] Compiler Attributes: move kernel-only attributes into __KERNEL__
 2018-11-28 17:36 UTC  (3+ messages)

[PATCH v2 0/6] freezer for cgroup v2
 2018-11-28 17:36 UTC  (6+ messages)
` [PATCH v2 3/6] cgroup: cgroup v2 freezer

[PATCH] drm/pl111: add of_node_put()
 2018-11-28 17:31 UTC  (2+ messages)

[PATCH 0/9] iommu: clean up/remove modular stuff from non-modules
 2018-11-28 17:28 UTC  (8+ messages)
` [PATCH 8/9] iommu: arm-smmu: make it explicitly non-modular
` [PATCH 5/9] iommu: ipmmu-vmsa: "

[PATCH net-next] tcp: introduce skb_rbtree_walk_safe() and use it in tcp_clean_rtx_queue()
 2018-11-28 17:26 UTC  (4+ messages)

[PATCH v3] powerpc/mm: add exec protection on powerpc 603
 2018-11-28 17:21 UTC 

[PATCH 0/6] media: don't ifdef v4l2_subdev_get_try_format() any more
 2018-11-28 17:19 UTC  (7+ messages)
` [PATCH 1/6] media: v4l2-subdev: stub v4l2_subdev_get_try_format()
` [PATCH 2/6] media: ov7740: get rid of extra ifdefs
` [PATCH 3/6] media: ov2659: "
` [PATCH 4/6] media: ov2680: "
` [PATCH 5/6] media: ov5695: "
` [PATCH 6/6] media: ov7670: "

[PATCH 1/1] ASoC: pcm3168a: Don't disable pcm3168a when CONFIG_PM defined
 2018-11-28 17:19 UTC  (2+ messages)
` Applied "ASoC: pcm3168a: Don't disable pcm3168a when CONFIG_PM defined" to the asoc tree

[PATCH v7 0/4] PPS: pps-gpio PPS ECHO implementation
 2018-11-28 17:13 UTC  (9+ messages)
` [PATCH v7 1/4] dt-bindings: pps: descriptor-based gpio, capture-clear addition

[PATCH] arm64: dts: rockchip: Add 32k clk on rk3399-gru
 2018-11-28 17:04 UTC  (4+ messages)

[PATCH v3 0/14] media: make Marvell camera work on DT-based OLPC XO-1.75
 2018-11-28 17:10 UTC  (4+ messages)
` [PATCH v3 01/14] media: ov7670: split register setting from set_fmt() logic

[PATCH v5 2/2] platform: Add reset button device for PC Engines APU boards
 2018-11-28 17:06 UTC  (2+ messages)

[PATCH V2] ASoC: max98373: Added max98373_reset for stable amp reset
 2018-11-28 17:07 UTC  (3+ messages)

ext4 file system corruption with v4.19.3 / v4.19.4
 2018-11-28 17:01 UTC  (5+ messages)

[PATCH v2 0/3] Add support for using external dma in SDHCI
 2018-11-28 16:58 UTC  (3+ messages)


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