LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-20 19:04:37 to 2015-02-21 04:29:29 UTC [more...]

[PATCH 00/24] huge tmpfs: an alternative approach to THPageCache
 2015-02-21  4:29 UTC  (24+ messages)
` [PATCH 01/24] mm: update_lru_size warn and reset bad lru_size
` [PATCH 02/24] mm: update_lru_size do the __mod_zone_page_state
` [PATCH 03/24] mm: use __SetPageSwapBacked and don't ClearPageSwapBacked
` [PATCH 04/24] mm: make page migration's newpage handling more robust
` [PATCH 05/24] tmpfs: preliminary minor tidyups
` [PATCH 06/24] huge tmpfs: prepare counts in meminfo, vmstat and SysRq-m
` [PATCH 07/24] huge tmpfs: include shmem freeholes in available memory counts
` [PATCH 08/24] huge tmpfs: prepare huge=N mount option and /proc/sys/vm/shmem_huge
` [PATCH 09/24] huge tmpfs: try to allocate huge pages, split into a team
` [PATCH 10/24] huge tmpfs: avoid team pages in a few places
` [PATCH 11/24] huge tmpfs: shrinker to migrate and free underused holes
` [PATCH 12/24] huge tmpfs: get_unmapped_area align and fault supply huge page
` [PATCH 13/24] huge tmpfs: extend get_user_pages_fast to shmem pmd
` [PATCH 14/24] huge tmpfs: extend vma_adjust_trans_huge "
` [PATCH 15/24] huge tmpfs: rework page_referenced_one and try_to_unmap_one
` [PATCH 16/24] huge tmpfs: fix problems from premature exposure of pagetable
` [PATCH 17/24] huge tmpfs: map shmem by huge page pmd or by page team ptes
` [PATCH 18/24] huge tmpfs: mmap_sem is unlocked when truncation splits huge pmd
` [PATCH 19/24] huge tmpfs: disband split huge pmds on race or memory failure
` [PATCH 20/24] huge tmpfs: use Unevictable lru with variable hpage_nr_pages()
` [PATCH 21/24] huge tmpfs: fix Mlocked meminfo, tracking huge and unhuge mlocks
` [PATCH 22/24] huge tmpfs: fix Mapped meminfo, tracking huge and unhuge mappings
` [PATCH 23/24] kvm: plumb return of hva when resolving page fault

[GIT PULL] More power management and ACPI updates for 3.20-rc1
 2015-02-21  4:05 UTC 

[RFC PATCH 5/8] KEYS: exec request-key within the requesting task's init namespace
 2015-02-21  3:58 UTC  (12+ messages)

[PATCH] livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_handler()
 2015-02-21  3:52 UTC  (3+ messages)

[git pull] more vfs bits
 2015-02-21  3:34 UTC 

[PATCH v2] mmc: dw_mmc: Don't start commands while busy
 2015-02-21  3:33 UTC  (2+ messages)

[PATCH v3 0/4] perf: add support for profiling jitted code
 2015-02-21  3:31 UTC  (5+ messages)
` [PATCH v3 1/4] perf tools: add Java demangling support
` [PATCH v3 2/4] perf inject: add jitdump mmap injection support

[PATCH 2/2] [PATCH] sched: Add smp_rmb() in task rq locking cycles
 2015-02-21  3:26 UTC  (13+ messages)

[PATCH] x86, boot: Allow 64bit EFI kernel to be loaded above 4G
 2015-02-21  2:49 UTC  (10+ messages)

[PATCH 0/6] ASoC: samsung: Spring sound support
 2015-02-21  2:40 UTC  (5+ messages)
` [PATCH 5/6] ASoC: samsung: Extend Snow driver to support max98089

[PATCH] fs: avoid locking sb_lock in grab_super_passive()
 2015-02-21  2:37 UTC  (4+ messages)

[PATCH 0/1] nilfs2: fix potential memory overrun on inode
 2015-02-21  2:37 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH 0/3] arm: msm: Use timer DT node for qcom watchdog config
 2015-02-21  2:19 UTC  (4+ messages)
` [PATCH 1/3] watchdog: qcom: use timer devicetree binding
` [PATCH 2/3] ARM: qcom: add description of KPSS WDT for IPQ8064
` [PATCH 3/3] ARM: msm: add watchdog entries to DT timer binding doc

[PATCH 1/3] Staging: rtl8192u: ieee80211: ieee80211_crypt: removed commented out include
 2015-02-21  2:14 UTC  (3+ messages)
` [PATCH 2/3] Staging: rtl8192u: ieee80211: dot11d: added parenthesis to RESET_CIE_WATCHDOG macro
` [PATCH 3/3] Staging: rtl8192u: ieee80211: rtl819x_TS: replaced C99 comments with C89

[PATCH 1/4] Staging: rtl8192u: r819xU_firmware: removed commented out variable
 2015-02-21  1:59 UTC  (6+ messages)
` [PATCH 4/4] Staging: rtl8192u: r819xU_firmware: added space after comma

[GIT PULL] locking fixes
 2015-02-21  1:51 UTC  (3+ messages)

[PATCH 3.14.25-rt22 0/2] rtmutex Real-Time Linux: fix kernel BUG at kernel/locking/rtmutex.c:997! and some optimization
 2015-02-21  1:49 UTC  (5+ messages)
` [PATCH 3.14.25-rt22 1/2] rtmutex Real-Time Linux: Fixing kernel BUG at kernel/locking/rtmutex.c:997!

[PATCH v2] usb: dwc2: Register interrupt handler only once gadget is correctly initialized
 2015-02-21  1:45 UTC  (2+ messages)

[PATCH 1/3] x86: Move msr accesses out of line
 2015-02-21  1:38 UTC  (3+ messages)
` [PATCH 2/3] x86: Add trace point for MSR accesses
` [PATCH 3/3] perf, x86: Remove old MSR perf tracing code

[PATCH v3] staging: writeboost: Add dm-writeboost
 2015-02-21  1:36 UTC  (8+ messages)

[PATCH v2 0/3] Two printf fixes
 2015-02-21  1:35 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] lib/string_helpers.c: Change semantics of string_escape_mem

[PATCH -part1 0/3] mm: improve handling of mm->exe_file
 2015-02-21  1:23 UTC  (4+ messages)
` [PATCH 1/3] kernel/audit: consolidate "

[PATCH 00/35] Some kernel/time cleanups
 2015-02-21  0:56 UTC  (3+ messages)
` [PATCH 27/35] sched/idle: Use explicit broadcast oneshot control function

[PATCH] devpts: Add ptmx_uid and ptmx_gid options
 2015-02-21  1:04 UTC 

[PATCH] regulator: rk808: Set the enable time for LDOs
 2015-02-21  0:53 UTC 

[PATCH 1/6] CRISv32: don't enable irqs in INIT_THREAD
 2015-02-21  0:40 UTC  (4+ messages)
` [PATCH 2/6] CRIS: remove SMP code

[PATCH 01/11] x86: entry_64.S: always allocate complete "struct pt_regs"
 2015-02-21  0:31 UTC  (3+ messages)
` [PATCH 03/11] x86: mass removal of ARGOFFSET

[PATCH 0/9] hwmon: thermal: Odroid U3: Provide support for Odroid U3 fan
 2015-02-21  0:26 UTC  (4+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 7/8] hwmon: pwm-fan: Read PWM FAN configuration from device tree

[PATCH] tracing: correct the nr_page calculation in remote tlb shootdown
 2015-02-21  0:13 UTC 

[GIT PULL] xfs: PNFS block layout support for 3.20-rc1
 2015-02-21  0:12 UTC 

[PATCH v4] kernel: Conditionally support non-root users, groups and capabilities
 2015-02-21  0:11 UTC  (2+ messages)

[PATCH] kernel/module.c: fix typos in message about unused symbols
 2015-02-20 23:56 UTC 

[RFC] lib/vsprintf.c: Even faster decimal conversion
 2015-02-20 23:51 UTC 

[PATCH] tracing: Allow larger than PAGE_SIZE filter pattern
 2015-02-20 22:47 UTC 

[PATCH] i40e: Fix memory leak at failure path in i40e_dbg_command_write()
 2015-02-20 23:28 UTC  (2+ messages)

[GIT PULL] target updates for v3.20-rc1
 2015-02-20 23:23 UTC 

[PATCH 0/4] Some minor printf improvements
 2015-02-20 23:21 UTC  (5+ messages)
` [PATCH 1/4] lib/vsprintf.c: Eliminate some branches
` [PATCH 2/4] lib/vsprintf.c: Reduce stack use in number()
` [PATCH 3/4] lib/vsprintf.c: Eliminate duplicate hex string array
` [PATCH 4/4] lib/vsprintf.c: Another small hack

[PATCH v2] x86: svm: use kvm_register_write()/read()
 2015-02-20 23:21 UTC  (2+ messages)

[GIT PULL] time/ntp fix
 2015-02-20 23:16 UTC  (4+ messages)

[GIT PULL] KGDB/KDB fixes for 3.20-rc1
 2015-02-20 23:15 UTC  (2+ messages)

[PATCH] x86: svm: don't intercept CR0 TS or MP bit write
 2015-02-20 22:44 UTC 

[PATCH] dmaengine: qcom_bam_dma: fix wrong register offsets
 2015-02-20 22:33 UTC  (2+ messages)

[PATCH 2/2] staging: replace simple_strtoul with kstroul
 2015-02-20 22:32 UTC  (2+ messages)

[PATCH] dmaengine: qcom_bam_dma: Add support for BAM v1.7.0
 2015-02-20 22:28 UTC  (3+ messages)

[PATCHv5 00/11] perf tools: Add perf data CTF conversion
 2015-02-20 22:17 UTC  (12+ messages)
` [PATCH 01/11] perf tools: Add feature check for libbabeltrace
` [PATCH 02/11] perf tools: Add new perf data command
` [PATCH 03/11] perf data: Add perf data to CTF conversion support
` [PATCH 04/11] perf data: Add a 'perf' prefix to the generic fields
` [PATCH 05/11] perf data: Add tracepoint events fields CTF conversion support
` [PATCH 06/11] perf data: Switch to multiple cpu stream files
` [PATCH 07/11] perf data: Enable stream flush within processing
` [PATCH 08/11] perf data: Add support for setting ordered_events queue size
` [PATCH 09/11] tools lib traceevent: Add alias field to struct format_field
` [PATCH 10/11] perf data: Fix duplicate field names and avoid reserved keywords
` [PATCH 11/11] perf data: Fix signess of value

[PATCH] X.509: Fix certificate gathering again
 2015-02-20 22:10 UTC  (4+ messages)

[PATCH] pci: host: xgene: fix incorrectly returned address by map_bus
 2015-02-20 22:09 UTC  (2+ messages)

[PATCH 1/3] sched: add sched_task_call()
 2015-02-20 22:08 UTC  (18+ messages)
                  ` live patching design (was: Re: [PATCH 1/3] sched: add sched_task_call())

[RFC PATCH 0/3] Add simple EEPROM Framework via regmap
 2015-02-20 22:01 UTC  (5+ messages)
` [RFC PATCH 1/3] eeprom: Add a simple EEPROM framework

[PATCH] Add a quirk for the Dell XPS 13 (2015) when in PS/2 mode
 2015-02-20 21:54 UTC  (11+ messages)

[RFC PATCH 0/11 BROKEN] move FPU context loading to userspace switch
 2015-02-20 21:48 UTC  (5+ messages)
` [PATCH 0/3] x86, fpu: kernel_fpu_begin/end initial cleanups/fix
  ` [PATCH 0/3] x86, fpu: more eagerfpu cleanups
    ` [PATCH 2/3] x86, fpu: always allow FPU in interrupt if use_eager_fpu()

[PATCH v2 00/18] Add support to STMicroelectronics STM32 family
 2015-02-20 21:48 UTC  (9+ messages)
` [PATCH v2 02/18] ARM: ARMv7M: Enlarge vector table to 256 entries
` [PATCH v2 04/18] clocksource: Add ARM System timer driver
` [PATCH v2 14/18] ARM: Add STM32 family machine

PROBLEM: Namespaced PID 1 ignoring SIG_DFL signals
 2015-02-20 21:39 UTC 

[PATCH] mm: hide per-cpu lists in output of show_mem()
 2015-02-20 21:45 UTC  (2+ messages)

[PATCH] x86: svm: use kvm_register_write()/read()
 2015-02-20 21:44 UTC  (3+ messages)

[PATCH] mmc: dw_mmc: fix bug that cause mmc_test failture
 2015-02-20 21:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] [RFC] drivers/staging/fbtft: fix sparse warnings
 2015-02-20 21:34 UTC 

[PATCH 0/2] drm/msm/mdp5: A couple of fixes
 2015-02-20 21:32 UTC  (4+ messages)
` [PATCH 1/2] drm/msm: update generated headers (add 6th lm.base entry)
  ` [PATCH] rnndb: Add a 6th lm.base entry
` [PATCH 2/2] drm/msm/mdp5: Avoid flushing registers when CRTC is disabled

[PATCH] net/appletalk: LTPC needs virt_to_bus
 2015-02-20 21:28 UTC  (2+ messages)

[PATCH] net: smc91x: improve neponset hack
 2015-02-20 21:23 UTC  (6+ messages)

[PATCH 0/3] btrfs: ENOMEM bugfixes
 2015-02-20 21:22 UTC  (3+ messages)

[PATCH 1/3] usb: gadget: function: phonet: balance usb_ep_disable calls
 2015-02-20 21:15 UTC  (7+ messages)

[PATCH v2 2/3] if_link: Add VF multicast promiscuous control
 2015-02-20 21:05 UTC  (3+ messages)

[PATCH] net: Initialize all members in skb_gro_remcsum_init()
 2015-02-20 20:50 UTC  (2+ messages)

[RFC/PATCH] extcon: otg_gpio: add driver for USB OTG port controlled by GPIO(s)
 2015-02-20 20:40 UTC  (15+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Scorpion PMU support
 2015-02-20 20:37 UTC  (7+ messages)
` [PATCH v2 1/2] ARM: perf: Preparatory work for "
` [PATCH v2 2/2] ARM: perf: Add support for Scorpion PMUs

[PATCH 0/7] [RFC] kernel: add a netlink interface to get information about processes
 2015-02-20 20:33 UTC  (6+ messages)

[PATCH] mmc: dw_mmc: Don't start commands while busy
 2015-02-20 20:31 UTC  (2+ messages)

[PATCH] ipv4: ip_check_defrag should correctly check return value of skb_copy_bits
 2015-02-20 20:23 UTC  (2+ messages)

[PATCH] batman-adv: Remove uses of return value of seq_printf
 2015-02-20 20:18 UTC  (2+ messages)

[git pull] Input updates for 3.20-rc0 (part 2)
 2015-02-20 20:18 UTC 

[PATCH] usb: plusb: Add support for National Instruments host-to-host cable
 2015-02-20 20:14 UTC  (2+ messages)

[RFC][PATCH 0/2] On perf and clocks
 2015-02-20 20:11 UTC  (4+ messages)
` [RFC][PATCH 1/2] time: Add ktime_get_mono_raw_fast_ns()

smp_call_function_single lockups
 2015-02-20 20:11 UTC  (13+ messages)

[PATCH v2 0/3] ARM: dts: add openpandora device support
 2015-02-20 20:04 UTC  (2+ messages)
` [PATCH v2 1/3] ARM: dts: omap3-pandora: add common device tree

[PATCH 1/7 linux-next] swim: replace current->state by set_current_state()
 2015-02-20 20:02 UTC  (9+ messages)
` [PATCH 6/7 linux-next] wan: cosa: "

[RFC PATCH v2 00/15] QEMU: s390: cpu model implementation
 2015-02-20 19:55 UTC  (21+ messages)
` [RFC PATCH v2 04/15] cpu-model/s390: Introduce S390 CPU models
    ` [Qemu-devel] "
` [RFC PATCH v2 10/15] cpu-model/s390: Add cpu class initialization routines
    ` [Qemu-devel] "
` [RFC PATCH v2 13/15] cpu-model/s390: Add processor property routines
    ` [Qemu-devel] "

checkpatch: CHECK: No space is necessary after a cast
 2015-02-20 19:52 UTC  (4+ messages)
  ` [B.A.T.M.A.N.] "
    ` [PATCH] checkpatch: Improve "no space is necessary after a cast" test

[GIT PULL] clk: changes for 3.20
 2015-02-20 19:40 UTC 

[PATCH] HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
 2015-02-20 19:38 UTC  (2+ messages)

[RFC PATCH] arm: cti: fix build for cti.h
 2015-02-20 19:37 UTC  (2+ messages)

"Unkillable processes" and INFO: task ... blocked for more than 120 seconds
 2015-02-20 19:27 UTC  (3+ messages)

[PATCH 6/7] thinkpad_acpi: More Carbon X1 2014 keys
 2015-02-20 19:27 UTC  (2+ messages)

[RFCv3 PATCH 00/48] sched: Energy cost model for energy-aware scheduling
 2015-02-20 19:26 UTC  (3+ messages)
` [RFCv3 PATCH 48/48] sched: Disable energy-unfriendly nohz kicks

[PATCH] x86/vdso: Remove all generated files during clean
 2015-02-20 19:21 UTC  (2+ messages)

[PATCH RFC v9 00/20] Add support for i.MX MIPI DSI DRM driver
 2015-02-20 19:20 UTC  (12+ messages)
` [PATCH RFC v9 01/20] clk: divider: Correct parent clk round rate if no bestdiv is normally found

[PATCH 0/2] x86: fix output of show_stack_log_lvl
 2015-02-20 19:15 UTC  (8+ messages)
` [PATCH v2] x86: fix output of show_stack_log_lvl()

[perf/core PATCH v4 0/2] perf-buildid-cache: Enhance --update and add --purge
 2015-02-20 19:07 UTC  (3+ messages)
` [perf/core PATCH v4 2/2] perf buildid-cache: Add --purge FILE to remove all caches of FILE

[RFC PATCH] x86, fpu: Use eagerfpu by default on all CPUs
 2015-02-20 19:05 UTC  (2+ messages)

[PATCH v3 0/3] about data busy
 2015-02-20 19:05 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] mmc: dw_mmc: update clock after host reach a stable voltage

[PATCH] fs/fat: replace magic numbers with macros from <uapi/linux/msdos_fs.h>
 2015-02-20 19:04 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 read-only IMAP folder(s) and NNTP newsgroup(s).