linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-06 07:30:27 to 2017-11-06 09:46:45 UTC [more...]

[PATCH 4.9 00/67] 4.9.61-stable review
 2017-11-06  9:44 UTC  (35+ messages)
` [PATCH 4.9 01/67] ALSA: timer: Add missing mutex lock for compat ioctls
` [PATCH 4.9 02/67] ALSA: seq: Fix nested rwsem annotation for lockdep splat
` [PATCH 4.9 03/67] cifs: check MaxPathNameComponentLength != 0 before using it
` [PATCH 4.9 05/67] KEYS: fix out-of-bounds read during ASN.1 parsing
` [PATCH 4.9 06/67] ASoC: adau17x1: Workaround for noise bug in ADC
` [PATCH 4.9 07/67] arm64: ensure __dump_instr() checks addr_limit
` [PATCH 4.9 08/67] arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort
` [PATCH 4.9 09/67] arm/arm64: kvm: Disable branch profiling in HYP code
` [PATCH 4.9 11/67] drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvesting
` [PATCH 4.9 12/67] ocfs2: fstrim: Fix start offset of first cluster group during fstrim
` [PATCH 4.9 17/67] Fix tracing sample code warning
` [PATCH 4.9 18/67] cpufreq: Do not clear real_cpus mask on policy init
` [PATCH 4.9 19/67] crypto: ccp - Set the AES size field for all modes
` [PATCH 4.9 21/67] IB/mlx5: Assign DSCP for R-RoCE QPs Address Path
` [PATCH 4.9 23/67] scsi: megaraid_sas: Do not set fp_possible if TM capable for non-RW syspdIO, change fp_possible to bool
` [PATCH 4.9 24/67] mmc: s3cmci: include linux/interrupt.h for tasklet_struct
` [PATCH 4.9 25/67] mfd: ab8500-sysctrl: Handle probe deferral
` [PATCH 4.9 26/67] mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swapped
` [PATCH 4.9 27/67] bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICs
` [PATCH 4.9 28/67] staging: rtl8712u: Fix endian settings for structs describing network packets
` [PATCH 4.9 30/67] net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.h
` [PATCH 4.9 32/67] ext4: do not use stripe_width if it is not set
` [PATCH 4.9 33/67] net/ena: change drivers default timeouts
` [PATCH 4.9 34/67] i2c: riic: correctly finish transfers
` [PATCH 4.9 36/67] perf tools: Only increase index if perf_evsel__new_idx() succeeds
` [PATCH 4.9 38/67] drm/fsl-dcu: check for clk_prepare_enable() error
` [PATCH 4.9 40/67] net: phy: dp83867: Recover from "port mirroring" N/A MODE4
` [PATCH 4.9 41/67] cx231xx: Fix I2C on Internal Master 3 Bus
` [PATCH 4.9 42/67] ath10k: fix reading sram contents for QCA4019
` [PATCH 4.9 45/67] mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()
` [PATCH 4.9 46/67] gpio: mcp23s08: Select REGMAP/REGMAP_I2C to fix build error
` [PATCH 4.9 47/67] xen/manage: correct return value check on xenbus_scanf()
` [PATCH 4.9 48/67] scsi: aacraid: Process Error for response I/O
` [PATCH 4.9 51/67] staging: lustre: hsm: stack overrun in hai_dump_data_field

[PATCH] clk: meson: gxbb: fix wrong clock for SARADC/SANA
 2017-11-06  9:44 UTC  (6+ messages)

[PATCH v9 00/51] powerpc, mm: Memory Protection Keys
 2017-11-06  8:57 UTC  (52+ messages)
` [PATCH v9 01/51] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v9 02/51] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v9 03/51] powerpc: initial pkey plumbing
` [PATCH v9 04/51] powerpc: track allocation status of all pkeys
` [PATCH v9 05/51] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
` [PATCH v9 06/51] powerpc: helper functions to initialize AMR, IAMR and UAMOR registers
` [PATCH v9 07/51] powerpc: cleanup AMR, IAMR when a key is allocated or freed
` [PATCH v9 08/51] powerpc: implementation for arch_set_user_pkey_access()
` [PATCH v9 09/51] powerpc: ability to create execute-disabled pkeys
` [PATCH v9 10/51] powerpc: store and restore the pkey state across context switches
` [PATCH v9 11/51] powerpc: introduce execute-only pkey
` [PATCH v9 12/51] powerpc: ability to associate pkey to a vma
` [PATCH v9 13/51] powerpc: implementation for arch_override_mprotect_pkey()
` [PATCH v9 14/51] powerpc: map vma key-protection bits to pte key bits
` [PATCH v9 15/51] powerpc: Program HPTE key protection bits
` [PATCH v9 16/51] powerpc: helper to validate key-access permissions of a pte
` [PATCH v9 17/51] powerpc: check key protection for user page access
` [PATCH v9 18/51] powerpc: implementation for arch_vma_access_permitted()
` [PATCH v9 19/51] powerpc: Handle exceptions caused by pkey violation
` [PATCH v9 20/51] powerpc: introduce get_mm_addr_key() helper
` [PATCH v9 21/51] powerpc: Deliver SEGV signal on pkey violation
` [PATCH v9 22/51] powerpc/ptrace: Add memory protection key regset
` [PATCH v9 23/51] powerpc: Enable pkey subsystem
` [PATCH v9 24/51] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [PATCH v9 25/51] powerpc: sys_pkey_mprotect() system call
` [PATCH v9 26/51] powerpc: add sys_pkey_modify() "
` [PATCH v9 27/51] mm, x86 : introduce arch_pkeys_enabled()
` [PATCH v9 28/51] mm: display pkey in smaps if arch_pkeys_enabled() is true
` [PATCH v9 29/51] mm/mprotect, powerpc/mm/pkeys, x86/mm/pkeys: Add sysfs interface
` [PATCH v9 30/51] Documentation/x86: Move protecton key documentation to arch neutral directory
` [PATCH v9 31/51] Documentation/vm: PowerPC specific updates to memory protection keys
` [PATCH v9 32/51] selftest/x86: Move protecton key selftest to arch neutral directory
` [PATCH v9 33/51] selftest/vm: rename all references to pkru to a generic name
` [PATCH v9 34/51] selftest/vm: move generic definitions to header file
` [PATCH v9 35/51] selftest/vm: typecast the pkey register
` [PATCH v9 36/51] selftest/vm: generic function to handle shadow key register
` [PATCH v9 37/51] selftest/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v9 38/51] selftest/vm: fixed bugs in pkey_disable_clear()
` [PATCH v9 39/51] selftest/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v9 40/51] selftest/vm: fix alloc_random_pkey() to make it really random
` [PATCH v9 41/51] selftest/vm: introduce two arch independent abstraction
` [PATCH v9 42/51] selftest/vm: pkey register should match shadow pkey
` [PATCH v9 43/51] selftest/vm: generic cleanup
` [PATCH v9 44/51] selftest/vm: powerpc implementation for generic abstraction
` [PATCH v9 45/51] selftest/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v9 46/51] selftest/vm: associate key on a mapped page and detect access violation
` [PATCH v9 47/51] selftest/vm: associate key on a mapped page and detect write violation
` [PATCH v9 48/51] selftest/vm: detect write violation on a mapped access-denied-key page
` [PATCH v9 49/51] selftest/vm: sub-page allocator
` [PATCH v9 50/51] selftests/powerpc: Add ptrace tests for Protection Key register
` [PATCH v9 51/51] selftests/powerpc: Add core file test "

[PATCH] usb: gadget: udc: renesas_usb3: make const array max_packet_array static
 2017-11-06  9:34 UTC  (2+ messages)

CREDICT CARD [debit alert]
 2017-11-06  8:24 UTC 

[PATCH] video: atmel_lcdfb: Use common error handling code in atmel_lcdfb_of_init()
 2017-11-06  9:32 UTC  (5+ messages)
    `  "

[PATCH] phy: rcar-gen3-usb2: select USB_COMMON
 2017-11-06  9:32 UTC  (2+ messages)

[PATCH v3] arm64: support __int128 on gcc 5+
 2017-11-06  9:31 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] HID: i2c-hid: add reset gpio property
 2017-11-06  9:30 UTC  (5+ messages)

[PATCH] usb: dwc2: host: fix isoc urb actual length
 2017-11-06  9:28 UTC  (2+ messages)

[PATCH RFC 0/5] sched and cpufreq fixes/cleanups
 2017-11-06  9:29 UTC  (8+ messages)
` [PATCH RFC 2/5] sched/fair: Skip frequency update if CPU about to idle

[PATCH] KVM: X86: Fix softlockup when get the current kvmclock timestamp
 2017-11-06  9:29 UTC  (2+ messages)

[PATCH v6] eeprom: at24: Add OF device ID table
 2017-11-06  9:13 UTC  (3+ messages)

[PATCH] x86/kexec: Exclude GART aperture from vmcore
 2017-11-06  9:27 UTC  (4+ messages)

[PATCH 4.13 00/36] 4.13.12-stable review
 2017-11-06  9:12 UTC  (34+ messages)
` [PATCH 4.13 01/36] ALSA: timer: Add missing mutex lock for compat ioctls
` [PATCH 4.13 02/36] ALSA: seq: Fix nested rwsem annotation for lockdep splat
` [PATCH 4.13 03/36] cifs: check MaxPathNameComponentLength != 0 before using it
` [PATCH 4.13 04/36] KEYS: return full count in keyring_read() if buffer is too small
` [PATCH 4.13 05/36] KEYS: trusted: fix writing past end of buffer in trusted_read()
` [PATCH 4.13 06/36] KEYS: fix out-of-bounds read during ASN.1 parsing
` [PATCH 4.13 07/36] ASoC: adau17x1: Workaround for noise bug in ADC
` [PATCH 4.13 08/36] virtio_blk: Fix an SG_IO regression
` [PATCH 4.13 09/36] PM / QoS: Fix device resume latency PM QoS
` [PATCH 4.13 10/36] PM / QoS: Fix default runtime_pm device resume latency
` [PATCH 4.13 11/36] arm64: ensure __dump_instr() checks addr_limit
` [PATCH 4.13 12/36] KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table
` [PATCH 4.13 13/36] arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort
` [PATCH 4.13 14/36] arm/arm64: kvm: Disable branch profiling in HYP code
` [PATCH 4.13 15/36] ARM: dts: mvebu: pl310-cache disable double-linefill
` [PATCH 4.13 16/36] ARM: 8715/1: add a private asm/unaligned.h
` [PATCH 4.13 17/36] drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvesting
` [PATCH 4.13 18/36] drm/amdgpu: allow harvesting check for Polaris VCE
` [PATCH 4.13 19/36] userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size
` [PATCH 4.13 20/36] ocfs2: fstrim: Fix start offset of first cluster group during fstrim
` [PATCH 4.13 21/36] fs/hugetlbfs/inode.c: fix hwpoison reserve accounting
` [PATCH 4.13 22/36] mm, swap: fix race between swap count continuation operations
` [PATCH 4.13 25/36] Revert "powerpc64/elfv1: Only dereference function descriptor for non-text symbols"
` [PATCH 4.13 26/36] MIPS: bpf: Fix a typo in build_one_insn()
` [PATCH 4.13 28/36] MIPS: microMIPS: Fix incorrect mask in insn_table_MM
` [PATCH 4.13 29/36] MIPS: SMP: Fix deadlock & online race
` [PATCH 4.13 30/36] Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""
` [PATCH 4.13 31/36] x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo
` [PATCH 4.13 32/36] powerpc/kprobes: Dereference function pointers only if the address does not belong to kernel text
` [PATCH 4.13 33/36] futex: Fix more put_pi_state() vs. exit_pi_state_list() races
` [PATCH 4.13 34/36] perf/cgroup: Fix perf cgroup hierarchy support
` [PATCH 4.13 35/36] x86/mcelog: Get rid of RCU remnants
` [PATCH 4.13 36/36] irqchip/irq-mvebu-gicp: Add missing spin_lock init

[PATCH] thunderbolt: tb: fix use after free in tb_activate_pcie_devices
 2017-11-06  9:18 UTC  (2+ messages)

[PATCH] perf/core: fast breakpoint modification via _IOC_MODIFY_BREAKPOINT
 2017-11-06  9:23 UTC 

[PATCH] mm, sparse: do not swamp log with huge vmemmap allocation failures
 2017-11-06  9:22 UTC 

[PATCH v3 0/4] Convert greybus loopback to core async API
 2017-11-06  9:19 UTC  (7+ messages)
` [PATCH v3 1/4] staging: greybus: loopback: Hold per-connection mutex across operations
` [PATCH v3 2/4] staging: greybus: loopback: Fix iteration count on async path
` [PATCH v3 4/4] staging: greybus: loopback: convert loopback to use generic async operations

[PATCH v10 0/9] Hyper-V: paravirtualized remote TLB flushing and hypercall improvements
 2017-11-06  9:14 UTC  (3+ messages)

[PATCH 0/3] nvme: small fixes reported by smatch
 2017-11-06  9:13 UTC  (7+ messages)
` [PATCH 1/3] nvme: do not check for ns on rw path

[PATCH 0/3] More code cleanups
 2017-11-06  8:59 UTC  (7+ messages)
` [PATCH 3/3] staging: ccree: simplify ioread/iowrite

CREDICT CARD [debit alert]
 2017-11-06  9:02 UTC 

[PATCH v16 0/6] drm/i915/gvt: Dma-buf support for GVT-g
 2017-11-06  9:07 UTC  (9+ messages)
` [PATCH v16 1/6] drm/i915/gvt: Add framebuffer decoder support
` [PATCH v16 5/6] vfio: ABI for mdev display dma-buf operation

[PATCH v2 1/2] HID: i2c-hid: add reset gpio property
 2017-11-06  9:06 UTC  (4+ messages)
` [PATCH v2 2/2] devicetree: i2c-hid: Add reset property

[PATCH 0/4] numa, iommu/smmu: IOMMU/SMMU driver optimization for NUMA systems
 2017-11-06  9:04 UTC  (6+ messages)
` [PATCH 3/4] iommu/arm-smmu-v3: Use NUMA memory allocations for stream tables and comamnd queues

[PATCH v9 0/5] Add support for ThunderX2 pmu events using json files
 2017-11-06  9:01 UTC  (3+ messages)

[PATCH] x86/mm: Define _PAGE_TABLE using _KERNPG_TABLE
 2017-11-06  8:58 UTC  (2+ messages)
` [tip:x86/asm] "

[RESEND PATCH] PM / devfreq: Propagate error from devfreq_add_device()
 2017-11-06  9:02 UTC  (2+ messages)

[RFC PATCH] mm, oom_reaper: gather each vma to prevent leaking TLB entry
 2017-11-06  8:52 UTC  (3+ messages)

[1/2] mm: drop migrate type checks from has_unmovable_pages
 2017-11-06  8:46 UTC  (4+ messages)

[PATCH] netfilter: ipset: use swap macro instead of _manually_ swapping values
 2017-11-06  8:41 UTC  (2+ messages)

[PATCH v2 00/10] Allwinner H3/H5/A64(DE2) SimpleFB support
 2017-11-06  8:40 UTC  (4+ messages)

[PATCH V13 00/10] mmc: Add Command Queue support
 2017-11-06  8:39 UTC  (5+ messages)
` [PATCH V13 01/10] mmc: core: Add parameter use_blk_mq
` [PATCH V13 02/10] mmc: block: Add error-handling comments

[PATCH] drm/vc4: Convert timers to use timer_setup()
 2017-11-06  8:39 UTC  (5+ messages)

checkpatch potential false positive
 2017-11-06  8:33 UTC  (2+ messages)

[PATCH v2] usb:xhci fix panic in xhci_free_virt_devices_depth_first
 2017-11-06  8:31 UTC  (2+ messages)

[PATCH][V2] bdisp: remove redundant assignment to pix
 2017-11-06  8:20 UTC  (2+ messages)

[PATCH v17 0/6] Virtio-balloon Enhancement
 2017-11-06  8:21 UTC  (9+ messages)
` [PATCH v17 1/6] lib/xbitmap: Introduce xbitmap
` [PATCH v17 4/6] virtio-balloon: VIRTIO_BALLOON_F_SG

[PATCH] USB: add SPDX identifiers to all files in drivers/usb/
 2017-11-06  8:17 UTC  (8+ messages)
` [PATCH v2] USB: add SPDX identifiers to all remaining "

[PATCH 1/3] HID: cp2112: fix interface specification URL
 2017-11-06  8:12 UTC  (5+ messages)
` [PATCH 2/3] HID: cp2112: add HIDRAW dependency
` [PATCH 3/3] HID: cp2112: fix broken gpio_direction_input callback

[PATCH 0/12] PM / sleep: Driver flags for system suspend/resume
 2017-11-06  8:09 UTC  (6+ messages)
` [PATCH v2 0/6] PM / sleep: Driver flags for system suspend/resume (part 1)
  ` [PATCH v2 1/6] PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags
  ` [PATCH v2 3/6] PM / core: Add SMART_SUSPEND driver flag

[PATCH] usb:xhci fix panic in xhci_free_virt_devices_depth_first
 2017-11-06  8:07 UTC  (3+ messages)

[PATCH 1/1] crypto: stm32/hash - Fix return issue in update
 2017-11-06  8:05 UTC 

[PATCH 0001/0001] format idle IP output func+offset/length
 2017-11-06  8:05 UTC  (2+ messages)

[PATCH] HID: Wacom: switch Dell canvas into highres mode
 2017-11-06  8:05 UTC  (3+ messages)

[PATCH 0/5] ARM: Socionext MB86S71 and Fujitsu F-Cue enablement
 2017-11-06  8:05 UTC  (14+ messages)
` [PATCH 3/5] dt-bindings: arm: Document Socionext MB86S71 and Fujitsu F-Cue

[PATCH] btrfs/volumes: Improve unlocking of a mutex in __btrfs_balance()
 2017-11-06  8:04 UTC 

[PATCH RESEND] clk: sunxi-ng: a83t: Fix i2c buses bits
 2017-11-06  8:02 UTC  (2+ messages)

[PATCH v3 2/3] usb: xhci: Add DbC support in xHCI driver
 2017-11-06  8:00 UTC  (11+ messages)

[RFT][PATCH 0/2] PM / QoS: Device resume latency framework fix
 2017-11-06  7:47 UTC  (6+ messages)
` [RFT][PATCH v2 "
  ` [RFT][PATCH v2 1/2] PM / domains: Rework governor code to be more consistent

[PATCH RFC v2 0/4] some fixes and clean up for mempolicy
 2017-11-06  7:39 UTC  (5+ messages)
` [PATCH RFC v2 4/4] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages

linux-next: Tree for Nov 6
 2017-11-06  7:30 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).