linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-27 14:28:06 to 2018-08-27 18:58:15 UTC [more...]

[PATCH v2 0/7] x86: BUG() on #GP / kernel #PF in uaccess
 2018-08-27 18:56 UTC  (8+ messages)
` [PATCH v2 1/7] x86: refactor kprobes_fault() like kprobe_exceptions_notify()
` [PATCH v2 2/7] x86: inline kprobe_exceptions_notify() into do_general_protection()
` [PATCH v2 3/7] x86: stop calling fixup_exception() from kprobe_fault_handler()
` [PATCH v2 4/7] x86: introduce _ASM_EXTABLE_UA for uaccess fixups
` [PATCH v2 5/7] x86: plumb error code and fault address through to fault handlers
` [PATCH v2 6/7] x86: BUG() when uaccess helpers fault on kernel addresses
` [PATCH v2 7/7] lkdtm: test copy_to_user() on bad kernel pointer under KERNEL_DS

[PATCH v13 00/13] Intel SGX1 support
 2018-08-27 18:53 UTC  (11+ messages)
` [PATCH v13 01/13] x86/sgx: Update MAINTAINERS
` [PATCH v13 02/13] x86/cpufeature: Add SGX and SGX_LC CPU features
` [PATCH v13 03/13] x86/cpufeatures: Add Intel-defined SGX leaf CPUID_12_EAX
` [PATCH v13 04/13] x86/sgx: Architectural structures
` [PATCH v13 05/13] x86/msr: Add SGX definitions to msr-index.h
` [PATCH v13 06/13] x86/sgx: Detect Intel SGX
` [PATCH v13 07/13] x86/sgx: Add data structures for tracking the EPC pages
` [PATCH v13 08/13] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v13 09/13] x86/sgx: Enclave Page Cache (EPC) memory manager
` [PATCH v13 10/13] x86/sgx: Add sgx_einit() for initializing enclaves

[PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
 2018-08-27 18:54 UTC  (17+ messages)
  ` TLB flushes on fixmap changes

[PATCH] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA
 2018-08-27 18:47 UTC 

[PATCH] mtd: rawnand: docg4: Remove wrong __init annotations
 2018-08-27 18:44 UTC  (2+ messages)

[PATCH] xen: export device state to sysfs
 2018-08-27 18:44 UTC 

[PATCH v2] mtd: rawnand: denali: do not pass zero maxchips to nand_scan()
 2018-08-27 18:43 UTC  (2+ messages)

[PATCH v3 0/2]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-08-27 18:39 UTC 

Question On staging/drivers/staging/*/TODO
 2018-08-27 18:35 UTC  (3+ messages)

swiotlb cleanup (resend)
 2018-08-27 18:33 UTC  (3+ messages)

[PATCH 01/20] platform: goldfish: pipe: Fix comments to fit 80 columns
 2018-08-27 18:23 UTC  (20+ messages)
` [PATCH 02/20] platform: goldfish: pipe: Update license
` [PATCH 03/20] platform: goldfish: pipe: Move an opening brace to the next line
` [PATCH 04/20] platform: goldfish: pipe: Separate the host interface to a separate header
` [PATCH 05/20] platform: goldfish: pipe: Update the comment for GFP_ATOMIC
` [PATCH 06/20] platform: goldfish: pipe: Fail compilation if structs are too large
` [PATCH 07/20] platform: goldfish: pipe: Replace an array of 1 with a variable
` [PATCH 08/20] platform: goldfish: pipe: Replace pr_ with dev_ for logging
` [PATCH 09/20] platform: goldfish: pipe: Add blank lines to separate struct members
` [PATCH 10/20] platform: goldfish: pipe: Remove a redundant variable
` [PATCH 11/20] platform: goldfish: pipe: Replace two code blocks with a function call
` [PATCH 12/20] platform: goldfish: pipe: Remove reduntant casting
` [PATCH 13/20] platform: goldfish: pipe: Remove a blank line before '}'
` [PATCH 14/20] platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'
` [PATCH 15/20] platform: goldfish: pipe: Remove reduntant casting to (void)
` [PATCH 16/20] platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_x
` [PATCH 17/20] platform: goldfish: pipe: Fix lines to not end an opening bracket
` [PATCH 18/20] platform: goldfish: pipe: Fix alignment to match parenthesis
` [PATCH 19/20] platform: goldfish: pipe: Move logical ops to the end of the prev line
` [PATCH 20/20] platform: goldfish: pipe: Replace "x==NULL" to "!x"

possible deadlock in seq_read
 2018-08-27 18:20 UTC  (2+ messages)

[RFC PATCH 00/11] Secure Virtual Machine Enablement
 2018-08-27 18:18 UTC  (3+ messages)
` [RFC PATCH 11/11] powerpc/svm: Increase SWIOTLB buffer size

[PATCH v3 1/2]: perf util: map data buffer for preserving collected data
 2018-08-27 18:16 UTC  (2+ messages)
` [PATCH v3 2/2]: perf record: enable asynchronous trace writing

Linux 4.19-rc1
 2018-08-27 18:13 UTC  (5+ messages)

[PATCH] Staging: fsl-dpaa2: ethsw: dpsw: Use correct SPDX-License-Identifier comment
 2018-08-27 17:56 UTC  (2+ messages)

[PATCH v2] staging: netlogic: Fixed comments to include SPDX-License-Identifier
 2018-08-27 17:55 UTC  (2+ messages)

[PATCH] Staging: One Laptop Per Child: add function argument names
 2018-08-27 17:52 UTC  (2+ messages)

[PATCH] Staging: rtlwifi: efuse: fixed a line length coding style issue
 2018-08-27 17:51 UTC  (2+ messages)

[PATCH] ddk750_mode.c: Wraps line to 80 charecters
 2018-08-27 17:49 UTC  (3+ messages)

[PATCH v4] drm/i915: Re-apply "Perform link quality check, unconditionally during long pulse"
 2018-08-27 18:07 UTC  (7+ messages)
` [Intel-gfx] "

[PATCH 1/3] mm: Introduce vmf_insert_pfn_prot
 2018-08-27 18:05 UTC  (7+ messages)
` [PATCH 2/3] x86: Convert vdso to use vm_fault_t

[PATCH v5 0/4] staging: mt7621-mmc: Fix debug macros and their usages
 2018-08-27 17:33 UTC  (3+ messages)
` [PATCH v5 1/4] staging: mt7621-mmc: Remove commented code for N_MSG

[PATCH 00/17] staging:rtl8192u: Coding Style changes
 2018-08-27 17:27 UTC  (3+ messages)
` [PATCH 01/17] staging:rtl8192u: Remove unused defines - Style

[PATCH] doc: dev-tools: kselftest.rst: update config file location
 2018-08-27 17:57 UTC  (2+ messages)

WARNING: kernel stack frame pointer has bad value (2)
 2018-08-27 17:58 UTC  (2+ messages)

[PATCH] perf annotate: fix parsing aarch64 branch instructions after objdump update
 2018-08-27 17:53 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v12 0/9] cpuset: Enable cpuset controller in default hierarchy
 2018-08-27 17:50 UTC  (12+ messages)
` [PATCH v12 1/9] "
` [PATCH v12 2/9] cpuset: Add new v2 cpuset.sched.partition flag
` [PATCH v12 3/9] cpuset: Simulate auto-off of sched.partition at cgroup removal
` [PATCH v12 4/9] cpuset: Allow changes to cpus in a partition root
` [PATCH v12 5/9] cpuset: Make sure that partition flag work properly with CPU hotplug
` [PATCH v12 6/9] cpuset: Make generate_sched_domains() recognize reserved_cpus
` [PATCH v12 7/9] cpuset: Expose cpus.effective and mems.effective on cgroup v2 root
` [PATCH v12 8/9] cpuset: Don't rebuild sched domains if cpu changes in non-partition root
` [PATCH v12 9/9] cpuset: Support forced turning off of partition flag

[PATCH] include/linux/compiler*.h: Use feature checking instead of version checks for attributes
 2018-08-27 17:48 UTC  (3+ messages)

[RFC PATCH 0/3] exec: fix passing of file locks across execve in multithreaded processes
 2018-08-27 17:47 UTC  (4+ messages)
` [RFC PATCH 1/3] exec: separate thread_count for files_struct
` [RFC PATCH 2/3] exec: delay clone(CLONE_FILES) if task associated with current files_struct is exec'ing
` [RFC PATCH 3/3] exec: do unshare_files after de_thread

[PATCH] cpupower: remove stringop-truncation waring
 2018-08-27 17:46 UTC  (2+ messages)

WARNING in format_decode (2)
 2018-08-27 17:46 UTC  (2+ messages)

[PATCH 1/4] iio: gyro: add support for fxas21002c
 2018-08-27 17:18 UTC  (6+ messages)
` [PATCH 2/4] iio: gyro: add device tree "
` [PATCH 3/4] iio: fxas21002c: add ODR/Scale support

[PATCH] fs: iomap: Change return type to vm_fault_t
 2018-08-27 17:20 UTC 

[GIT PULL] (xen) stable/for-jens-4.19 for 4.19
 2018-08-27 17:13 UTC  (2+ messages)

KASAN: use-after-free Read in ccid_hc_tx_delete
 2018-08-27 17:10 UTC 

INFO: rcu detected stall in snd_seq_write
 2018-08-27 17:10 UTC 

[PATCH 0/3] arm64: dts: qcom: pm8998: Add ADC node and die temperature channel
 2018-08-27 17:10 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: qcom: pm8998: Add adc node

[PATCH v2] perf ordered_events: fix crash in free_dup_event()
 2018-08-27 17:05 UTC  (10+ messages)
      ` [PATCH] perf tools: Add struct ordered_events_buffer layer
            ` [PATCHv2] "
                ` [PATCHv3] "

[PATCH v2 0/5] Wakeup GPIO support for SDM845 SoC
 2018-08-27 16:56 UTC  (6+ messages)
` [PATCH v2 1/5] drivers: pinctrl: qcom: add wakeup capability to GPIO

[PATCH 0/1] Fix ADI axi-i2s + Xilinx AXI-DMA capture
 2018-08-27 16:51 UTC  (5+ messages)
` [PATCH 1/1] axi-i2s: set period size register

[PATCH net-next v3 00/10] net: mvpp2: phylink conversion
 2018-08-27 16:50 UTC  (3+ messages)
` [PATCH net-next v3 02/10] net: mvpp2: phylink support

[PATCH v5 0/5] KVM: x86: hyperv: PV IPI support for Windows guests
 2018-08-27 16:48 UTC  (6+ messages)
` [PATCH v5 1/5] KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
` [PATCH v5 2/5] KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()
` [PATCH v5 3/5] KVM: x86: hyperv: use get_vcpu_by_vpidx() "
` [PATCH v5 4/5] x86/hyper-v: rename ipi_arg_{ex,non_ex} structures
` [PATCH v5 5/5] KVM: x86: hyperv: implement PV IPI send hypercalls

[PATCH] EDAC: i82443bxgx: Fix invalid memory type assignment
 2018-08-27 16:45 UTC  (5+ messages)
      ` [PATCH] EDAC: Remove the i82443bxgx_edac driver

[PATCH 1/2] net/ibm/emac: wrong emac_calc_base call was used by typo
 2018-08-27 16:43 UTC 

[PATCH 2/2] net/ibm/emac: deletion of unneeded macros definitions
 2018-08-27 16:43 UTC 

Removing entry trampoline and associated reversions
 2018-08-27 16:42 UTC  (2+ messages)

[PATCH v2 1/3] powerpc/32: Add ioremap_wt()
 2018-08-27 16:42 UTC  (4+ messages)
` [PATCH v2 2/3] drivers/video/fbdev: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH v2 3/3] drivers/block/z2ram: "

[PATCH v6 0/2] huge_pmd_unshare migration and flushing
 2018-08-27 16:42 UTC  (6+ messages)
` [PATCH v6 1/2] mm: migration: fix migration of huge PMD shared pages

[PATCH ghak10 v5 0/2] audit: Log modifying adjtimex(2) calls
 2018-08-27 16:38 UTC  (4+ messages)
` [PATCH ghak10 v5 1/2] audit: Add functions to log time adjustments

[PATCH v2] drivers/thermal/tegra: Fix a double free on the device node
 2018-08-27 16:31 UTC  (2+ messages)

[PATCH v3 1/3] mm: rework memcg kernel stack accounting
 2018-08-27 16:26 UTC  (3+ messages)
` [PATCH v3 2/3] mm: drain memcg stocks on css offlining
` [PATCH v3 3/3] mm: don't miss the last page because of round-off error

[PATCH v2 00/40] Tegra SDHCI add support for HS200 and UHS signaling
 2018-08-27 16:27 UTC  (5+ messages)

[PATCH v9 1/2] mfd: madera: Add irqchip data pointer into struct madera
 2018-08-27 16:26 UTC  (2+ messages)
` [PATCH v9 2/2] irqchip: Add driver for Cirrus Logic Madera codecs

[PATCH] option: Do not try to bind to ADB interfaces
 2018-08-27 16:15 UTC  (5+ messages)

[RFC PATCH v2 0/3] Register read/write tracing with dynamic debug and pstore
 2018-08-27 16:15 UTC  (5+ messages)
` [RFC PATCH v2 2/3] pstore: Add register read/write{b,w,l,q} tracing support

[PATCH] checkpatch: Add optional static const to blank line declarations test
 2018-08-27 16:15 UTC 

[PATCH v3 0/5] xen/blk: persistent grant rework
 2018-08-27 16:10 UTC  (4+ messages)

[PATCH v2 0/2] x86/xen: avoid 32-bit writes to PTEs in PV PAE guests
 2018-08-27 16:07 UTC  (3+ messages)
` [Xen-devel] "

[PATCH v2] drivers/video/fbdev: use ioremap_wc() instead of __ioremap(_PAGE_NO_CACHE)
 2018-08-27 16:05 UTC 

[RFC PATCH 5/6] arm64: dts: ti: Add Support for AM654 SoC
 2018-08-27 15:55 UTC  (6+ messages)
  `  "

[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection
 2018-08-27 15:54 UTC  (5+ messages)
` [RFC PATCH 10/10] f2fs: fs-verity support
  ` [f2fs-dev] "

[PATCH v1] driver core: convert printk(KERN_<LEVEL> ...) to pr_<level>
 2018-08-27 15:52 UTC  (2+ messages)

[PATCH] net: mvpp2: avoid bouncing buffers
 2018-08-27 15:48 UTC  (5+ messages)

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-08-27 15:39 UTC  (20+ messages)
` [PATCH v9 12/22] s390: vfio-ap: sysfs interfaces to configure control domains

[PATCH 0/2] crypto: arm64/crct10dif - refactor and implement non-Crypto Extension version
 2018-08-27 15:38 UTC  (3+ messages)
` [PATCH 1/2] crypto: arm64/crct10dif - preparatory refactor for 8x8 PMULL version
` [PATCH 2/2] crypto: arm64/crct10dif - implement non-Crypto Extensions alternative

[PATCH] blk-wbt: get back the missed wakeup from __wbt_done
 2018-08-27 15:37 UTC  (11+ messages)

[PATCH v1 1/7] extcon: Make static analyzer happy about union assignment
 2018-08-27 15:35 UTC  (7+ messages)
` [PATCH v1 2/7] extcon: Switch to use kasprintf() instead of open coded
` [PATCH v1 3/7] extcon: cht-wc: Return from default case to avoid warnings
` [PATCH v1 4/7] extcon: cht-wc: Fix definition names according to spec
` [PATCH v1 5/7] extcon: cht-wc: Correct USBID bit field handling
` [PATCH v1 6/7] extcon: cht-wc: Convert to use SPDX identifier
` [PATCH v1 7/7] extcon: int3496: "

[PATCH v2 0/3] xfs: Reduce spinlock contention in log space slowpath code
 2018-08-27 15:34 UTC  (4+ messages)
` [PATCH v2 2/3] xfs: Prevent multiple wakeups of the same log space waiter

drivers/net/wireless/mediatek/mt76/mac80211.c:119: undefined reference to `devm_of_led_classdev_register'
 2018-08-27 15:28 UTC 

[PATCH v2 0/6] HID: input cleanups and mt additions
 2018-08-27 15:27 UTC  (4+ messages)
` [PATCH v2 2/6] HID: generic: create one input report per application type

[PATCH] mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
 2018-08-27 15:20 UTC  (4+ messages)
  `  "

[PATCH 0/4] arm64: wire CRC32 instructions into core crc32 routines
 2018-08-27 15:18 UTC  (3+ messages)

[PATCH] arm: pm: call put_device instead of of_node_put in at91_pm_config_ws
 2018-08-27 15:11 UTC  (2+ messages)

[PATCH v7 0/8] Introduce on-chip interconnect API
 2018-08-27 15:11 UTC  (9+ messages)
` [PATCH v7 2/8] dt-bindings: Introduce interconnect provider bindings
    `  "

[PATCH] ARM: at91: pm: remove pm_bu initialization in at91_pm_backup_init()
 2018-08-27 15:10 UTC  (2+ messages)

[PATCH V5 0/8] backlight: qcom-wled: Support for QCOM wled driver
 2018-08-27 15:04 UTC  (6+ messages)
` [PATCH V5 4/8] backlight: qcom-wled: Rename PM8941* to WLED3
` [PATCH V5 8/8] backlight: qcom-wled: Add auto string detection logic

[PATCH] AMD perf PMU events for AMD Family 17h
 2018-08-27 14:56 UTC  (5+ messages)

[PATCH 1/5] MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENT
 2018-08-27 14:50 UTC  (5+ messages)
` [PATCH 2/5] dma-mapping: move the dma_coherent flag to struct device
` [PATCH 3/5] dma-mapping: merge direct and noncoherent ops
` [PATCH 4/5] dma-mapping: consolidate the dma mmap implementations
` [PATCH 5/5] dma-mapping: support non-coherent devices in dma_common_get_sgtable

[PATCH] x86/microcode: allow non-root reading of microcode version and processor flags
 2018-08-27 14:50 UTC  (4+ messages)

[PATCH] tty:serial:imx: use spin_lock instead of spin_lock_irqsave in isr
 2018-08-27 14:49 UTC 

[PATCH v2 0/9] of: fix compatible-child-node lookups
 2018-08-27 14:44 UTC  (3+ messages)
` [PATCH v2 4/9] mmc: meson-mx-sdio: fix OF child-node lookup

[PATCH v7 0/3] ARM: dts: at91: sama5d2: Add nodes for I2S
 2018-08-27 14:40 UTC  (2+ messages)

[PATCH] ARC: HSDK: improve reset driver
 2018-08-27 14:38 UTC 

[PATCH v7 RESEND 1/2] ARM: dts: at91: sama5d2: add channel cells for ADC device
 2018-08-27 14:36 UTC  (2+ messages)

[PATCH RESEND 0/6] arm64: add support for generic cpu vulnerabilities
 2018-08-27 14:33 UTC  (7+ messages)
` [PATCH RESEND 1/6] arm64: kpti: move check for non-vulnerable CPUs to a function
` [PATCH RESEND 2/6] arm64: add sysfs vulnerability show for meltdown
` [PATCH RESEND 3/6] arm64: add sysfs vulnerability show for spectre v1
` [PATCH RESEND 4/6] arm64: add sysfs vulnerability show for spectre v2
` [PATCH RESEND 5/6] arm64: add sysfs vulnerability show for speculative store bypass
` [PATCH RESEND 6/6] arm64: enable generic CPU vulnerabilites support

[PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
 2018-08-27 14:29 UTC  (14+ messages)

[PATCH 1/2] devres: provide devm_kstrdup_const()
 2018-08-27 14:28 UTC  (3+ messages)

[PATCH] MAINTAINERS: libata pata: fix Jens Axboe's email address
 2018-08-27 14:28 UTC  (2+ messages)

[PATCH] Properly interpret indirect call in perf annotate
 2018-08-27 14:28 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).