Changeset 36340
- Timestamp:
- 2013-04-15T18:10:01+02:00 (5 years ago)
- Location:
- trunk/target/linux/generic/patches-3.9
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/generic/patches-3.9/100-overlayfs.patch
r36297 r36340 244 244 --- a/MAINTAINERS 245 245 +++ b/MAINTAINERS 246 @@ -591 1,6 +5911,13 @@ F: drivers/scsi/osd/246 @@ -5917,6 +5917,13 @@ F: drivers/scsi/osd/ 247 247 F: include/scsi/osd_* 248 248 F: fs/exofs/ -
trunk/target/linux/generic/patches-3.9/259-regmap_dynamic.patch
r36297 r36340 65 65 #include <linux/err.h> 66 66 #include <linux/rbtree.h> 67 @@ -177 8,3 +1779,5 @@ static int __init regmap_initcall(void)67 @@ -1779,3 +1780,5 @@ static int __init regmap_initcall(void) 68 68 return 0; 69 69 } -
trunk/target/linux/generic/patches-3.9/440-block2mtd_init.patch
r36297 r36340 107 107 --- a/block/partition-generic.c 108 108 +++ b/block/partition-generic.c 109 @@ -54 9,6 +549,7 @@ int invalidate_partitions(struct gendisk109 @@ -548,6 +548,7 @@ int invalidate_partitions(struct gendisk 110 110 111 111 return 0; -
trunk/target/linux/generic/patches-3.9/657-qdisc_reduce_truesize.patch
r36301 r36340 25 25 --- a/net/sched/sch_fifo.c 26 26 +++ b/net/sched/sch_fifo.c 27 @@ -29,17 +29,21 @@ static int bfifo_enqueue(struct sk_buff 27 @@ -29,17 +29,21 @@ static int bfifo_enqueue(struct sk_buff 28 28 29 29 static int pfifo_enqueue(struct sk_buff *skb, struct Qdisc *sch) -
trunk/target/linux/generic/patches-3.9/721-phy_packets.patch
r36297 r36340 46 46 * pskb_trim_unique - remove end from a paged unique (not cloned) buffer 47 47 * @skb: buffer to alter 48 @@ -1 892,16 +1896,6 @@ static inline struct sk_buff *dev_alloc_48 @@ -1910,16 +1914,6 @@ static inline struct sk_buff *dev_alloc_ 49 49 } 50 50 -
trunk/target/linux/generic/patches-3.9/950-vm_exports.patch
r36008 r36340 53 53 --- a/kernel/sched/core.c 54 54 +++ b/kernel/sched/core.c 55 @@ -367 1,6 +3671,7 @@ int can_nice(const struct task_struct *p55 @@ -3673,6 +3673,7 @@ int can_nice(const struct task_struct *p 56 56 return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || 57 57 capable(CAP_SYS_NICE)); … … 63 63 --- a/mm/memory.c 64 64 +++ b/mm/memory.c 65 @@ -141 2,6 +1412,7 @@ void zap_page_range(struct vm_area_struc65 @@ -1413,6 +1413,7 @@ void zap_page_range(struct vm_area_struc 66 66 mmu_notifier_invalidate_range_end(mm, start, end); 67 67 tlb_finish_mmu(&tlb, start, end); -
trunk/target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch
r36308 r36340 1 1 --- a/arch/arm/kernel/smp_twd.c 2 2 +++ b/arch/arm/kernel/smp_twd.c 3 @@ -18 6,7 +186,7 @@ core_initcall(twd_cpufreq_init);3 @@ -188,7 +188,7 @@ core_initcall(twd_cpufreq_init); 4 4 5 5 #endif … … 10 10 unsigned long count; 11 11 u64 waitjiffies; 12 @@ -22 3,8 +223,11 @@ static void __cpuinit twd_calibrate_rate12 @@ -225,8 +225,11 @@ static void __cpuinit twd_calibrate_rate 13 13 printk("%lu.%02luMHz.\n", twd_timer_rate / 1000000, 14 14 (twd_timer_rate / 10000) % 100);
Note: See TracChangeset
for help on using the changeset viewer.