linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-26 01:38:45 to 2016-11-26 20:47:12 UTC [more...]

[RFC PATCH v3 00/20] x86: Secure Memory Encryption (AMD)
 2016-11-26 20:47 UTC  (3+ messages)
` [RFC PATCH v3 20/20] x86: Add support to make use of Secure Memory Encryption

[PATCH 1/2] rcu: Remove unnecessary condition in rcu_implicit_dynticks_qs
 2016-11-26 12:00 UTC  (5+ messages)
` [PATCH 2/2] rcu: Force resched_cpu when jiffies >= rcu_state.jiffies_resched

net: GPF in eth_header
 2016-11-26 20:34 UTC  (5+ messages)

[PATCH 0/5] mfd: twl: improvements and new regulator driver
 2016-11-26 20:24 UTC  (8+ messages)
` [PATCH 1/5] mfd: twl-core: make driver DT only
` [PATCH 2/5] mfd: twl: remove useless header
` [PATCH 3/5] mfd: twl: move structure definitions to a public header
` [PATCH 4/5] regulator: Add support for TI TWL6032
` [PATCH 5/5] mfd: twl: use mfd_add_devices for TWL6032 regulator

[PATCH] MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches
 2016-11-26 20:05 UTC  (2+ messages)

[PATCH 1/1] [media] tw686x: silent -Wformat-security warning
 2016-11-26 19:43 UTC 

[PATCH 1/1] kthread: add __printf attributes
 2016-11-26 19:35 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-4.9-6 tag
 2016-11-26 19:29 UTC  (2+ messages)

[PATCH 0/2] z3fold fixes
 2016-11-26 19:21 UTC  (3+ messages)
` [PATCH 1/2] z3fold: fix header size related issues
` [PATCH 2/2] z3fold: fix locking issues

[PATCH 1/1] libnvdimm, namespace: fix the type of name variable
 2016-11-26 19:18 UTC 

net: stmmac: Meson GXBB: attempting to execute userspace memory
 2016-11-26 18:57 UTC  (4+ messages)

[PATCH v4 0/7] mux controller abstraction and iio/i2c muxes
 2016-11-26 18:38 UTC  (2+ messages)

[GIT PULL] KVM fixes for v4.9-rc7
 2016-11-26 19:05 UTC 

[PATCH] bnx2fc: shift wrapping bug in bnx2fc_process_unsol_compl()
 2016-11-26 18:36 UTC 

[PATCH] drivers/pci/host/vmd: Fix suspend handlers unused warning
 2016-11-26 18:29 UTC 

[PATCH v2] mfd: twl-core: make driver DT only
 2016-11-26 18:25 UTC  (4+ messages)

drm: GPF in drm_getcap
 2016-11-26 18:22 UTC  (7+ messages)

[PATCH] Fixes for compiling with clang
 2016-11-26 18:20 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 00/39] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb
 2016-11-26 18:06 UTC  (40+ messages)
` [PATCH 01/39] mtd: nand: allow to set only one of ECC size and ECC strength from DT
` [PATCH 02/39] mtd: nand: denali: remove unused CONFIG option and macros
` [PATCH 03/39] mtd: nand: denali: remove redundant define of BANK(x)
` [PATCH 04/39] mtd: nand: denali: remove more unused struct members
` [PATCH 05/39] mtd: nand: denali: fix comment of denali_nand_info::flash_mem
` [PATCH 06/39] mtd: nand: denali: fix write_oob_data() function
` [PATCH 07/39] mtd: nand: denali: transfer OOB only when oob_required is set
` [PATCH 08/39] mtd: nand: denali: introduce capability flag
` [PATCH 09/39] mtd: nand: denali: fix erased page check code
` [PATCH 10/39] mtd: nand: denali: remove redundant if conditional of erased_check
` [PATCH 11/39] mtd: nand: denali: increment ecc_stats.failed by one per error
` [PATCH 12/39] mtd: nand: denali: return 0 for uncorrectable ECC error
` [PATCH 13/39] mtd: nand: denali: increment ecc_stats->corrected
` [PATCH 14/39] mtd: nand: denali: replace uint{8/16/32}_t with u{8/16/32}
` [PATCH 15/39] mtd: nand: denali: improve readability of handle_ecc()
` [PATCH 16/39] mtd: nand: denali: rename handle_ecc() to denali_sw_ecc_fixup()
` [PATCH 17/39] mtd: nand: denali: support HW_ECC_FIXUP capability
` [PATCH 18/39] mtd: nand: denali: move denali_read_page_raw() above denali_read_page()
` [PATCH 19/39] mtd: nand: denali: perform erased check against raw transferred page
` [PATCH 20/39] mtd: nand: denali_dt: enable HW_ECC_FIXUP capability for DT platform
` [PATCH 21/39] mtd: nand: denali: support 64bit capable DMA engine
` [PATCH 22/39] mtd: nand: denali_dt: remove dma-mask DT property
` [PATCH 23/39] mtd: nand: denali_dt: use pdev instead of ofdev for platform_device
` [PATCH 24/39] mtd: nand: denali: add NEW_N_BANKS_FORMAT capability
` [PATCH 25/39] mtd: nand: denali: use nand_chip to hold frequently accessed data
` [PATCH 26/39] mtd: nand: denali: call nand_set_flash_node() to set DT node
` [PATCH 27/39] mtd: nand: denali: do not set mtd->name
` [PATCH 28/39] mtd: nand: denali: move multi NAND fixup code to a helper function
` [PATCH 29/39] mtd: nand: denali: refactor multi NAND fixup code in more generic way
` [PATCH 30/39] mtd: nand: denali: set DEVICES_CONNECTED 1 if not set
` [PATCH 31/39] mtd: nand: denali: remove meaningless writes to read-only registers
` [PATCH 32/39] mtd: nand: denali: remove unnecessary writes to ECC_CORRECTION
` [PATCH 33/39] mtd: nand: denali: support 1024 byte ECC step size
` [PATCH 34/39] mtd: nand: denali: fix the condition for 15 bit ECC strength
` [PATCH 35/39] mtd: nand: denali: calculate ecc.strength and ecc.bytes generically
` [PATCH 36/39] mtd: nand: denali: allow to use SoC-specific ECC strength
` [PATCH 37/39] mtd: nand: denali: support "nand-ecc-strength" DT property
` [PATCH 38/39] mtd: nand: denali: remove Toshiba, Hynix specific fixup code
` [PATCH 39/39] mtd: nand: denali_dt: add compatible strings for UniPhier SoC variants

[PATCH] arm64: dts: uniphier: add SD-ctrl node for LD11 SoC
 2016-11-26 18:10 UTC 

net: BUG in unix_notinflight
 2016-11-26 18:05 UTC 

[PATCH v3 00/30] perf clang: Builtin clang and perfhook support
 2016-11-26 17:40 UTC  (40+ messages)
` [PATCH v3 01/30] tools lib bpf: Add missing BPF functions
` [PATCH v3 02/30] tools lib bpf: Add private field for bpf_object
` [PATCH v3 03/30] tools lib bpf: Retrive bpf_map through offset of bpf_map_def
` [PATCH v3 04/30] perf tools: Introduce perf hooks
` [PATCH v3 05/30] perf tools: Pass context to perf hook functions
` [PATCH v3 06/30] perf llvm: Extract helpers in llvm-utils.c
` [PATCH v3 07/30] tools build: Add feature detection for LLVM
` [PATCH v3 08/30] tools build: Add feature detection for clang
` [PATCH v3 09/30] perf build: Add clang and llvm compile and linking support
` [PATCH v3 10/30] perf clang: Add builtin clang support ant test case
` [PATCH v3 11/30] perf clang: Use real file system for #include
` [PATCH v3 12/30] perf clang: Allow passing CFLAGS to builtin clang
` [PATCH v3 13/30] perf clang: Update test case to use real BPF script
` [PATCH v3 14/30] perf clang: Support compile IR to BPF object and add testcase
` [PATCH v3 15/30] perf clang: Compile BPF script use builtin clang support
` [PATCH v3 16/30] perf clang: Pass full path to builtin clang
` [PATCH v3 17/30] perf clang: Pass CFLAGS "
` [PATCH v3 18/30] perf clang jit: Wrap llvm::Module using PerfModule
` [PATCH v3 19/30] perf clang jit: Insignt BPF and JIT functions in a Module
` [PATCH v3 20/30] perf clang jit: add PerfModule::doJIT to JIT perfhook functions
` [PATCH v3 21/30] perf clang jit: Export functions for jitted code
` [PATCH v3 22/30] perf clang jit: Actually JIT and hook in bpf loader
` [PATCH v3 23/30] perf clang jit: Collect the lowest address in maps section as map_base
` [PATCH v3 24/30] perf clang jit: Retrive fd of BPF map from its offset
` [PATCH v3 25/30] perf clang jit: Allow jitted perf hook access BPF maps
` [PATCH v3 26/30] perf clang: Link BPF functions declaration into perf
` [PATCH v3 27/30] perf clang: Declare BPF functions for BPF scripts automatically
` [PATCH v3 28/30] perf clang: Include helpers to BPF scripts
` [PATCH v3 29/30] perf clang builtin: Define hook helpers by default
` [PATCH v3 30/30] perf clang jit: Export getpid() to perf hook

[PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line
 2016-11-26 17:36 UTC 

[GIT PULL] libnvdimm fixes for 4.9-rc7
 2016-11-26 17:27 UTC 

wl1251 & mac address & calibration data
 2016-11-26 17:20 UTC  (11+ messages)

net: deadlock on genl_mutex
 2016-11-26 17:12 UTC  (2+ messages)

[PATCH 0/7] hv: CPU onlining/offlining fixes and improvements
 2016-11-26 17:05 UTC  (2+ messages)

net: GPF in rt6_get_cookie
 2016-11-26 16:23 UTC 

[PATCH v6 0/2] securityfs support for TPM 2.0 firmware event log
 2016-11-26 16:15 UTC  (5+ messages)
` [PATCH v6 1/2] tpm: enhance read_log_of() to support Physical TPM "
` [PATCH v6 2/2] tpm: add securityfs support for TPM 2.0 firmware "

netlink: GPF in sock_sndtimeo
 2016-11-26 16:17 UTC  (2+ messages)

Linux 4.8.11
 2016-11-26 16:12 UTC  (2+ messages)

Linux 4.4.35
 2016-11-26 16:12 UTC  (2+ messages)

[PATCH] x86/intel_mid_thermal: Fix suspend handlers unused warning
 2016-11-26 16:01 UTC 

Gigabit ethernet driver for Alacritechs SLIC devices (v3)
 2016-11-26 15:48 UTC  (5+ messages)
` [PATCH v3 net-next 1/2] net: ethernet: slicoss: add slicoss gigabit ethernet driver
` [PATCH v3 net-next 2/2] MAINTAINERS: add entry for slicoss "

[PATCH v5 0/3] tpm: securityfs support for TPM 2.0 firmware event log
 2016-11-26 15:24 UTC  (7+ messages)
` [PATCH v5 3/3] tpm: add "
    ` [tpmdd-devel] "

[PATCH] Fixed a functions to rbd.c
 2016-11-26 14:37 UTC 

[PATCH v3 0/3] Fix zsmalloc crash problem
 2016-11-26 14:41 UTC  (6+ messages)
` [PATCH v3 2/3] zram: revalidate disk under init_lock
` [PATCH v3 3/3] zram: support BDI_CAP_STABLE_WRITES

[PATCH] x86/olpc/xo15/sci: Fix resume handler build warning
 2016-11-26 14:27 UTC 

s2disk broken at a ThinkPad since 4.6.5
 2016-11-26 14:14 UTC  (4+ messages)

[PATCH] orangefs: Axe some dead code
 2016-11-26 13:51 UTC  (7+ messages)

btrfs: still lockdep splat for 4.9-rc5+ (btrfs_log_inode)
 2016-11-26 13:46 UTC  (2+ messages)

[PATCH v6 0/4] Enabling Ring 3 MONITOR/MWAIT feature for Knights Landing
 2016-11-26 13:20 UTC  (5+ messages)
` [PATCH v6: 2/4] x86: Add enabling of the R3MWAIT during boot

[RFC] v4l2 support for thermopile devices
 2016-11-26 13:16 UTC  (2+ messages)

[RFC PATCH v8 0/9] Restartable sequences system call
 2016-08-27 12:21 UTC  (3+ messages)
` [RFC PATCH v8 1/9] "

[char-misc-next] mei: request async autosuspend at the end of enumeration
 2016-11-26 13:02 UTC  (7+ messages)

[PATCH v6 0/9] tpm: cleanup/fixes in existing event log support
 2016-11-26 12:54 UTC  (9+ messages)
` [PATCH v6 3/9] tpm: replace dynamically allocated bios_dir with a static array

Revised keyrings(7) man page for review
 2016-11-26 12:51 UTC  (2+ messages)

[PATCH 1/1] mm: page_alloc: High-order per-cpu page allocator
 2016-11-26 12:48 UTC 

[PATCH] staging: sm750fb: update license
 2016-11-26 11:02 UTC  (2+ messages)

[PATCH] staging: gdm724x: Remove one blank line in sequence
 2016-11-26 10:51 UTC 

[PATCH] staging: gdm724x: Align parameters to parenthesis
 2016-11-26 10:43 UTC 

Xmas Offer
 2016-11-26 10:26 UTC 

[PATCH v2 0/2] virtio-crypto: add Linux driver
 2016-11-26  9:38 UTC  (2+ messages)

[PATCH 0/2] virtio: fix complaint by sparse
 2016-11-26  9:36 UTC  (2+ messages)

4.8.x : [drm:ffffffffa0454792] *ERROR* failed to update link training
 2016-11-26  9:23 UTC  (2+ messages)
` Fwd: "

[PATCH 0/9] AC97 device/driver model revamp
 2016-11-26  9:18 UTC  (6+ messages)
` [PATCH 8/9] mfd: wm97xx-core: core support for wm97xx Codec

[RFC] kernel/sysctl.c: return -EINVAL when write invalid val to ulong type sysctl
 2016-11-26  9:13 UTC 

[PATCH 0/3] z3fold: per-page spinlock and other smaller optimizations
 2016-11-26  9:12 UTC  (6+ messages)
` [PATCH 2/3] z3fold: don't fail kernel build if z3fold_header is too big

[PATCH 1/2] x86/intel_rdt: Fix setting of closid when adding CPUs to a group
 2016-11-26  9:08 UTC  (5+ messages)
` [PATCH 2/2] x86/intel_rdt: Update task closid immediately on CPU in rmdir and unmount

[PATH] z3fold: extend compaction function
 2016-11-26  9:09 UTC  (4+ messages)

[PATCH] iio: cros_ec_light_prox: add ChromeOS EC Light and Proximity Sensors
 2016-11-26  8:35 UTC  (2+ messages)

[PATCH] staging: gdm724x: Align parameters to parenthesis
 2016-11-26  8:25 UTC  (2+ messages)

Xmas Offer
 2016-11-26  7:02 UTC 

[PATCH v2] Staging: iio: adc: fix sysfs files modes in ad7192.c
 2016-11-26  5:53 UTC  (2+ messages)

Xmas Offer
 2016-11-26  5:43 UTC 

[RFC 0/1] LSM ptags: Secure tagging of processes
 2016-11-26  4:25 UTC  (3+ messages)
` [RFC 1/1] LSM ptags: Add "

fixed drivers/staging/most/mostcore/core.c coding style
 2016-11-26  3:39 UTC 

[PATCH 1/3] perf sched timehist: Mark schedule function in callchains
 2016-11-26  3:38 UTC  (4+ messages)

[PATCH] IIO: Change msleep to usleep_range for small msecs
 2016-11-26  3:47 UTC 

Xmas Offer
 2016-11-26  2:20 UTC 

[PATCH net] mvpp2: use correct size for memset
 2016-11-26  1:57 UTC  (2+ messages)

[PATCH] irda: fix overly long udelay()
 2016-11-26  1:56 UTC  (2+ messages)

[patch v3 1/1] platform/x86: move module mlx-platform from arch/x86 to drivers/platform/x86
 2016-11-25 10:35 UTC  (7+ 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).